Results

By type

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

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

2023-04-01T00:13:57.321Z||main|||||INFO|500||The following profiles are active: basic
2023-04-01T00:14:10.005Z||main|||||INFO|500||Starting service [Tomcat]
2023-04-01T00:14:10.006Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-04-01T00:14:10.178Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-04-01T00:14:13.081Z||main|||||INFO|500||catdb-pool - Starting...
2023-04-01T00:14:13.450Z||main|||||INFO|500||catdb-pool - Start completed.
2023-04-01T00:14:14.046Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-04-01T00:14:14.388Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-04-01T00:14:15.564Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-04-01T00:14:18.811Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-04-01T00:14:19.443Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-04-01T00:14:22.108Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-04-01T00:14:22.216Z||main|||||INFO|500||reqdb-pool - Starting...
2023-04-01T00:14:22.234Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-04-01T00:14:22.244Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-04-01T00:14:22.885Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-04-01T00:14:23.485Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-04-01T00:14:24.520Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-04-01T00:14:25.486Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-04-01T00:14:25.486Z||main|||||ERROR|500||(conn=845) Table 'catalogdb.activity_spec' doesn't exist
2023-04-01T00:14:25.501Z||main|||||WARN|500||Exception on deploying activitySpecs:  could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2023-04-01T00:14:27.954Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-04-01T00:14:30.573Z||main|||||WARN|500||---
2023-04-01T00:14:30.574Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-04-01T00:14:30.574Z||main|||||WARN|500||---
2023-04-01T00:14:31.014Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-04-01T00:14:35.869Z||main|||||INFO|500||Started Application in 44.57 seconds (JVM running for 47.84)
2023-04-01T00:14:35.901Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-04-01T00:14:35.937Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-04-01T00:14:35.948Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-04-01T00:14:36.079Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 476fa28f-431c-4152-bf46-bf5ae0556728 url= /sdc/v1/artifactTypes
2023-04-01T00:14:36.089Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-04-01T00:14:36.449Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-04-01T00:14:36.533Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-04-01T00:14:36.533Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-04-01T00:14:36.534Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c8fbe4d1-5d9e-495d-a123-7dedaa3da5d4 url= /sdc/v1/distributionKafkaData
2023-04-01T00:14:36.534Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-04-01T00:14:36.562Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-04-01T00:14:36.568Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@2d59c574
2023-04-01T00:14:36.645Z||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-61d06f97-5605-46a2-b0d8-32728dbe5cfc
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	interceptor.classes = []
	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 5
	max.request.size = 1048576
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.adaptive.partitioning.enable = true
	partitioner.availability.timeout.ms = 0
	partitioner.class = null
	partitioner.ignore.keys = false
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

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

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

2023-04-01T00:14:37.262Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-04-01T00:14:37.263Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-04-01T00:14:37.263Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1680308077262
2023-04-01T00:14:37.264Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:14:37.266Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:14:37.274Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-04-01T00:14:38.253Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T00:14:38.253Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 pOiEMmR4QmGjNjpT885FTg
2023-04-01T00:14:38.254Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 pOiEMmR4QmGjNjpT885FTg
2023-04-01T00:14:38.255Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 pOiEMmR4QmGjNjpT885FTg
2023-04-01T00:14:38.255Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T00:14:38.255Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 pOiEMmR4QmGjNjpT885FTg
2023-04-01T00:14:38.255Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T00:14:38.255Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 pOiEMmR4QmGjNjpT885FTg
2023-04-01T00:14:38.255Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 pOiEMmR4QmGjNjpT885FTg
2023-04-01T00:14:38.255Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T00:14:38.256Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T00:14:38.256Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T00:14:38.255Z||kafka-producer-network-thread | SO-sdc-controller-producer-61d06f97-5605-46a2-b0d8-32728dbe5cfc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-61d06f97-5605-46a2-b0d8-32728dbe5cfc] Cluster ID: 4Mdxbj-wQniWRASdxTB69Q
2023-04-01T00:14:38.259Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Cluster ID: 4Mdxbj-wQniWRASdxTB69Q
2023-04-01T00:14:38.259Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Cluster ID: 4Mdxbj-wQniWRASdxTB69Q
2023-04-01T00:14:38.260Z||kafka-producer-network-thread | SO-sdc-controller-producer-61d06f97-5605-46a2-b0d8-32728dbe5cfc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-61d06f97-5605-46a2-b0d8-32728dbe5cfc] ProducerId set to 1002 with epoch 0
2023-04-01T00:14:38.261Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-04-01T00:14:38.261Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-04-01T00:14:38.288Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T00:14:38.288Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T00:14:38.377Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-1e62663e-9b52-4703-988f-35e3220eb8d4
2023-04-01T00:14:38.378Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T00:14:38.378Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T00:14:38.384Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844
2023-04-01T00:14:38.385Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T00:14:38.385Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T00:14:44.388Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T00:14:44.389Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-1e62663e-9b52-4703-988f-35e3220eb8d4', protocol='range'}
2023-04-01T00:14:44.433Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, 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 pOiEMmR4QmGjNjpT885FTg
2023-04-01T00:14:44.433Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, 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 pOiEMmR4QmGjNjpT885FTg
2023-04-01T00:14:44.433Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, 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 pOiEMmR4QmGjNjpT885FTg
2023-04-01T00:14:44.433Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, 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 pOiEMmR4QmGjNjpT885FTg
2023-04-01T00:14:44.433Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, 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 pOiEMmR4QmGjNjpT885FTg
2023-04-01T00:14:44.434Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, 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 pOiEMmR4QmGjNjpT885FTg
2023-04-01T00:14:44.439Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-1e62663e-9b52-4703-988f-35e3220eb8d4=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T00:14:44.476Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T00:14:44.485Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T00:14:44.489Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T00:14:44.492Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-1e62663e-9b52-4703-988f-35e3220eb8d4', protocol='range'}
2023-04-01T00:14:44.492Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T00:14:44.492Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T00:14:44.506Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T00:14:44.506Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-04-01T00:14:44.507Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-04-01T00:14:44.507Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-04-01T00:14:44.507Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-04-01T00:14:44.507Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-04-01T00:14:44.510Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T00:14:44.510Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-04-01T00:14:44.510Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-04-01T00:14:44.510Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-04-01T00:14:44.510Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-04-01T00:14:44.510Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-04-01T00:14:44.558Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-04-01T00:14:44.559Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-04-01T00:14:44.627Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-01T00:14:44.628Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-01T00:14:44.628Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-04-01T00:14:44.628Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-04-01T00:14:44.640Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-01T00:14:44.640Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-01T00:14:44.641Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-04-01T00:14:44.641Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-04-01T00:14:44.641Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-04-01T00:14:44.641Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-04-01T00:15:37.258Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:15:37.267Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:16:37.259Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:16:37.268Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:17:37.261Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:17:37.270Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:18:37.262Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:18:37.271Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:19:37.263Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:19:37.272Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:20:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:20:37.272Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:21:37.266Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:21:37.273Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:22:37.267Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:22:37.275Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:23:37.268Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:23:37.275Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:23:38.425Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node -1 disconnected.
2023-04-01T00:23:38.435Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Node -1 disconnected.
2023-04-01T00:23:38.537Z||kafka-producer-network-thread | SO-sdc-controller-producer-61d06f97-5605-46a2-b0d8-32728dbe5cfc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-61d06f97-5605-46a2-b0d8-32728dbe5cfc] Node -1 disconnected.
2023-04-01T00:24:25.648Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-04-01T00:24:37.269Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:24:37.277Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:25:37.271Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:25:37.278Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:26:37.271Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:26:37.280Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:27:37.273Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:27:37.280Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:28:37.274Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:28:37.281Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:29:37.276Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:29:37.282Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:30:37.277Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:30:37.284Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:31:37.280Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:31:37.287Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:32:37.282Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:32:37.287Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:33:37.283Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:33:37.288Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:34:37.284Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:34:37.290Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:35:37.285Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:35:37.291Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:36:37.287Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:36:37.292Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:37:37.289Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:37:37.294Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:38:37.290Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:38:37.295Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:39:37.291Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:39:37.296Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:40:37.291Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:40:37.296Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:41:37.291Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:41:37.297Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:42:37.291Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:42:37.298Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:43:37.293Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:43:37.300Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:44:37.294Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:44:37.301Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:45:37.296Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:45:37.302Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:46:37.297Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:46:37.303Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:47:37.299Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:47:37.303Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:48:37.301Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:48:37.304Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:49:37.302Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:49:37.305Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:50:37.303Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:50:37.305Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:51:37.305Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:51:37.307Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:52:37.307Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:52:37.308Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:53:37.307Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:53:37.308Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:54:37.309Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:54:37.309Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:55:37.309Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:55:37.309Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:56:37.311Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:56:37.311Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:57:37.312Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:57:37.313Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:58:37.312Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:58:37.315Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T00:59:37.314Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T00:59:37.316Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:00:37.314Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:00:37.317Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:01:37.315Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:01:37.318Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:02:37.316Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:02:37.318Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:03:37.318Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:03:37.319Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:04:37.319Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:04:37.320Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:05:37.320Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:05:37.322Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:06:37.322Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:06:37.322Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:07:37.323Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:07:37.323Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:08:37.325Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:08:37.325Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:09:37.326Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:09:37.326Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:10:37.327Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:10:37.327Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:11:37.328Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:11:37.329Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:12:37.330Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:12:37.331Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:13:37.331Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:13:37.332Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:14:37.332Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:14:37.334Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:15:37.334Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:15:37.334Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:16:37.334Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:16:37.335Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:17:37.335Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:17:37.335Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:18:37.337Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:18:37.337Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:19:37.338Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:19:37.338Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:20:37.339Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:20:37.339Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:21:37.340Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:21:37.341Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:22:37.342Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:22:37.343Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:23:37.342Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:23:37.344Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:24:37.344Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:24:37.344Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:25:37.345Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:25:37.345Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:26:37.345Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:26:37.346Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:27:37.346Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:27:37.347Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:28:37.347Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:28:37.348Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:29:37.348Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:29:37.349Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:30:37.350Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:30:37.350Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:31:37.351Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:31:37.351Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:32:37.351Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:32:37.351Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:33:37.353Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:33:37.353Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:34:37.354Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:34:37.354Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:35:37.355Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:35:37.355Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:36:37.355Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:36:37.356Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:37:37.356Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:37:37.357Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:38:37.357Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:38:37.358Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:39:37.359Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:39:37.359Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:40:37.360Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:40:37.361Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:41:37.361Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:41:37.361Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:42:37.361Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:42:37.362Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:43:37.363Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:43:37.363Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:44:37.364Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:44:37.364Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:45:37.365Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:45:37.366Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:46:37.365Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:46:37.366Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:47:37.366Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:47:37.367Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:48:37.368Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:48:37.368Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:49:37.369Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:49:37.370Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:50:37.370Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:50:37.371Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:51:37.370Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:51:37.371Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:52:37.372Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:52:37.373Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:53:37.373Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:53:37.374Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:54:37.375Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:54:37.375Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:55:37.375Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:55:37.376Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:56:37.376Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:56:37.377Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:57:37.377Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:57:37.378Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:58:37.379Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T01:58:37.380Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:59:37.380Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T01:59:37.381Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:00:37.381Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:00:37.382Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:01:37.382Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:01:37.382Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:02:37.383Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:02:37.384Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:03:37.384Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:03:37.386Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:04:37.385Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:04:37.387Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:05:37.387Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:05:37.387Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:06:37.388Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:06:37.388Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:07:37.388Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:07:37.389Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:08:37.391Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:08:37.390Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:09:37.391Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:09:37.392Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:10:37.392Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:10:37.393Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:11:37.392Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:11:37.394Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:12:37.393Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:12:37.394Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:13:37.395Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:13:37.395Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:14:37.396Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:14:37.396Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:15:37.397Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:15:37.397Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:16:37.398Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:16:37.399Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:17:37.399Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:17:37.399Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:18:37.400Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:18:37.401Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:19:37.401Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:19:37.402Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:20:37.403Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:20:37.403Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:21:37.404Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:21:37.405Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:22:37.405Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:22:37.406Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:23:37.406Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:23:37.407Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:24:37.407Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:24:37.408Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:25:37.408Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:25:37.408Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:26:37.409Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:26:37.409Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:27:37.410Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:27:37.410Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:28:37.412Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:28:37.412Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:29:37.413Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:29:37.413Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:30:37.413Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:30:37.414Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:31:37.414Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:31:37.415Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:32:37.415Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:32:37.415Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:33:37.416Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:33:37.417Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:34:37.418Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:34:37.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:35:37.418Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:35:37.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:36:37.419Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:36:37.420Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:37:37.421Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:37:37.421Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:38:37.421Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:38:37.422Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:39:37.422Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:39:37.423Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:40:37.423Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:40:37.425Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:41:37.425Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:41:37.426Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:42:37.425Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:42:37.426Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:43:37.427Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:43:37.427Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:44:37.427Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:44:37.428Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:45:37.427Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:45:37.428Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:46:37.428Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:46:37.429Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:47:37.429Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:47:37.430Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:48:37.430Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:48:37.431Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:49:37.431Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:49:37.432Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:50:37.433Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:50:37.433Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:51:37.434Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:51:37.434Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:52:37.435Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:52:37.435Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:53:37.435Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:53:37.436Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:54:37.437Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:54:37.436Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:55:37.437Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:55:37.438Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:56:37.438Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:56:37.439Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:57:37.440Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:57:37.440Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:58:37.442Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:58:37.441Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T02:59:37.442Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T02:59:37.443Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:00:37.443Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:00:37.443Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:01:37.444Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:01:37.445Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:02:37.445Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:02:37.446Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:03:37.447Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:03:37.449Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:04:37.449Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:04:37.449Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:05:37.449Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:05:37.451Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:06:37.450Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:06:37.451Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:07:37.451Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:07:37.453Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:08:37.451Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:08:37.454Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:09:37.452Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:09:37.454Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:10:37.454Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:10:37.455Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:11:37.455Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:11:37.456Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:12:37.456Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:12:37.457Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:13:37.457Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:13:37.457Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:14:37.458Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:14:37.459Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:15:37.459Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:15:37.459Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:16:37.460Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:16:37.461Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:17:37.461Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:17:37.462Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:18:12.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T03:18:12.290Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T03:18:12.299Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:18:12.305Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:18:12.305Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:18:12.305Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319057462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:18:12.316Z||kafka-producer-network-thread | SO-sdc-controller-producer-61d06f97-5605-46a2-b0d8-32728dbe5cfc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-61d06f97-5605-46a2-b0d8-32728dbe5cfc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to pOiEMmR4QmGjNjpT885FTg
2023-04-01T03:18:12.316Z||kafka-producer-network-thread | SO-sdc-controller-producer-61d06f97-5605-46a2-b0d8-32728dbe5cfc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-61d06f97-5605-46a2-b0d8-32728dbe5cfc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to pOiEMmR4QmGjNjpT885FTg
2023-04-01T03:18:12.316Z||kafka-producer-network-thread | SO-sdc-controller-producer-61d06f97-5605-46a2-b0d8-32728dbe5cfc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-61d06f97-5605-46a2-b0d8-32728dbe5cfc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to pOiEMmR4QmGjNjpT885FTg
2023-04-01T03:18:12.316Z||kafka-producer-network-thread | SO-sdc-controller-producer-61d06f97-5605-46a2-b0d8-32728dbe5cfc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-61d06f97-5605-46a2-b0d8-32728dbe5cfc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to pOiEMmR4QmGjNjpT885FTg
2023-04-01T03:18:12.316Z||kafka-producer-network-thread | SO-sdc-controller-producer-61d06f97-5605-46a2-b0d8-32728dbe5cfc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-61d06f97-5605-46a2-b0d8-32728dbe5cfc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to pOiEMmR4QmGjNjpT885FTg
2023-04-01T03:18:12.316Z||kafka-producer-network-thread | SO-sdc-controller-producer-61d06f97-5605-46a2-b0d8-32728dbe5cfc|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-61d06f97-5605-46a2-b0d8-32728dbe5cfc] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to pOiEMmR4QmGjNjpT885FTg
2023-04-01T03:18:12.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:18:12.388Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680319079870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:18:12.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:18:13.335Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:18:13.336Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:18:13.336Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:18:13.337Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319057462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:18:14.339Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:18:14.340Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:18:14.340Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:18:14.341Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319057462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:18:15.343Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:18:15.344Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:18:15.344Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:18:15.344Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319057462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:18:16.346Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:18:16.347Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:18:16.347Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:18:16.347Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319057462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:18:17.348Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:18:17.349Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:18:17.349Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:18:17.349Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319057462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:18:18.350Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:18:18.351Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:18:18.351Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:18:18.351Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319057462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:18:19.354Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T03:18:19.359Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T03:18:19.359Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T03:18:19.457Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T03:18:19.458Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T03:18:19.654Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T03:18:19.655Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:18:19.655Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:18:19.656Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:18:19.656Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:18:19.656Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:18:19.805Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T03:18:19.836Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca 75650
2023-04-01T03:18:19.837Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T03:18:19.837Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:18:19.838Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T03:18:19.838Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:18:19.838Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:18:19.838Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319099836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:18:20.839Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T03:18:20.840Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:18:20.840Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca, URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar to file: /app/ASDC/1/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:18:20.841Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:18:20.940Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:18:20.940Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:18:21.417Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7543247660175925784/Definitions/service-BasicOnboardJmkxma-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-04-01T03:18:23.042Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T03:18:23.046Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T03:18:23.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:18:23.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T03:18:23.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:18:23.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:18:23.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:18:23.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JmKXMa 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-BasicOnboardJmkxma-csar.csar
2023-04-01T03:18:23.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:18:23.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:18:23.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:18:23.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T03:18:23.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:18:23.054Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_JmKXMa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:18:23.057Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_JmKXMa 0 is matching search criteria
2023-04-01T03:18:23.057Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T03:18:23.058Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_JmKXMa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T03:18:23.059Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:18:23.060Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_JmKXMa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:18:23.060Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_JmKXMa 0 is matching search criteria
2023-04-01T03:18:23.060Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T03:18:23.060Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_JmKXMa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T03:18:23.060Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:18:23.060Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_JmKXMa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:18:23.063Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:18:23.063Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_JmKXMa 0 is not matching search criteria
2023-04-01T03:18:23.063Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-04-01T03:18:23.063Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-04-01T03:18:23.063Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-04-01T03:18:23.063Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-04-01T03:18:23.063Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T03:18:23.063Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:18:23.063Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_JmKXMa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T03:18:23.064Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:18:23.064Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_JmKXMa 0 is matching search criteria
2023-04-01T03:18:23.064Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_JmKXMa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:18:23.065Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:18:23.065Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_JmKXMa 0 is matching search criteria
2023-04-01T03:18:23.065Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_JmKXMa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:18:23.065Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:18:23.065Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_JmKXMa 0 is matching search criteria
2023-04-01T03:18:23.065Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_JmKXMa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:18:23.065Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:18:23.065Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_JmKXMa 0 is not matching search criteria
2023-04-01T03:18:23.065Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-04-01T03:18:23.065Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-04-01T03:18:23.065Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c133e08d-32b6-4039-9689-b3a11c161689
2023-04-01T03:18:23.065Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:18:23.065Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_JmKXMa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:18:23.065Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:18:23.066Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_JmKXMa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:18:23.066Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:18:23.066Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_JmKXMa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:18:23.066Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:18:23.066Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_JmKXMa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:18:23.066Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_JmKXMa
Description:service
Model UUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
Model Version:NULL
Model InvariantUuid:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_JmKXMa
Model UUID:e0fe834d-7667-4380-a4c1-8be9b3fb565d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:76cb6285-93c7-49c3-8916-8044d652af2a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6fb539ba-86a0-434b-9c48-3a190999b269
ModelName:BasicOnboardJmkxma..base_ubuntu18..module-0
ModelUuid:567cd184-2bb6-451e-84bd-edfb9fcec4d9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c133e08d-32b6-4039-9689-b3a11c161689
ModelInvariantUuid:13a67c99-d8a9-4ff9-8c97-5153a52c10c2
ModelName:basic_onboard_JmKXMa-nodes.ubuntu18Cvfc
ModelUuid:3d784702-84d4-406d-a24c-1a80754d078f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:1e56c329-00ee-498c-ac61-7dd4248c21ad
ModelInvariantUuid:8fc7a5ee-4f27-45c9-b27f-15473638b102
ModelName:BasicOnboardJmkxma.compute.nodes.heat.ubuntu18
ModelUuid:eb855fbb-6e1e-4ce2-868f-143ba748da07
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T03:18:23.093Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:18:23.145Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T03:18:23.151Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T03:18:23.151Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T03:18:23.151Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:18:23.151Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T03:18:23.218Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T03:18:23.218Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@428a600b
2023-04-01T03:18:23.219Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T03:18:23.219Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T03:18:23.220Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T03:18:23.223Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T03:18:23.223Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T03:18:23.224Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T03:18:23.224Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:18:23.224Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:18:23.224Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319103221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:18:24.239Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:18:24.240Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:18:24.284Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:18:24.293Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:18:24.293Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:18:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:18:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:18:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680319042180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:18:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:18:37.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:18:37.270Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319057462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:18:37.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:18:37.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:18:37.270Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319079502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:18:37.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:18:54.293Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:18:54.327Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:18:54.334Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:18:54.334Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:19:24.335Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:19:24.362Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:19:24.367Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:19:24.367Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:19:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:19:37.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.270Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319073745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.271Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319079473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.271Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319085705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.271Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319079502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T03:19:37.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.271Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680319079870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.272Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680319042180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.272Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319057462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T03:19:37.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.272Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319073745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.273Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319079473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.273Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.273Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319085705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.273Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.273Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319079502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T03:19:37.273Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.273Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680319079870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.274Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.274Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680319042180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.274Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.274Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319057462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T03:19:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.275Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319073745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T03:19:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.275Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319079473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.275Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319085705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.275Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319079502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.276Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680319079870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.276Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.276Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680319042180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.276Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.276Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319057462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.276Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.276Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319073745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.277Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319079473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.277Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319085705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.277Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319079502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T03:19:37.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.277Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680319079870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.278Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680319042180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.278Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319057462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T03:19:37.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.278Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319073745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.278Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319079473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.279Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.279Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319085705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.279Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.279Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319079502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.279Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.279Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680319079870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.279Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.279Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680319042180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.280Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.280Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319057462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.280Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.280Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319073745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.280Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.280Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319079473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.280Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.280Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319085705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.280Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.281Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319079502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:19:37.281Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.281Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680319079870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:19:37.281Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.281Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680319042180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:19:37.281Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.281Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319057462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:19:37.281Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.281Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319073745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:19:37.281Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.282Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319079473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:19:37.282Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.282Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319085705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:19:37.282Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.282Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319098812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:19:37.282Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.283Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319098431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:19:37.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.283Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680319098448,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:19:37.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.283Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319098982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:19:37.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.283Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319099836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:19:37.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.284Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319098838,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:19:37.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.284Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319099828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T03:19:37.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.284Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319099527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:19:37.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.284Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319100832,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T03:19:37.306Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
2023-04-01T03:19:37.307Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T03:19:37.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.337Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319100592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Failed to download artifact with name: base_ubuntu18.env due to: Specified artifact is  not found"
}
2023-04-01T03:19:37.337Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.337Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319101598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: base_ubuntu18.env due to: Specified artifact is  not found"
}
2023-04-01T03:19:37.337Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.338Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319103221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T03:19:37.338Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.338Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319102712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T03:19:37.338Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.338Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319102940,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "Failed to process the artifact",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T03:19:37.353Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
2023-04-01T03:19:37.353Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T03:19:37.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.382Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319103721,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T03:19:37.395Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
2023-04-01T03:19:37.395Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T03:19:37.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.418Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319107650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T03:19:37.418Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:19:37.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:19:37.418Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319108655,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T03:19:37.430Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
2023-04-01T03:19:37.430Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T03:19:54.368Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:19:54.401Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:19:54.407Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:19:54.407Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:20:24.408Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:20:24.442Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:20:24.450Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:20:24.450Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:20:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:20:54.451Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:20:54.479Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:20:54.485Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:20:54.485Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:21:24.485Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:21:24.519Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:21:24.527Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:21:24.527Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:21:37.266Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:21:54.528Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:21:54.557Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:21:54.563Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:21:54.563Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:22:24.563Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:22:24.595Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:22:24.602Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:22:24.603Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:22:37.267Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:22:54.603Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:22:54.636Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:22:54.642Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:22:54.642Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:23:12.054Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T03:23:12.055Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-1e62663e-9b52-4703-988f-35e3220eb8d4 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-04-01T03:23:12.057Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T03:23:12.057Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T03:23:14.135Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:23:14.152Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:23:14.153Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T03:23:14.163Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:23:14.164Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 2: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T03:23:14.179Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:23:14.180Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T03:23:14.181Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:23:14.187Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:23:14.188Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:23:14.188Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:23:14.189Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=66, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:23:14.189Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:23:14.189Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:23:24.642Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T03:23:24.643Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T03:23:24.675Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T03:23:24.676Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T03:23:36.373Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T03:23:36.600Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T03:23:37.016Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T03:23:37.020Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T03:23:37.057Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T03:23:37.268Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:23:37.363Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T03:23:37.363Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 03:23:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[257], vertex-id=[168128], x-aai-txid=[2-aai-resources-230401-03:23:36:222-45187], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T03:23:37.364Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T03:23:37.370Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T03:23:37.370Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:23:37.379Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:23:37.384Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T03:23:37.385Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T03:23:37.385Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:23:37.386Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:23:37.386Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319417384,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:23:37.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:23:37.412Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319417384,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T03:23:37.412Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:23:38.424Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:23:38.425Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T03:23:38.426Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T03:23:38.427Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T03:23:38.427Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T03:23:38.427Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T03:23:38.432Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-3d839c37-b008-493f-8ecb-db5410906614
2023-04-01T03:23:38.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T03:23:38.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T03:23:38.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T03:23:41.323Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:23:44.332Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:23:47.342Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:23:50.363Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:23:53.373Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:23:56.383Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:23:59.397Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:24:02.407Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:24:05.417Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:24:08.425Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:24:11.435Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:24:14.445Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:24:17.456Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:24:20.466Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:24:23.476Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:24:26.485Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:24:29.495Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:24:32.505Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:24:35.514Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:24:37.265Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:24:37.280Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:24:37.280Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T03:24:37.286Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-3d839c37-b008-493f-8ecb-db5410906614', protocol='range'}
2023-04-01T03:24:37.286Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:24:37.293Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T03:24:37.293Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T03:24:37.293Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T03:24:37.294Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T03:24:37.294Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T03:24:37.294Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T03:24:37.295Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 3: {SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-3d839c37-b008-493f-8ecb-db5410906614=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T03:24:37.311Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:24:37.311Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-3d839c37-b008-493f-8ecb-db5410906614', protocol='range'}
2023-04-01T03:24:37.312Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: cached metadata has changed from (version3: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version41: {SDC-DISTR-NOTIF-TOPIC-AUTO=6})
2023-04-01T03:24:37.312Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T03:24:37.313Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T03:24:37.313Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:24:37.313Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T03:24:37.313Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Revoke previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T03:24:37.314Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T03:24:37.320Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-3d839c37-b008-493f-8ecb-db5410906614', protocol='range'}
2023-04-01T03:24:37.321Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:24:37.321Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:24:37.322Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:24:37.322Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=67, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:24:37.323Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:24:37.323Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:24:37.324Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-3d839c37-b008-493f-8ecb-db5410906614', protocol='range'}
2023-04-01T03:24:37.325Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T03:24:37.325Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T03:24:37.330Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:24:37.330Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:24:37.331Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:24:37.331Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:24:37.331Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:24:37.332Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:24:37.341Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T03:24:37.342Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T03:24:37.346Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:24:37.347Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:24:37.347Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:24:37.347Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319418424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:24:37.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:24:37.837Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319418424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:24:37.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:24:38.348Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:24:38.349Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:24:38.350Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:24:38.350Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319418424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:24:39.351Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:24:39.352Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:24:39.352Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:24:39.352Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319418424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:24:40.354Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:24:40.355Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:24:40.355Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:24:40.355Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319418424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:24:41.356Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:24:41.357Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:24:41.357Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:24:41.357Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319418424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:24:42.358Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:24:42.359Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:24:42.359Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:24:42.359Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319418424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:24:43.360Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:24:43.361Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:24:43.361Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:24:43.361Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319418424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:24:44.363Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T03:24:44.364Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T03:24:44.364Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T03:24:44.365Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T03:24:44.365Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:24:44.430Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T03:24:44.430Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:24:44.431Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:24:44.431Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:24:44.431Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:24:44.431Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:24:44.461Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T03:24:44.462Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@79b8821f
2023-04-01T03:24:44.462Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T03:24:44.462Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T03:24:44.463Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T03:24:44.463Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T03:24:44.463Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T03:24:44.464Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T03:24:44.464Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:24:44.464Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:24:44.464Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319484463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:24:45.466Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T03:24:45.489Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:24:45.489Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:24:45.494Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T03:24:45.494Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T03:24:45.494Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T03:24:45.494Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:24:45.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T03:24:45.513Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T03:24:45.513Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@517e1150
2023-04-01T03:24:45.514Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T03:24:45.514Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T03:24:45.514Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T03:24:45.514Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T03:24:45.514Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T03:24:45.514Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T03:24:45.515Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:24:45.515Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:24:45.515Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319485514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:24:46.516Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:24:46.517Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:24:46.549Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:24:46.560Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:24:46.560Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:25:16.560Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:25:16.591Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:25:16.597Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:25:16.597Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:25:37.265Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:25:37.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:25:37.275Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319418424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T03:25:37.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:25:37.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:25:37.276Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319418424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T03:25:37.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:25:37.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:25:37.277Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319418424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:25:37.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:25:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:25:37.277Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319418424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T03:25:37.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:25:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:25:37.277Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319418424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:25:37.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:25:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:25:37.277Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319418424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:25:37.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:25:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:25:37.277Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319484463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T03:25:37.278Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:25:37.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:25:37.278Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319485514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T03:25:37.278Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:25:46.597Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:25:46.627Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:25:46.634Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:25:46.634Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:26:16.634Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:26:16.660Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:26:16.665Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:26:16.665Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:26:37.265Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:26:46.665Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:26:46.697Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:26:46.704Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:26:46.704Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:27:16.705Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:27:16.730Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:27:16.735Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:27:16.735Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:27:37.267Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:27:46.735Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:27:46.765Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:27:46.772Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:27:46.772Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:28:16.773Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:28:16.799Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:28:16.804Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:28:16.805Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:28:37.269Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:28:46.805Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:28:46.839Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:28:46.845Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:28:46.845Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:29:16.845Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:29:16.873Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:29:16.878Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:29:16.878Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:29:19.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:29:19.390Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319733966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:29:19.391Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:29:19.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:29:19.392Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680319699471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:29:19.392Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:29:37.265Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:29:37.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:29:37.267Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680319739291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:29:37.268Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:29:37.393Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T03:29:37.394Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-3d839c37-b008-493f-8ecb-db5410906614 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-04-01T03:29:37.394Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T03:29:37.394Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T03:29:37.875Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:29:40.885Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:29:43.896Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:29:46.878Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T03:29:46.879Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T03:29:46.892Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T03:29:46.892Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T03:29:46.893Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T03:29:46.897Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T03:29:46.906Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:29:46.948Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T03:29:46.950Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T03:29:46.959Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T03:29:47.235Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T03:29:47.236Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 03:29:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[253], vertex-id=[168128], x-aai-txid=[1-aai-resources-230401-03:29:46:123-89884], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T03:29:47.236Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T03:29:47.237Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T03:29:47.237Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:29:47.249Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:29:47.250Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T03:29:47.250Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T03:29:47.251Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:29:47.251Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:29:47.251Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319787250,
  "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-04-01T03:29:48.290Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:29:48.291Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T03:29:48.291Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T03:29:48.292Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T03:29:48.292Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T03:29:48.292Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T03:29:48.297Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-65281b22-583a-424f-bb30-21276efa9e93
2023-04-01T03:29:48.298Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T03:29:48.298Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T03:29:48.298Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T03:29:49.916Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:29:52.924Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:29:55.935Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:29:58.944Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:30:01.953Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:30:04.963Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:30:07.971Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:30:10.980Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:30:13.989Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:30:16.999Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:30:20.010Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:30:23.023Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:30:26.034Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:30:29.044Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:30:32.055Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:30:35.065Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:30:37.265Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:30:37.281Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:30:37.281Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T03:30:37.288Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:30:37.289Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-65281b22-583a-424f-bb30-21276efa9e93', protocol='range'}
2023-04-01T03:30:37.294Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 4: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-65281b22-583a-424f-bb30-21276efa9e93=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T03:30:37.310Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-65281b22-583a-424f-bb30-21276efa9e93', protocol='range'}
2023-04-01T03:30:37.311Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:30:37.311Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T03:30:37.311Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T03:30:37.311Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:30:37.311Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T03:30:37.316Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:30:37.316Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:30:37.316Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:30:37.316Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=79, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:30:37.316Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:30:37.316Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:30:37.316Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:30:37.316Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:30:37.317Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:30:37.317Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:30:37.317Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:30:37.317Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:30:37.327Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T03:30:37.327Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T03:30:37.330Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:30:37.330Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:30:37.330Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:30:37.330Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:30:38.331Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:30:38.332Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:30:38.332Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:30:38.332Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:30:38.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.342Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319731851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.342Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.343Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319739473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.343Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.343Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680319699471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.343Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.344Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319733966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T03:30:38.344Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.344Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319731851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.344Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.345Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680319739291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.345Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.345Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319739473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.345Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.346Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680319699471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.346Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.346Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319733966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T03:30:38.347Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.347Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319731851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T03:30:38.347Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.348Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680319739291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.349Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319739473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.349Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680319699471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.350Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319733966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.350Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.350Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319731851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.351Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680319739291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.351Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319739473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.352Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680319699471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.353Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319731851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.353Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.353Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319733966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T03:30:38.353Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.354Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319739473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.354Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.354Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680319739291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.355Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.355Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680319699471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.355Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.355Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319731851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.356Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319733966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.357Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319739473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.357Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680319739291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.358Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680319699471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:30:38.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.358Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319731851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:30:38.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.359Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319733966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:30:38.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.359Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319739473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:30:38.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.361Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680319739291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.361Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680319765257,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:30:38.362Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.362Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319765260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:30:38.362Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.363Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319765687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:30:38.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.363Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319765805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:30:38.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.364Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319766691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T03:30:38.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.365Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319766385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:30:38.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.366Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680319767692,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T03:30:38.406Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
2023-04-01T03:30:38.406Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T03:30:38.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.429Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319767498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:30:38.429Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.430Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319768565,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T03:30:38.442Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
2023-04-01T03:30:38.442Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T03:30:38.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.462Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680319769568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-01T03:30:38.463Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.463Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319773086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T03:30:38.463Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.464Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680319774092,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T03:30:38.486Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
2023-04-01T03:30:38.487Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T03:30:38.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.508Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319775704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.508Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319775704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.509Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319775704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.509Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319775704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.510Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.510Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319775704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.510Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.510Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319775704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.511Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319775704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:30:38.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.511Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319783525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:30:38.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.512Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319787250,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T03:30:38.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.512Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319786632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T03:30:38.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:38.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.513Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680319787635,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T03:30:38.525Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
2023-04-01T03:30:38.525Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T03:30:38.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:30:38.546Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:30:38.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:30:39.333Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:30:39.333Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:30:39.333Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:30:39.334Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:30:40.335Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:30:40.335Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:30:40.336Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:30:40.336Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:30:41.336Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:30:41.337Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:30:41.337Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:30:41.337Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:30:42.338Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:30:42.339Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:30:42.339Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:30:42.339Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:30:43.340Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:30:43.341Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:30:43.341Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:30:43.341Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:30:44.343Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T03:30:44.343Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T03:30:44.343Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T03:30:44.343Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T03:30:44.344Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:30:44.396Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T03:30:44.397Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:30:44.397Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:30:44.397Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:30:44.397Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:30:44.397Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:30:44.422Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T03:30:44.422Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2b05541d
2023-04-01T03:30:44.423Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T03:30:44.423Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T03:30:44.423Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T03:30:44.423Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T03:30:44.423Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T03:30:44.423Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T03:30:44.424Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:30:44.424Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:30:44.424Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319844423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:30:45.425Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T03:30:45.445Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:30:45.446Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:30:45.452Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T03:30:45.452Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T03:30:45.453Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T03:30:45.453Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:30:45.453Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T03:30:45.471Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T03:30:45.471Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@49a23c80
2023-04-01T03:30:45.472Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T03:30:45.472Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T03:30:45.472Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T03:30:45.472Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T03:30:45.472Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T03:30:45.472Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T03:30:45.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:30:45.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:30:45.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319845472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:30:46.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:30:46.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:30:46.504Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:30:46.509Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:30:46.509Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:31:16.510Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:31:16.539Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:31:16.545Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:31:16.545Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:31:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:31:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:31:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T03:31:37.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:31:46.546Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:31:46.576Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:31:46.582Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:31:46.582Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:32:16.583Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:32:16.614Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:32:16.621Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:32:16.621Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:32:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:32:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:32:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T03:32:37.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:32:37.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:32:37.269Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:32:37.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:32:37.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:32:37.269Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T03:32:37.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:32:37.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:32:37.270Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:32:37.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:32:37.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:32:37.270Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:32:37.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:32:37.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:32:37.270Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319844423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T03:32:37.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:32:37.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:32:37.271Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319845472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T03:32:37.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:32:46.621Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:32:46.653Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:32:46.659Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:32:46.660Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:33:16.660Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:33:16.696Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:33:16.702Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:33:16.702Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:33:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:33:46.703Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:33:46.734Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:33:46.740Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:33:46.740Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:34:16.741Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:34:16.774Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:34:16.780Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:34:16.781Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:34:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:34:46.781Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:34:46.811Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:34:46.817Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:34:46.818Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:35:16.818Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:35:16.847Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:35:16.853Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:35:16.853Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:35:37.267Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:35:37.403Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T03:35:37.404Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-65281b22-583a-424f-bb30-21276efa9e93 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-04-01T03:35:37.404Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T03:35:37.404Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T03:35:37.899Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:35:37.913Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:35:37.914Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T03:35:37.920Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:35:37.920Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 5: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T03:35:37.937Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:35:37.937Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T03:35:37.938Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:35:37.943Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:35:37.943Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:35:37.944Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:35:37.944Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=143, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:35:37.944Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:35:37.944Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:35:46.854Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T03:35:46.854Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T03:35:46.869Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T03:35:46.869Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T03:35:46.870Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T03:35:46.881Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T03:35:46.938Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T03:35:46.939Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[47118df3-4fb9-4f1d-ac03-1cf3a5ab50ca], X-ECOMP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-TransactionId=[], X-ONAP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], Content-Type=[application/merge-patch+json]}
2023-04-01T03:35:46.946Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T03:35:47.164Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 03:35:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[213], vertex-id=[168128], x-aai-txid=[1-aai-resources-230401-03:35:46:108-27871], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T03:35:47.164Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T03:35:47.165Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T03:35:47.166Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T03:35:47.166Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:35:47.179Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:35:47.179Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T03:35:47.179Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T03:35:47.180Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:35:47.180Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:35:47.180Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320147179,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:35:47.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:35:47.200Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320147179,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T03:35:47.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:35:48.212Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T03:35:48.212Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T03:35:48.215Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:35:48.216Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:35:48.216Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:35:48.216Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:35:49.218Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:35:49.219Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:35:49.219Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:35:49.219Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:35:50.220Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:35:50.221Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:35:50.221Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:35:50.221Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:35:51.222Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:35:51.223Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:35:51.223Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:35:51.223Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:35:52.224Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:35:52.224Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:35:52.224Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:35:52.224Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:35:53.225Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:35:53.226Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:35:53.226Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:35:53.226Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:35:54.227Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:35:54.228Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:35:54.228Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:35:54.228Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:35:55.230Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T03:35:55.230Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T03:35:55.230Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T03:35:55.230Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T03:35:55.230Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:35:55.303Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T03:35:55.304Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:35:55.304Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:35:55.304Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T03:35:55.305Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:35:55.305Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T03:35:55.631Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T03:35:55.636Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T03:35:55.637Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T03:35:55.637Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T03:35:55.637Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T03:35:55.637Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:35:55.637Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:35:55.637Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320155637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:35:56.638Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T03:35:56.639Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:35:56.639Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:35:56.639Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T03:35:56.639Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:35:56.639Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:35:56.786Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15429974781351220646/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-04-01T03:35:58.842Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T03:35:58.843Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T03:35:58.843Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:35:58.843Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T03:35:58.843Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:35:58.843Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:35:58.843Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:35:58.843Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:35:58.843Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:35:58.843Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:35:58.843Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:35:58.844Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:35:58.844Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:35:58.844Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:35:58.844Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T03:35:58.844Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T03:35:58.844Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:35:58.844Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:35:58.844Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:35:58.844Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T03:35:58.844Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T03:35:58.845Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:35:58.845Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:35:58.845Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:35:58.845Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T03:35:58.845Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T03:35:58.845Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:35:58.845Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:35:58.845Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:35:58.845Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:35:58.846Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:35:58.846Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:35:58.846Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T03:35:58.846Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:35:58.846Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T03:35:58.846Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T03:35:58.846Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:35:58.846Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T03:35:58.846Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T03:35:58.846Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:35:58.846Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T03:35:58.846Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T03:35:58.847Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T03:35:58.847Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T03:35:58.847Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:35:58.847Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T03:35:58.847Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:35:58.847Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T03:35:58.847Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:35:58.847Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:35:58.847Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:35:58.847Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:35:58.847Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:35:58.847Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:35:58.848Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:35:58.848Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:35:58.848Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:35:58.848Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:35:58.848Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:35:58.848Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:35:58.848Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:35:58.848Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T03:35:58.848Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T03:35:58.848Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T03:35:58.848Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:35:58.849Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T03:35:58.849Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T03:35:58.849Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T03:35:58.849Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T03:35:58.849Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:35:58.849Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T03:35:58.849Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:35:58.849Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:35:58.849Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:35:58.849Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:35:58.849Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T03:35:58.849Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:35:58.850Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T03:35:58.850Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T03:35:58.850Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:35:58.850Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T03:35:58.850Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T03:35:58.850Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T03:35:58.850Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T03:35:58.850Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:35:58.850Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T03:35:58.850Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:35:58.850Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:35:58.850Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:35:58.850Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:35:58.851Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T03:35:58.851Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:35:58.851Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T03:35:58.851Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T03:35:58.851Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:35:58.851Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T03:35:58.851Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T03:35:58.851Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:35:58.851Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T03:35:58.851Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T03:35:58.851Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T03:35:58.851Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:35:58.852Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:35:58.852Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:35:58.852Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:35:58.852Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:35:58.852Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:35:58.852Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:35:58.852Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:35:58.852Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T03:35:58.871Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 8ac50eb6-6280-4318-8933-91371a4187aa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:35:58.875Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||vFW 6e82a904-589b 0
2023-04-01T03:35:58.876Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8ac50eb6-6280-4318-8933-91371a4187aa
2023-04-01T03:35:58.876Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2a1a1bf6-0984-4e03-b81c-01fbf94d7c56 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
2023-04-01T03:35:58.876Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:35:58.876Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
2023-04-01T03:35:58.980Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T03:35:58.980Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json 2a1a1bf6-0984-4e03-b81c-01fbf94d7c56 785
2023-04-01T03:35:58.981Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json ASDC sendASDCNotification
2023-04-01T03:35:58.981Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
2023-04-01T03:35:58.981Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T03:35:58.981Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:35:58.981Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:35:58.982Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320158981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:35:59.983Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6e82a904589b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "233a2f72-7600-4052-9806-0f725d12b494",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f26700bc-f885-403a-ac29-a5dd5278ebf4",
    "vfModuleModelCustomizationUUID": "49b4ffaf-8b6e-4cc1-ba55-6d8bcda65bb0",
    "isBase": true,
    "artifacts": [
      "a18cabf6-53fa-4876-9fee-bf1d382e8184",
      "2e750d12-752b-46b3-a9af-0293566d815d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-04-01T03:36:00.008Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6e82a904589b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f26700bc-f885-403a-ac29-a5dd5278ebf4
VfModuleModelInvariantUUID:233a2f72-7600-4052-9806-0f725d12b494
VfModuleModelDescription:NULL
Artifacts UUID List:{
a18cabf6-53fa-4876-9fee-bf1d382e8184
,
2e750d12-752b-46b3-a9af-0293566d815d

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

isBase:true


}

2023-04-01T03:36:00.010Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6e82a904589b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "233a2f72-7600-4052-9806-0f725d12b494",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f26700bc-f885-403a-ac29-a5dd5278ebf4",
    "vfModuleModelCustomizationUUID": "49b4ffaf-8b6e-4cc1-ba55-6d8bcda65bb0",
    "isBase": true,
    "artifacts": [
      "a18cabf6-53fa-4876-9fee-bf1d382e8184",
      "2e750d12-752b-46b3-a9af-0293566d815d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-04-01T03:36:00.010Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6e82a904589b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f26700bc-f885-403a-ac29-a5dd5278ebf4
VfModuleModelInvariantUUID:233a2f72-7600-4052-9806-0f725d12b494
VfModuleModelDescription:NULL
Artifacts UUID List:{
a18cabf6-53fa-4876-9fee-bf1d382e8184
,
2e750d12-752b-46b3-a9af-0293566d815d

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

isBase:true


}

2023-04-01T03:36:00.010Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a18cabf6-53fa-4876-9fee-bf1d382e8184 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
2023-04-01T03:36:00.010Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:36:00.011Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
2023-04-01T03:36:00.175Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T03:36:00.175Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml a18cabf6-53fa-4876-9fee-bf1d382e8184 20368
2023-04-01T03:36:00.175Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-04-01T03:36:00.176Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
2023-04-01T03:36:00.176Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T03:36:00.176Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:36:00.176Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:36:00.176Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320160175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:36:01.178Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2e750d12-752b-46b3-a9af-0293566d815d from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
2023-04-01T03:36:01.178Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:36:01.178Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
2023-04-01T03:36:01.280Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T03:36:01.280Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env 2e750d12-752b-46b3-a9af-0293566d815d 2098
2023-04-01T03:36:01.281Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-04-01T03:36:01.281Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
2023-04-01T03:36:01.281Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T03:36:01.281Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:36:01.281Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:36:01.281Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320161281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:36:02.282Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T03:36:02.283Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6e82a904-589b 0 8ac50eb6-6280-4318-8933-91371a4187aa ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:36:02.339Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57ebf1fa, org.onap.sdc.toscaparser.api.parameters.Input@70276e4f, org.onap.sdc.toscaparser.api.parameters.Input@71ddc9c7, org.onap.sdc.toscaparser.api.parameters.Input@7181930b, org.onap.sdc.toscaparser.api.parameters.Input@796dd8e0]
2023-04-01T03:36:02.342Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:36:02.343Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:36:02.343Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-04-01T03:36:02.343Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a4310846-fb56-4449-a921-aff9c66f6225
2023-04-01T03:36:02.343Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a4310846-fb56-4449-a921-aff9c66f6225 matches Tosca VF Customization UUID: a4310846-fb56-4449-a921-aff9c66f6225
2023-04-01T03:36:02.343Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a4310846-fb56-4449-a921-aff9c66f6225  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-04-01T03:36:02.351Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:36:02.351Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:36:02.352Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a4310846-fb56-4449-a921-aff9c66f6225: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-04-01T03:36:02.352Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c5e52d3
2023-04-01T03:36:02.352Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:36:02.352Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T03:36:02.352Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 49b4ffaf-8b6e-4cc1-ba55-6d8bcda65bb0
2023-04-01T03:36:02.353Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 49b4ffaf-8b6e-4cc1-ba55-6d8bcda65bb0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-04-01T03:36:02.358Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:36:02.359Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:36:02.359Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:36:02.359Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:36:02.359Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:36:02.359Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:36:02.359Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:36:02.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:36:02.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:36:02.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:36:02.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T03:36:02.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T03:36:02.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T03:36:02.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:36:02.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T03:36:02.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T03:36:02.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T03:36:02.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T03:36:02.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:36:02.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-04-01T03:36:02.375Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:36:02.375Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:36:02.375Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:36:02.375Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:36:02.375Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:36:02.375Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:36:02.375Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:36:02.376Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T03:36:02.376Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:36:02.376Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T03:36:02.376Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T03:36:02.376Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:36:02.376Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T03:36:02.376Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T03:36:02.376Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T03:36:02.376Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T03:36:02.376Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:36:02.376Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-04-01T03:36:02.381Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:36:02.381Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:36:02.381Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:36:02.383Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:36:02.384Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:36:02.384Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:36:02.384Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:36:02.384Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T03:36:02.384Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:36:02.384Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T03:36:02.384Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T03:36:02.384Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:36:02.384Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T03:36:02.384Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T03:36:02.384Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:36:02.384Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T03:36:02.384Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T03:36:02.384Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-04-01T03:36:02.388Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:36:02.389Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:36:02.389Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:36:02.389Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:36:02.389Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:36:02.389Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=a4310846-fb56-4449-a921-aff9c66f6225
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:36:02.393Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:36:02.393Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:36:02.393Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9dbd1b7e-b75c-4df5-b556-77f0bc08588c: vFW 6e82a904-589b
2023-04-01T03:36:02.393Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:36:02.393Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:36:02.393Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:36:02.393Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:36:02.393Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:36:02.394Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:36:02.394Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:36:02.394Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:36:02.394Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:36:02.394Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:36:02.394Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2023-04-01 03-28-12 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T03:36:03.013Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6e82a904-589b 8ac50eb6-6280-4318-8933-91371a4187aa 1 ASDC deployResourceStructure
2023-04-01T03:36:03.013Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json ASDC sendASDCNotification
2023-04-01T03:36:03.013Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
2023-04-01T03:36:03.014Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T03:36:03.014Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:36:03.014Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:36:03.014Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320163013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:36:04.015Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-04-01T03:36:04.016Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
2023-04-01T03:36:04.016Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T03:36:04.016Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:36:04.016Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:36:04.016Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320164015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:36:05.017Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-04-01T03:36:05.018Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
2023-04-01T03:36:05.018Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T03:36:05.018Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:36:05.018Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:36:05.019Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320165017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:36:06.020Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T03:36:06.020Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T03:36:06.020Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T03:36:06.020Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:36:06.020Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:36:06.020Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320166020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:36:07.021Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:36:07.047Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:36:07.051Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T03:36:07.051Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T03:36:07.051Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T03:36:07.051Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T03:36:07.051Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T03:36:07.051Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T03:36:07.051Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T03:36:07.051Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T03:36:07.051Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T03:36:07.064Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T03:36:37.065Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T03:36:37.081Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T03:36:37.081Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T03:36:37.082Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T03:36:37.091Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T03:36:37.133Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T03:36:37.134Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d17130ac-5f9f-4e51-86cc-2d85560b1284], X-ECOMP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-TransactionId=[], X-ONAP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], Content-Type=[application/merge-patch+json]}
2023-04-01T03:36:37.142Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T03:36:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:36:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:36:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:36:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:36:37.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:36:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T03:36:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:36:37.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:36:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T03:36:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:36:37.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:36:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:36:37.278Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:36:37.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:36:37.278Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T03:36:37.278Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:36:37.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:36:37.278Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:36:37.278Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:36:37.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:36:37.278Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680319788290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:36:37.279Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:36:37.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:36:37.279Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320155637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:36:37.279Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:36:37.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:36:37.279Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320158981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:36:37.279Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:36:37.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:36:37.279Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320160175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:36:37.279Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:36:37.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:36:37.280Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320161281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:36:37.280Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:36:37.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:36:37.280Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320163013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-01T03:36:37.280Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:36:37.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:36:37.280Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320164015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-04-01T03:36:37.280Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:36:37.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:36:37.281Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320165017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-04-01T03:36:37.281Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:36:37.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:36:37.281Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320166020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T03:36:37.281Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:36:37.302Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 03:36:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[172224], x-aai-txid=[1-aai-resources-230401-03:36:36:302-87976], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T03:36:37.303Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T03:36:37.304Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T03:36:37.304Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T03:36:37.304Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:36:37.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:36:37.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T03:36:37.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T03:36:37.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:36:37.319Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:36:37.319Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320197318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:36:38.355Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:36:38.356Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T03:36:38.357Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T03:36:38.357Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T03:36:38.357Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T03:36:38.357Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T03:36:38.363Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-fd220558-72ba-4351-98e0-723e25bd1db0
2023-04-01T03:36:38.363Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T03:36:38.364Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T03:36:38.364Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T03:36:41.341Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:36:44.353Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:36:47.361Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:36:50.371Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:36:53.382Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:36:56.391Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:36:59.401Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:37:02.410Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:37:05.419Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:37:08.428Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:37:11.439Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:37:14.448Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:37:17.457Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:37:20.467Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:37:23.477Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:37:26.487Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:37:29.497Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:37:32.507Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:37:35.517Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:37:37.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:37:37.280Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:37:37.281Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T03:37:37.287Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-fd220558-72ba-4351-98e0-723e25bd1db0', protocol='range'}
2023-04-01T03:37:37.288Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:37:37.294Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 6: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-fd220558-72ba-4351-98e0-723e25bd1db0=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T03:37:37.310Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:37:37.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-fd220558-72ba-4351-98e0-723e25bd1db0', protocol='range'}
2023-04-01T03:37:37.310Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T03:37:37.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T03:37:37.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T03:37:37.311Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:37:37.316Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:37:37.317Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:37:37.317Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:37:37.317Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:37:37.317Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:37:37.317Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:37:37.317Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:37:37.317Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:37:37.317Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:37:37.317Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:37:37.317Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:37:37.317Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:37:37.328Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T03:37:37.328Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T03:37:37.331Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:37:37.331Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:37:37.332Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:37:37.332Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:37:38.332Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:37:38.333Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:37:38.333Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:37:38.333Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:37:38.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T03:37:38.337Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320197318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T03:37:38.337Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:37:38.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T03:37:38.338Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:37:38.338Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:37:39.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:37:39.335Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:37:39.335Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:37:39.335Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:37:40.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:37:40.337Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:37:40.337Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:37:40.337Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:37:41.338Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:37:41.338Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:37:41.338Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:37:41.339Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:37:42.339Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:37:42.340Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:37:42.340Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:37:42.340Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:37:43.341Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:37:43.342Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:37:43.342Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:37:43.342Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:37:44.344Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T03:37:44.344Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T03:37:44.346Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T03:37:44.347Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T03:37:44.347Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:37:44.410Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T03:37:44.410Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:37:44.411Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:37:44.411Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:37:44.411Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:37:44.411Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:37:44.438Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T03:37:44.439Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@57de5485
2023-04-01T03:37:44.439Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T03:37:44.439Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T03:37:44.439Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T03:37:44.440Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T03:37:44.440Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T03:37:44.440Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T03:37:44.440Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:37:44.440Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:37:44.441Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320264440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:37:45.442Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T03:37:45.461Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:37:45.461Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:37:45.472Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T03:37:45.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T03:37:45.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T03:37:45.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:37:45.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T03:37:45.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T03:37:45.497Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3f27ac13
2023-04-01T03:37:45.497Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T03:37:45.497Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T03:37:45.497Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T03:37:45.498Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T03:37:45.498Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T03:37:45.498Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T03:37:45.498Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:37:45.498Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:37:45.498Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320265498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:37:46.499Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:37:46.500Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:37:46.532Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:37:46.538Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:37:46.538Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:38:16.539Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:38:16.569Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:38:16.575Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:38:16.575Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:38:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:38:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:38:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T03:38:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:38:46.575Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:38:46.604Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:38:46.608Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:38:46.609Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:39:16.609Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:39:16.632Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:39:16.636Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:39:16.637Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:39:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:39:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:39:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T03:39:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:39:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:39:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:39:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:39:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:39:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T03:39:37.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:39:37.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:39:37.269Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:39:37.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:39:37.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:39:37.269Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:39:37.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:39:37.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:39:37.269Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320264440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T03:39:37.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:39:37.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:39:37.270Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320265498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T03:39:37.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:39:46.637Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:39:46.661Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:39:46.666Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:39:46.666Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:40:16.667Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:40:16.699Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:40:16.705Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:40:16.705Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:40:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:40:46.705Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:40:46.737Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:40:46.743Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:40:46.743Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:41:16.744Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:41:16.770Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:41:16.776Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:41:16.776Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:41:37.267Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:41:46.776Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:41:46.808Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:41:46.815Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:41:46.815Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:42:16.815Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:42:16.844Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:42:16.852Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:42:16.853Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:42:37.268Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:42:37.381Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T03:42:37.381Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-fd220558-72ba-4351-98e0-723e25bd1db0 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-04-01T03:42:37.382Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T03:42:37.382Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T03:42:37.886Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:42:37.903Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:42:37.903Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T03:42:37.911Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:42:37.911Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 7: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T03:42:37.929Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:42:37.930Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T03:42:37.930Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:42:37.936Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:42:37.936Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:42:37.937Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:42:37.937Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=169, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:42:37.937Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:42:37.937Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:42:46.853Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T03:42:46.854Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T03:42:46.867Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T03:42:46.867Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T03:42:46.868Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T03:42:46.877Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T03:42:46.927Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T03:42:46.927Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T03:42:46.935Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T03:42:47.122Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T03:42:47.122Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 03:42:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[181], vertex-id=[168128], x-aai-txid=[1-aai-resources-230401-03:42:46:096-76729], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T03:42:47.123Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T03:42:47.123Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T03:42:47.123Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:42:47.137Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:42:47.138Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T03:42:47.138Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T03:42:47.138Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:42:47.138Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:42:47.139Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320567138,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:42:47.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:42:47.162Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320567138,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T03:42:47.163Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:42:48.168Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T03:42:48.168Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T03:42:48.169Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:42:48.169Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:42:48.169Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:42:48.169Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:42:49.170Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:42:49.171Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:42:49.171Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:42:49.171Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:42:50.172Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:42:50.173Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:42:50.173Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:42:50.174Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:42:51.175Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:42:51.176Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:42:51.176Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:42:51.176Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:42:52.177Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:42:52.178Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:42:52.178Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:42:52.178Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:42:53.179Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:42:53.180Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:42:53.180Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:42:53.180Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:42:54.181Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:42:54.181Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:42:54.182Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:42:54.182Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:42:55.183Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T03:42:55.184Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T03:42:55.184Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T03:42:55.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T03:42:55.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:42:55.240Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T03:42:55.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:42:55.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:42:55.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T03:42:55.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:42:55.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T03:42:55.575Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T03:42:55.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T03:42:55.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T03:42:55.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T03:42:55.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T03:42:55.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:42:55.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:42:55.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320575580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:42:56.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T03:42:56.583Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:42:56.584Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:42:56.584Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T03:42:56.585Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:42:56.585Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:42:56.712Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6308586524741637112/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T03:42:58.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T03:42:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T03:42:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:42:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T03:42:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:42:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:42:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:42:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:42:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:42:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:42:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:42:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:42:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:42:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:42:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T03:42:58.489Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T03:42:58.489Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:42:58.489Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:42:58.489Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:42:58.489Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T03:42:58.489Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T03:42:58.489Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:42:58.489Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:42:58.489Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:42:58.489Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T03:42:58.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T03:42:58.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:42:58.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:42:58.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:42:58.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:42:58.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:42:58.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:42:58.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T03:42:58.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:42:58.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T03:42:58.491Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T03:42:58.491Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:42:58.491Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T03:42:58.491Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T03:42:58.491Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:42:58.491Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T03:42:58.491Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T03:42:58.491Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T03:42:58.491Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T03:42:58.491Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:42:58.491Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T03:42:58.492Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:42:58.492Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T03:42:58.492Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:42:58.492Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:42:58.492Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:42:58.492Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:42:58.492Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:42:58.492Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:42:58.492Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:42:58.492Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:42:58.492Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:42:58.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:42:58.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:42:58.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:42:58.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:42:58.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T03:42:58.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T03:42:58.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T03:42:58.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:42:58.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T03:42:58.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T03:42:58.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T03:42:58.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T03:42:58.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:42:58.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T03:42:58.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:42:58.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:42:58.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:42:58.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:42:58.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T03:42:58.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:42:58.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T03:42:58.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T03:42:58.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:42:58.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T03:42:58.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T03:42:58.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T03:42:58.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T03:42:58.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:42:58.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T03:42:58.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:42:58.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:42:58.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:42:58.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:42:58.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T03:42:58.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:42:58.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T03:42:58.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T03:42:58.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:42:58.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T03:42:58.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T03:42:58.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:42:58.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T03:42:58.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T03:42:58.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T03:42:58.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:42:58.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:42:58.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:42:58.497Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:42:58.497Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:42:58.497Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:42:58.497Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:42:58.497Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:42:58.497Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T03:42:58.549Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T03:42:58.549Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T03:42:58.549Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T03:42:58.549Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T03:42:58.550Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:42:58.550Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:42:58.550Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320578549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:42:59.551Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T03:42:59.551Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T03:42:59.551Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T03:42:59.551Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:42:59.551Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:42:59.552Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320579551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:43:00.552Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:43:00.576Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:43:00.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T03:43:00.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T03:43:00.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T03:43:00.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T03:43:00.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T03:43:00.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T03:43:00.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T03:43:00.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T03:43:00.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T03:43:00.594Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T03:43:30.595Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T03:43:30.612Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T03:43:30.612Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T03:43:30.613Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T03:43:30.621Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T03:43:30.677Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T03:43:30.677Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8a3fccec-4b19-4475-ae75-c9e527877f7a], X-ECOMP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-TransactionId=[], X-ONAP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], Content-Type=[application/merge-patch+json]}
2023-04-01T03:43:30.685Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T03:43:30.844Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 03:43:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[172224], x-aai-txid=[0-aai-resources-230401-03:43:29:843-96690], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T03:43:30.845Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T03:43:30.845Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T03:43:30.846Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T03:43:30.846Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:43:30.858Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:43:30.858Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T03:43:30.858Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T03:43:30.859Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:43:30.859Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:43:30.859Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320610858,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:43:31.895Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:43:31.895Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T03:43:31.896Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T03:43:31.896Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T03:43:31.896Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T03:43:31.897Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T03:43:31.902Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-1d426a4f-af2f-43ea-b5a8-03531443ed01
2023-04-01T03:43:31.903Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T03:43:31.903Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T03:43:31.903Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T03:43:32.216Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:43:35.226Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:43:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:43:37.281Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:43:37.281Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T03:43:37.287Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-1d426a4f-af2f-43ea-b5a8-03531443ed01', protocol='range'}
2023-04-01T03:43:37.287Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:43:37.293Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 8: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-1d426a4f-af2f-43ea-b5a8-03531443ed01=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T03:43:37.309Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-1d426a4f-af2f-43ea-b5a8-03531443ed01', protocol='range'}
2023-04-01T03:43:37.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T03:43:37.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T03:43:37.310Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:43:37.311Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T03:43:37.311Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:43:37.316Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:43:37.316Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:43:37.316Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:43:37.316Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:43:37.317Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:43:37.317Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:43:37.317Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:43:37.317Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=170, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:43:37.317Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:43:37.317Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:43:37.317Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:43:37.317Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:43:37.328Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T03:43:37.328Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T03:43:37.330Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:43:37.331Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:43:37.331Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:43:37.331Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:43:38.332Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:43:38.333Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:43:38.333Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:43:38.333Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:43:38.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:43:38.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:43:38.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:43:38.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:43:38.339Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T03:43:38.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:43:38.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:43:38.339Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T03:43:38.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:43:38.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:43:38.340Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:43:38.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:43:38.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:43:38.340Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T03:43:38.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:43:38.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:43:38.340Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:43:38.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:43:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:43:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320198355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:43:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:43:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:43:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320575580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:43:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:43:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:43:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320578549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T03:43:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:43:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:43:38.342Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320579551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T03:43:38.342Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:43:38.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:43:38.342Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320610858,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T03:43:38.342Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:43:38.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:43:38.342Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:43:38.342Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:43:39.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:43:39.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:43:39.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:43:39.335Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:43:40.335Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:43:40.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:43:40.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:43:40.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:43:41.337Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:43:41.337Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:43:41.337Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:43:41.337Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:43:42.338Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:43:42.339Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:43:42.339Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:43:42.339Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:43:43.340Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:43:43.341Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:43:43.341Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:43:43.341Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:43:44.343Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T03:43:44.343Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T03:43:44.343Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T03:43:44.344Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T03:43:44.344Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:43:44.406Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T03:43:44.407Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:43:44.407Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:43:44.407Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:43:44.407Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:43:44.407Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:43:44.434Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T03:43:44.434Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2ff8e3e5
2023-04-01T03:43:44.434Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T03:43:44.434Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T03:43:44.435Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T03:43:44.435Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T03:43:44.435Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T03:43:44.435Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T03:43:44.435Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:43:44.435Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:43:44.436Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320624435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:43:45.437Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T03:43:45.459Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:43:45.459Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:43:45.466Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T03:43:45.466Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T03:43:45.466Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T03:43:45.466Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:43:45.467Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T03:43:45.486Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T03:43:45.487Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5c55a975
2023-04-01T03:43:45.487Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T03:43:45.487Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T03:43:45.488Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T03:43:45.488Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T03:43:45.488Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T03:43:45.488Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T03:43:45.489Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:43:45.489Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:43:45.489Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320625488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:43:46.490Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:43:46.491Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:43:46.519Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:43:46.525Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:43:46.525Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:44:16.526Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:44:16.552Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:44:16.557Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:44:16.557Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:44:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:44:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:44:37.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T03:44:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:44:46.558Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:44:46.587Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:44:46.592Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:44:46.593Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:45:16.593Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:45:16.625Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:45:16.629Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:45:16.630Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:45:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:45:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:45:37.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T03:45:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:45:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:45:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:45:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:45:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:45:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T03:45:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:45:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:45:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:45:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:45:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:45:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:45:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:45:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:45:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320624435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T03:45:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:45:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T03:45:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320625488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T03:45:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:45:46.630Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:45:46.662Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:45:46.666Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:45:46.666Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:46:16.667Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:46:16.699Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:46:16.705Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:46:16.706Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:46:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:46:46.706Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:46:46.729Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:46:46.735Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:46:46.735Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:47:16.736Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:47:16.760Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:47:16.766Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:47:16.766Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:47:37.266Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:47:46.766Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:47:46.794Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:47:46.800Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:47:46.800Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:48:16.801Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:48:16.833Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:48:16.838Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:48:16.839Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:48:37.267Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:48:37.401Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T03:48:37.401Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-1d426a4f-af2f-43ea-b5a8-03531443ed01 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-04-01T03:48:37.402Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T03:48:37.402Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T03:48:37.897Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:48:37.913Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:48:37.913Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T03:48:37.921Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:48:37.921Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 9: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T03:48:37.940Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:48:37.940Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T03:48:37.940Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:48:37.947Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:48:37.947Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:48:37.947Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:48:37.947Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=190, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:48:37.947Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:48:37.947Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:48:46.839Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T03:48:46.840Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T03:48:46.850Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T03:48:46.850Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T03:48:46.851Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T03:48:46.861Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T03:48:46.921Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T03:48:46.922Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[872c8761-fa06-4253-8589-261e144c3670], X-ECOMP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-TransactionId=[], X-ONAP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], Content-Type=[application/merge-patch+json]}
2023-04-01T03:48:46.935Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T03:48:47.082Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 03:48:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[168128], x-aai-txid=[2-aai-resources-230401-03:48:46:096-67246], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T03:48:47.082Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T03:48:47.083Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T03:48:47.084Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T03:48:47.084Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:48:47.097Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:48:47.098Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T03:48:47.098Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T03:48:47.099Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:48:47.099Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:48:47.099Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320927098,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:48:47.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T03:48:47.120Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320927098,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T03:48:47.121Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:48:48.130Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T03:48:48.130Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T03:48:48.131Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:48:48.131Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:48:48.131Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:48:48.131Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:48:49.134Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:48:49.134Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:48:49.134Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:48:49.134Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:48:50.135Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:48:50.136Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:48:50.136Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:48:50.136Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:48:51.137Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:48:51.138Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:48:51.138Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:48:51.138Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:48:52.139Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:48:52.140Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:48:52.140Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:48:52.140Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:48:53.141Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:48:53.141Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:48:53.141Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:48:53.141Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:48:54.142Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:48:54.143Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:48:54.143Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:48:54.143Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:48:55.144Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T03:48:55.144Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T03:48:55.144Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T03:48:55.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T03:48:55.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:48:55.192Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T03:48:55.193Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:48:55.193Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:48:55.193Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T03:48:55.193Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:48:55.194Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T03:48:55.540Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T03:48:55.545Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T03:48:55.545Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T03:48:55.545Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T03:48:55.546Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T03:48:55.546Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:48:55.546Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:48:55.546Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320935545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:48:56.547Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T03:48:56.548Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:48:56.549Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:48:56.549Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T03:48:56.551Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:48:56.552Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:48:56.712Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1729879139678601683/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T03:48:58.364Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T03:48:58.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T03:48:58.366Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:48:58.366Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:48:58.366Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:48:58.366Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T03:48:58.366Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T03:48:58.366Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:48:58.366Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:48:58.366Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:48:58.366Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:48:58.367Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:48:58.367Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:48:58.367Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T03:48:58.367Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:48:58.367Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T03:48:58.367Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T03:48:58.367Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:48:58.367Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T03:48:58.367Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T03:48:58.367Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:48:58.367Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T03:48:58.367Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T03:48:58.367Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T03:48:58.367Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T03:48:58.367Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:48:58.367Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T03:48:58.367Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:48:58.367Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T03:48:58.368Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:48:58.368Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:48:58.368Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:48:58.368Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:48:58.368Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:48:58.368Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:48:58.368Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:48:58.368Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:48:58.368Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:48:58.368Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:48:58.368Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:48:58.368Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:48:58.368Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:48:58.368Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T03:48:58.368Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T03:48:58.368Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T03:48:58.369Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:48:58.369Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T03:48:58.369Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T03:48:58.369Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T03:48:58.369Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T03:48:58.369Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:48:58.369Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T03:48:58.370Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:48:58.370Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:48:58.370Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:48:58.370Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:48:58.370Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T03:48:58.370Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:48:58.372Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T03:48:58.372Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T03:48:58.372Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:48:58.372Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T03:48:58.372Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T03:48:58.373Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T03:48:58.373Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T03:48:58.373Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:48:58.373Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T03:48:58.373Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:48:58.373Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:48:58.373Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:48:58.374Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:48:58.374Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T03:48:58.374Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:48:58.374Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T03:48:58.374Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T03:48:58.374Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:48:58.375Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T03:48:58.375Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T03:48:58.376Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:48:58.376Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T03:48:58.376Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T03:48:58.376Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T03:48:58.377Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:48:58.377Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:48:58.377Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:48:58.377Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:48:58.377Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:48:58.377Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:48:58.378Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:48:58.378Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:48:58.378Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T03:48:58.433Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T03:48:58.434Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T03:48:58.434Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T03:48:58.434Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T03:48:58.434Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:48:58.435Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:48:58.435Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320938434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:48:59.436Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T03:48:59.436Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T03:48:59.436Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T03:48:59.436Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:48:59.436Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:48:59.437Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320939436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:49:00.437Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:49:00.464Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:49:00.470Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T03:49:00.470Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T03:49:00.470Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T03:49:00.470Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T03:49:00.470Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T03:49:00.470Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T03:49:00.471Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T03:49:00.471Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T03:49:00.471Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T03:49:00.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T03:49:30.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T03:49:30.499Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T03:49:30.499Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T03:49:30.500Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T03:49:30.508Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T03:49:30.543Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T03:49:30.544Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T03:49:30.553Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T03:49:30.719Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T03:49:30.719Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 03:49:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[172224], x-aai-txid=[0-aai-resources-230401-03:49:29:713-36430], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T03:49:30.719Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T03:49:30.719Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T03:49:30.720Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:49:30.730Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:49:30.731Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T03:49:30.731Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T03:49:30.731Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:49:30.731Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:49:30.731Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320970731,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:49:31.765Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:49:31.766Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T03:49:31.766Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T03:49:31.767Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T03:49:31.767Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T03:49:31.767Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T03:49:31.772Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T03:49:31.773Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-00600394-a774-4ea5-a1be-e63dfe060833
2023-04-01T03:49:31.773Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T03:49:31.774Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T03:49:32.227Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:49:35.237Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:49:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:49:37.281Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:49:37.281Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T03:49:37.289Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:49:37.290Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-00600394-a774-4ea5-a1be-e63dfe060833', protocol='range'}
2023-04-01T03:49:37.295Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 10: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-00600394-a774-4ea5-a1be-e63dfe060833=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T03:49:37.312Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:49:37.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-00600394-a774-4ea5-a1be-e63dfe060833', protocol='range'}
2023-04-01T03:49:37.313Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T03:49:37.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T03:49:37.314Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:49:37.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T03:49:37.319Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:49:37.319Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:49:37.319Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:49:37.320Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:49:37.320Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:49:37.321Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=191, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:49:37.321Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:49:37.321Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:49:37.321Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:49:37.321Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:49:37.321Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:49:37.322Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:49:37.331Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T03:49:37.332Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T03:49:37.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:49:37.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:49:37.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:49:37.335Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:49:38.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:49:38.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:49:38.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:49:38.337Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:49:38.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:49:38.341Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:49:38.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:49:38.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:49:38.341Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T03:49:38.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:49:38.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:49:38.342Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T03:49:38.342Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:49:38.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:49:38.342Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:49:38.342Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:49:38.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:49:38.342Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T03:49:38.342Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:49:38.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:49:38.342Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:49:38.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:49:38.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:49:38.343Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320611895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:49:38.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:49:38.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:49:38.343Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320935545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:49:38.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:49:38.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:49:38.343Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320938434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T03:49:38.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:49:38.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:49:38.344Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320939436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T03:49:38.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:49:38.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:49:38.344Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320970731,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T03:49:38.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:49:38.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:49:38.344Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:49:38.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:49:39.337Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:49:39.338Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:49:39.339Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:49:39.339Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:49:40.340Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:49:40.341Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:49:40.341Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:49:40.341Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:49:41.343Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:49:41.344Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:49:41.344Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:49:41.344Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:49:42.346Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:49:42.346Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:49:42.346Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:49:42.346Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:49:43.348Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:49:43.349Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:49:43.349Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:49:43.349Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:49:44.351Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T03:49:44.352Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T03:49:44.352Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T03:49:44.352Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T03:49:44.352Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:49:44.402Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T03:49:44.403Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:49:44.403Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:49:44.403Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:49:44.403Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:49:44.403Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:49:44.428Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T03:49:44.428Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@33471f64
2023-04-01T03:49:44.428Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T03:49:44.428Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T03:49:44.428Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T03:49:44.429Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T03:49:44.429Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T03:49:44.429Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T03:49:44.429Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:49:44.429Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:49:44.429Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320984429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:49:45.431Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T03:49:45.457Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:49:45.458Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:49:45.463Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T03:49:45.463Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T03:49:45.463Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T03:49:45.463Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:49:45.464Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T03:49:45.486Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T03:49:45.487Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@74c2c127
2023-04-01T03:49:45.487Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T03:49:45.487Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T03:49:45.487Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T03:49:45.488Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T03:49:45.488Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T03:49:45.488Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T03:49:45.488Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:49:45.488Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:49:45.488Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320985488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:49:46.490Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:49:46.491Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:49:46.519Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:49:46.525Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:49:46.525Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:50:16.526Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:50:16.547Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:50:16.558Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:50:16.558Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:50:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:50:37.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:50:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T03:50:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:50:46.558Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:50:46.592Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:50:46.597Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:50:46.598Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:51:16.598Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:51:16.625Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:51:16.631Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:51:16.631Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:51:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:51:37.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:51:37.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T03:51:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:51:37.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:51:37.269Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:51:37.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:51:37.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:51:37.269Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T03:51:37.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:51:37.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:51:37.270Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:51:37.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:51:37.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:51:37.270Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:51:37.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:51:37.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:51:37.271Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320984429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T03:51:37.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:51:37.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T03:51:37.271Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320985488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T03:51:37.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:51:46.631Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:51:46.660Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:51:46.666Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:51:46.666Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:52:16.667Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:52:16.695Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:52:16.700Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:52:16.701Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:52:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:52:46.701Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:52:46.727Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:52:46.732Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:52:46.732Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:53:16.733Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:53:16.761Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:53:16.767Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:53:16.767Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:53:37.266Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:53:46.768Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:53:46.798Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:53:46.804Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:53:46.804Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:54:16.805Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:54:16.836Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:54:16.841Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:54:16.841Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:54:37.267Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:54:37.393Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T03:54:37.393Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-00600394-a774-4ea5-a1be-e63dfe060833 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-04-01T03:54:37.393Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T03:54:37.393Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T03:54:37.915Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:54:37.929Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:54:37.929Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T03:54:37.935Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:54:37.935Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 11: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T03:54:37.951Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:54:37.952Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T03:54:37.952Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:54:37.957Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:54:37.957Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:54:37.957Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:54:37.957Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=211, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:54:37.957Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:54:37.957Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:54:46.842Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T03:54:46.842Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T03:54:46.854Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T03:54:46.855Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T03:54:46.856Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T03:54:46.864Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T03:54:46.914Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T03:54:46.916Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T03:54:46.925Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T03:54:47.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T03:54:47.101Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 03:54:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[170], vertex-id=[168128], x-aai-txid=[1-aai-resources-230401-03:54:46:086-65606], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T03:54:47.101Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T03:54:47.101Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T03:54:47.101Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:54:47.112Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:54:47.112Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T03:54:47.113Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T03:54:47.113Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:54:47.113Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:54:47.113Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321287113,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:54:47.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T03:54:47.136Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321287113,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T03:54:47.138Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:54:48.142Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T03:54:48.142Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T03:54:48.143Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:54:48.143Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:54:48.143Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:54:48.144Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:54:49.146Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:54:49.146Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:54:49.146Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:54:49.146Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:54:50.148Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:54:50.148Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:54:50.149Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:54:50.149Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:54:51.150Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:54:51.150Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:54:51.151Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:54:51.151Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:54:52.152Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:54:52.152Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:54:52.153Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:54:52.153Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:54:53.154Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:54:53.154Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:54:53.154Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:54:53.155Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:54:54.155Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:54:54.156Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:54:54.156Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:54:54.157Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:54:55.158Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T03:54:55.158Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T03:54:55.159Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T03:54:55.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T03:54:55.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:54:55.220Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T03:54:55.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:54:55.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:54:55.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T03:54:55.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:54:55.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T03:54:55.560Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T03:54:55.563Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T03:54:55.564Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T03:54:55.564Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T03:54:55.564Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T03:54:55.565Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:54:55.565Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:54:55.565Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321295564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:54:56.566Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T03:54:56.566Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:54:56.567Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:54:56.567Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T03:54:56.568Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:54:56.568Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:54:56.724Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7822589619851636924/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T03:54:58.251Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T03:54:58.252Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T03:54:58.252Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:54:58.252Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T03:54:58.252Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:54:58.252Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:54:58.252Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:54:58.252Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:54:58.252Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:54:58.252Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:54:58.252Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:54:58.252Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:54:58.252Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:54:58.252Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T03:54:58.252Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T03:54:58.252Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T03:54:58.252Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:54:58.253Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:54:58.253Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:54:58.253Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T03:54:58.253Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T03:54:58.253Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:54:58.253Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:54:58.253Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:54:58.253Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T03:54:58.253Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T03:54:58.253Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:54:58.253Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:54:58.254Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:54:58.254Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:54:58.254Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:54:58.254Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:54:58.254Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T03:54:58.254Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:54:58.254Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T03:54:58.254Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T03:54:58.254Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:54:58.254Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T03:54:58.254Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T03:54:58.254Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:54:58.254Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T03:54:58.254Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T03:54:58.254Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T03:54:58.255Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T03:54:58.255Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:54:58.255Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T03:54:58.255Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:54:58.255Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T03:54:58.255Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:54:58.255Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:54:58.255Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:54:58.255Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:54:58.255Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:54:58.255Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:54:58.256Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:54:58.256Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T03:54:58.256Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T03:54:58.256Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:54:58.256Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:54:58.256Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:54:58.256Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:54:58.256Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T03:54:58.256Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T03:54:58.256Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T03:54:58.256Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:54:58.256Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T03:54:58.257Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T03:54:58.257Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T03:54:58.257Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T03:54:58.257Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:54:58.257Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T03:54:58.257Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:54:58.257Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:54:58.257Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:54:58.257Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:54:58.257Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T03:54:58.257Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:54:58.257Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T03:54:58.257Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T03:54:58.258Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:54:58.258Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T03:54:58.258Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T03:54:58.258Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T03:54:58.258Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T03:54:58.258Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:54:58.258Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T03:54:58.258Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:54:58.258Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T03:54:58.258Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T03:54:58.258Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T03:54:58.258Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T03:54:58.258Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:54:58.259Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T03:54:58.259Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T03:54:58.259Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T03:54:58.259Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T03:54:58.259Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T03:54:58.259Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T03:54:58.259Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T03:54:58.259Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T03:54:58.259Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T03:54:58.259Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:54:58.259Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:54:58.259Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:54:58.260Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:54:58.260Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:54:58.260Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:54:58.260Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T03:54:58.260Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T03:54:58.260Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T03:54:58.316Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T03:54:58.316Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T03:54:58.316Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T03:54:58.316Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T03:54:58.316Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:54:58.316Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:54:58.316Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321298316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:54:59.317Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T03:54:59.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T03:54:59.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T03:54:59.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:54:59.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:54:59.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321299317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:55:00.319Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:55:00.344Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:55:00.349Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T03:55:00.350Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T03:55:00.350Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T03:55:00.350Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T03:55:00.350Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T03:55:00.350Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T03:55:00.350Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T03:55:00.350Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T03:55:00.350Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T03:55:00.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T03:55:30.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T03:55:30.376Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T03:55:30.377Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T03:55:30.378Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T03:55:30.387Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T03:55:30.429Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T03:55:30.430Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T03:55:30.439Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T03:55:30.585Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T03:55:30.585Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 03:55:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[172224], x-aai-txid=[0-aai-resources-230401-03:55:29:597-97878], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T03:55:30.585Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T03:55:30.586Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T03:55:30.586Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:55:30.597Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:55:30.598Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T03:55:30.598Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T03:55:30.599Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:55:30.599Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:55:30.599Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321330598,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:55:31.634Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T03:55:31.634Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T03:55:31.635Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T03:55:31.635Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T03:55:31.635Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T03:55:31.635Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T03:55:31.641Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-00f7d4f6-b074-422b-9c9b-91b4f2075a9c
2023-04-01T03:55:31.641Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T03:55:31.641Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T03:55:31.642Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T03:55:32.186Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:55:35.197Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T03:55:37.265Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:55:37.282Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:55:37.282Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T03:55:37.288Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-00f7d4f6-b074-422b-9c9b-91b4f2075a9c', protocol='range'}
2023-04-01T03:55:37.288Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:55:37.293Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 12: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-00f7d4f6-b074-422b-9c9b-91b4f2075a9c=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T03:55:37.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-00f7d4f6-b074-422b-9c9b-91b4f2075a9c', protocol='range'}
2023-04-01T03:55:37.311Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T03:55:37.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T03:55:37.312Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T03:55:37.312Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T03:55:37.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T03:55:37.317Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:55:37.318Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:55:37.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:55:37.318Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:55:37.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:55:37.318Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=212, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:55:37.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:55:37.318Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:55:37.318Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:55:37.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T03:55:37.319Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T03:55:37.319Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T03:55:37.330Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T03:55:37.330Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T03:55:37.332Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:55:37.332Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:55:37.333Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:55:37.333Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:55:38.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:55:38.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:55:38.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:55:38.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:55:38.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:55:38.337Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:55:38.338Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:55:38.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:55:38.338Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T03:55:38.338Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:55:38.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:55:38.339Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T03:55:38.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:55:38.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:55:38.339Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:55:38.340Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:55:38.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:55:38.340Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T03:55:38.340Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:55:38.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:55:38.341Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:55:38.341Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:55:38.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:55:38.341Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680320971765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:55:38.341Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:55:38.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:55:38.341Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321295564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T03:55:38.341Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:55:38.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:55:38.342Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321298316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T03:55:38.342Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:55:38.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:55:38.342Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321299317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T03:55:38.342Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:55:38.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:55:38.343Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321330598,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T03:55:38.343Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:55:38.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T03:55:38.343Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:55:38.343Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:55:39.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:55:39.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:55:39.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:55:39.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:55:40.338Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:55:40.338Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:55:40.338Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:55:40.338Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:55:41.339Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:55:41.340Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:55:41.340Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:55:41.340Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:55:42.341Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:55:42.341Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:55:42.342Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:55:42.342Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:55:43.343Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T03:55:43.343Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:55:43.343Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:55:43.344Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:55:44.345Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T03:55:44.345Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T03:55:44.345Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T03:55:44.346Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T03:55:44.346Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T03:55:44.400Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T03:55:44.400Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:55:44.400Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T03:55:44.401Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:55:44.401Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:55:44.401Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T03:55:44.427Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T03:55:44.427Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@91426f4
2023-04-01T03:55:44.427Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T03:55:44.428Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T03:55:44.428Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T03:55:44.428Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T03:55:44.428Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T03:55:44.428Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T03:55:44.429Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:55:44.429Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:55:44.429Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321344428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:55:45.430Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T03:55:45.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:55:45.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T03:55:45.454Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T03:55:45.454Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T03:55:45.454Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T03:55:45.454Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T03:55:45.454Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T03:55:45.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T03:55:45.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3329787a
2023-04-01T03:55:45.475Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T03:55:45.475Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T03:55:45.475Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T03:55:45.475Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T03:55:45.475Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T03:55:45.476Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T03:55:45.476Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T03:55:45.476Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T03:55:45.476Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321345475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:55:46.477Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T03:55:46.478Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:55:46.508Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:55:46.513Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:55:46.514Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:56:16.514Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:56:16.542Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:56:16.546Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:56:16.546Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:56:37.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:56:37.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T03:56:37.267Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T03:56:37.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:56:46.547Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:56:46.579Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:56:46.585Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:56:46.585Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:57:16.585Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:57:16.616Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:57:16.622Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:57:16.622Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:57:37.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:57:37.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T03:57:37.267Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T03:57:37.267Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:57:37.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T03:57:37.268Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:57:37.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:57:37.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T03:57:37.268Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T03:57:37.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:57:37.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T03:57:37.268Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T03:57:37.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:57:37.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T03:57:37.268Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T03:57:37.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:57:37.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T03:57:37.268Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321344428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T03:57:37.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:57:37.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T03:57:37.269Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321345475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T03:57:37.269Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T03:57:46.623Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:57:46.647Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:57:46.652Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:57:46.653Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:58:16.653Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:58:16.680Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:58:16.684Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:58:16.684Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:58:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:58:46.684Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:58:46.706Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:58:46.710Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:58:46.710Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:59:16.710Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:59:16.741Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:59:16.747Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:59:16.747Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T03:59:37.266Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T03:59:46.747Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:59:46.777Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T03:59:46.782Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T03:59:46.782Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:00:16.783Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:00:16.808Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:00:16.812Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:00:16.812Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:00:37.268Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:00:37.386Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T04:00:37.386Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-00f7d4f6-b074-422b-9c9b-91b4f2075a9c 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-04-01T04:00:37.386Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T04:00:37.387Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T04:00:37.940Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:00:37.956Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:00:37.957Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T04:00:37.963Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:00:37.963Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 13: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T04:00:37.982Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:00:37.983Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T04:00:37.983Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:00:37.988Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:00:37.988Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:00:37.989Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:00:37.989Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=232, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:00:37.989Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:00:37.989Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:00:46.813Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T04:00:46.813Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:00:46.826Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T04:00:46.826Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T04:00:46.827Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T04:00:46.835Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:00:46.871Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T04:00:46.872Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3cf9a30b-798a-424d-8920-a085b4581a5b], X-ECOMP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-TransactionId=[], X-ONAP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], Content-Type=[application/merge-patch+json]}
2023-04-01T04:00:46.880Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T04:00:47.043Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:00:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[168128], x-aai-txid=[2-aai-resources-230401-04:00:46:042-4942], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:00:47.043Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:00:47.044Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T04:00:47.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:00:47.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:00:47.057Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:00:47.057Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T04:00:47.058Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T04:00:47.058Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:00:47.058Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:00:47.058Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321647057,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:00:47.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:00:47.084Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321647057,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T04:00:47.085Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:00:48.088Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:00:48.089Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:00:48.089Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:00:48.090Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:00:48.090Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:00:48.090Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:00:49.091Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:00:49.091Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:00:49.091Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:00:49.091Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:00:50.092Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:00:50.093Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:00:50.093Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:00:50.093Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:00:51.094Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:00:51.094Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:00:51.094Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:00:51.094Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:00:52.095Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:00:52.095Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:00:52.095Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:00:52.096Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:00:53.096Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:00:53.097Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:00:53.097Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:00:53.097Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:00:54.098Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:00:54.098Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:00:54.098Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:00:54.098Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:00:55.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:00:55.101Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:00:55.101Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T04:00:55.101Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:00:55.101Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:00:55.160Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:00:55.161Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:00:55.161Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:00:55.161Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:00:55.161Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:00:55.161Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:00:55.498Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:00:55.503Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T04:00:55.504Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:00:55.504Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:00:55.504Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:00:55.505Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:00:55.505Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:00:55.505Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321655504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:00:56.506Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:00:56.507Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:00:56.507Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:00:56.508Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T04:00:56.509Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:00:56.509Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:00:56.657Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5525061667501708031/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T04:00:58.479Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:00:58.479Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:00:58.479Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:00:58.479Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T04:00:58.479Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:00:58.479Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:00:58.479Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:00:58.480Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:00:58.480Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:00:58.480Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:00:58.480Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:00:58.480Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:00:58.480Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:00:58.480Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:00:58.480Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T04:00:58.480Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:00:58.480Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:00:58.480Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:00:58.480Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:00:58.480Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:00:58.480Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:00:58.481Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:00:58.481Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:00:58.481Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:00:58.481Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:00:58.481Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:00:58.481Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:00:58.481Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:00:58.481Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:00:58.481Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:00:58.481Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:00:58.481Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:00:58.481Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:00:58.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:00:58.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:00:58.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:00:58.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:00:58.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:00:58.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:00:58.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:00:58.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:00:58.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:00:58.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:00:58.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:00:58.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:00:58.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T04:00:58.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:00:58.483Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:00:58.483Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:00:58.483Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:00:58.483Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:00:58.483Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:00:58.484Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:00:58.484Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:00:58.484Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:00:58.484Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:00:58.484Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:00:58.484Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:00:58.484Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:00:58.484Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:00:58.484Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:00:58.485Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T04:00:58.485Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:00:58.485Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:00:58.485Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:00:58.485Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:00:58.485Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:00:58.485Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:00:58.485Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:00:58.485Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:00:58.485Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T04:00:58.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:00:58.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:00:58.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:00:58.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:00:58.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:00:58.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:00:58.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:00:58.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:00:58.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:00:58.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T04:00:58.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:00:58.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:00:58.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:00:58.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:00:58.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T04:00:58.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:00:58.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:00:58.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:00:58.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:00:58.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:00:58.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:00:58.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:00:58.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:00:58.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:00:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:00:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:00:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:00:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:00:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T04:00:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T04:00:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:00:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:00:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:00:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:00:58.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:00:58.489Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:00:58.489Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:00:58.489Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:00:58.489Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:00:58.549Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T04:00:58.549Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:00:58.549Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T04:00:58.549Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:00:58.549Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:00:58.550Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:00:58.550Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321658549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:00:59.552Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:00:59.552Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T04:00:59.552Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:00:59.553Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:00:59.553Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:00:59.553Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321659552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:01:00.555Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:01:00.583Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:01:00.588Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:01:00.589Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:01:00.589Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:01:00.589Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:01:00.589Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:01:00.589Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:01:00.589Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:01:00.589Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:01:00.589Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:01:00.606Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:01:30.606Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:01:30.615Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T04:01:30.615Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T04:01:30.615Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T04:01:30.620Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:01:30.641Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T04:01:30.642Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dcb15b8d-a346-4d63-9892-744c57ea55c7], X-ECOMP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-TransactionId=[], X-ONAP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], Content-Type=[application/merge-patch+json]}
2023-04-01T04:01:30.648Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:01:30.798Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:01:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[172224], x-aai-txid=[2-aai-resources-230401-04:01:29:805-9695], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:01:30.799Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:01:30.800Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T04:01:30.800Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:01:30.800Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:01:30.811Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:01:30.811Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:01:30.811Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:01:30.811Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:01:30.812Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:01:30.812Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321690811,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:01:31.845Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T04:01:31.845Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T04:01:31.846Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T04:01:31.846Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T04:01:31.846Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T04:01:31.846Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T04:01:31.852Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-5c2fc036-4539-4d03-967d-17ac615439f6
2023-04-01T04:01:31.853Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T04:01:31.853Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T04:01:31.853Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T04:01:32.217Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:01:35.227Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:01:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:01:37.281Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:01:37.281Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T04:01:37.288Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-5c2fc036-4539-4d03-967d-17ac615439f6', protocol='range'}
2023-04-01T04:01:37.288Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:01:37.293Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 14: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-5c2fc036-4539-4d03-967d-17ac615439f6=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T04:01:37.308Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-5c2fc036-4539-4d03-967d-17ac615439f6', protocol='range'}
2023-04-01T04:01:37.308Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:01:37.309Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T04:01:37.309Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T04:01:37.309Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:01:37.309Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T04:01:37.314Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:01:37.315Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:01:37.315Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:01:37.315Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=233, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:01:37.315Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:01:37.315Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:01:37.315Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:01:37.315Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:01:37.316Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:01:37.316Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:01:37.316Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:01:37.316Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:01:37.326Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:01:37.326Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:01:37.328Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:01:37.329Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:01:37.329Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:01:37.329Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:01:38.330Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:01:38.330Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:01:38.330Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:01:38.330Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:01:38.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:01:38.333Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:01:38.334Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:01:38.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:01:38.334Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:01:38.334Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:01:38.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:01:38.335Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:01:38.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:01:38.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:01:38.335Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:01:38.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:01:38.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:01:38.335Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T04:01:38.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:01:38.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:01:38.335Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:01:38.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:01:38.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:01:38.336Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321331634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:01:38.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:01:38.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:01:38.336Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321655504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:01:38.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:01:38.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:01:38.336Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321658549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T04:01:38.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:01:38.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:01:38.337Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321659552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T04:01:38.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:01:38.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:01:38.337Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321690811,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:01:38.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:01:38.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:01:38.337Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:01:38.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:01:39.331Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:01:39.332Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:01:39.332Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:01:39.332Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:01:40.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:01:40.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:01:40.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:01:40.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:01:41.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:01:41.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:01:41.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:01:41.337Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:01:42.338Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:01:42.338Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:01:42.339Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:01:42.339Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:01:43.340Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:01:43.341Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:01:43.341Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:01:43.341Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:01:44.342Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:01:44.342Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:01:44.343Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T04:01:44.343Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:01:44.343Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:01:44.398Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:01:44.399Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:01:44.399Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:01:44.399Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T04:01:44.399Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:01:44.399Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T04:01:44.424Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T04:01:44.424Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@26a8d6d8
2023-04-01T04:01:44.424Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T04:01:44.425Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T04:01:44.425Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T04:01:44.425Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T04:01:44.425Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T04:01:44.425Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T04:01:44.426Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:01:44.426Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:01:44.426Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321704425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:01:45.427Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T04:01:45.447Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:01:45.447Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:01:45.454Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T04:01:45.454Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T04:01:45.454Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T04:01:45.454Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:01:45.454Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T04:01:45.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T04:01:45.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@54a204a
2023-04-01T04:01:45.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T04:01:45.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T04:01:45.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T04:01:45.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T04:01:45.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T04:01:45.475Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T04:01:45.475Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:01:45.475Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:01:45.475Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321705474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:01:46.476Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:01:46.476Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:01:46.504Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:01:46.508Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:01:46.509Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:02:16.509Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:02:16.537Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:02:16.542Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:02:16.543Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:02:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:02:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:02:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:02:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:02:46.543Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:02:46.571Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:02:46.575Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:02:46.575Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:03:16.575Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:03:16.607Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:03:16.613Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:03:16.614Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:03:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:03:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:03:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:03:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:03:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:03:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:03:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:03:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:03:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T04:03:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:03:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:03:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:03:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:03:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:03:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:03:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:03:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:03:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321704425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T04:03:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:03:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:03:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321705474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T04:03:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:03:46.614Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:03:46.642Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:03:46.646Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:03:46.646Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:04:16.646Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:04:16.673Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:04:16.676Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:04:16.677Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:04:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:04:46.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:04:46.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680321868747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:04:46.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:04:46.677Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:04:46.702Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:04:46.706Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:04:46.707Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:05:16.707Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:05:16.736Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:05:16.741Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:05:16.741Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:05:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:05:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:05:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680321866300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:05:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:05:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:05:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680321865661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:05:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:05:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:05:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680321869473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:05:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:05:46.742Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:05:46.766Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:05:46.770Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:05:46.770Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:06:16.770Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:06:16.799Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:06:16.804Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:06:16.804Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:06:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:06:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680321870637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680321875704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680321868747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680321865661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680321870637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:06:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680321869473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680321866300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680321875704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680321868747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:06:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680321866300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680321869473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680321865661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680321870637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:06:37.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680321875704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680321868747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680321866300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680321865661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680321870637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680321869473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680321875704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680321868747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680321866300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680321865661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680321869473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680321870637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T04:06:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680321875704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680321868747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.276Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680321865661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.276Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680321866300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.276Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680321869473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.276Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680321870637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.277Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.277Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680321875704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.277Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.277Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680321868747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:06:37.277Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.277Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680321866300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:06:37.277Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.278Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680321865661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:06:37.278Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.278Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680321870637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:06:37.278Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.278Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680321869473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:06:37.278Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.278Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680321875704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:06:37.278Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.279Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680321892304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:06:37.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.279Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680321892304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:06:37.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.279Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680321892729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:06:37.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.279Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680321892846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:06:37.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.280Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680321892914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:06:37.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.280Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680321893732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T04:06:37.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.280Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680321893424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:06:37.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.281Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680321894734,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T04:06:37.323Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f253543b-2f52-4b87-8b94-fde54695aeb5
2023-04-01T04:06:37.323Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f253543b-2f52-4b87-8b94-fde54695aeb5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T04:06:37.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.345Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680321894510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:06:37.346Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.346Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680321895585,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:06:37.360Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f253543b-2f52-4b87-8b94-fde54695aeb5
2023-04-01T04:06:37.360Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f253543b-2f52-4b87-8b94-fde54695aeb5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:06:37.364Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T04:06:37.365Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-5c2fc036-4539-4d03-967d-17ac615439f6 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-04-01T04:06:37.365Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T04:06:37.366Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:06:37.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.377Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680321895897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T04:06:37.377Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.377Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680321896588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-01T04:06:37.377Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.377Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680321896902,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:06:37.390Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f253543b-2f52-4b87-8b94-fde54695aeb5
2023-04-01T04:06:37.390Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f253543b-2f52-4b87-8b94-fde54695aeb5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T04:06:37.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.414Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680321900103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T04:06:37.414Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:06:37.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T04:06:37.414Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "aai-model-loader",
  "timestamp": 1680321901106,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:06:37.427Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f253543b-2f52-4b87-8b94-fde54695aeb5
2023-04-01T04:06:37.427Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f253543b-2f52-4b87-8b94-fde54695aeb5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T04:06:38.268Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:06:41.277Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:06:44.286Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:06:46.804Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T04:06:46.805Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:06:46.820Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T04:06:46.821Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T04:06:46.822Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T04:06:46.831Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:06:46.867Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T04:06:46.867Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[815049f2-a079-4c00-beea-f358fce79015], X-ECOMP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-TransactionId=[], X-ONAP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], Content-Type=[application/merge-patch+json]}
2023-04-01T04:06:46.880Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T04:06:47.055Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:06:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[171], vertex-id=[168128], x-aai-txid=[2-aai-resources-230401-04:06:46:038-84227], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:06:47.055Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:06:47.056Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T04:06:47.057Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:06:47.057Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:06:47.068Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:06:47.069Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T04:06:47.069Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T04:06:47.069Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:06:47.069Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:06:47.069Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322007069,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:06:47.294Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:06:48.099Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:06:48.099Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:06:48.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:06:48.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:06:48.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:06:48.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:06:49.101Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:06:49.102Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:06:49.102Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:06:49.102Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:06:50.103Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:06:50.103Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:06:50.104Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:06:50.104Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:06:50.304Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:06:51.105Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:06:51.105Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:06:51.106Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:06:51.106Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:06:52.107Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:06:52.107Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:06:52.107Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:06:52.108Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:06:53.108Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:06:53.109Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:06:53.109Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:06:53.109Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:06:53.312Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:06:54.110Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:06:54.110Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:06:54.110Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:06:54.110Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:06:55.111Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:06:55.112Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:06:55.112Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T04:06:55.113Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:06:55.113Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:06:55.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:06:55.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:06:55.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:06:55.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:06:55.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:06:55.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:06:55.500Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:06:55.504Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T04:06:55.505Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:06:55.505Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:06:55.505Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:06:55.505Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:06:55.505Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:06:55.505Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322015504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:06:56.322Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:06:56.506Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:06:56.507Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:06:56.507Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:06:56.507Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T04:06:56.508Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:06:56.508Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:06:56.712Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16152574815769075832/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T04:06:58.143Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:06:58.143Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:06:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:06:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T04:06:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:06:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:06:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:06:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:06:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:06:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:06:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:06:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:06:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:06:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:06:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T04:06:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:06:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:06:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:06:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:06:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:06:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:06:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:06:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:06:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:06:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:06:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:06:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:06:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:06:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:06:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:06:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:06:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:06:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:06:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:06:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:06:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:06:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:06:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:06:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:06:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:06:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:06:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:06:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:06:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:06:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:06:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T04:06:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:06:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:06:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:06:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:06:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:06:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:06:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:06:58.150Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:06:58.150Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:06:58.150Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:06:58.150Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:06:58.150Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:06:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:06:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:06:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:06:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T04:06:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:06:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:06:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:06:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:06:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:06:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:06:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:06:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:06:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T04:06:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:06:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:06:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:06:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:06:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:06:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:06:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:06:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:06:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:06:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T04:06:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:06:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:06:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:06:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:06:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T04:06:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:06:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:06:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:06:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:06:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:06:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:06:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:06:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:06:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:06:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:06:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:06:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:06:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:06:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T04:06:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T04:06:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:06:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:06:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:06:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:06:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:06:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:06:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:06:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:06:58.157Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:06:58.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T04:06:58.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:06:58.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T04:06:58.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:06:58.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:06:58.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:06:58.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322018211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:06:59.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:06:59.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T04:06:59.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:06:59.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:06:59.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:06:59.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322019213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:06:59.342Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:07:00.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:07:00.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:07:00.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:07:00.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:07:00.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:07:00.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:07:00.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:07:00.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:07:00.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:07:00.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:07:00.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:07:00.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:07:02.351Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:07:05.362Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:07:08.371Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:07:11.380Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:07:14.390Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:07:17.399Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:07:20.408Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:07:23.417Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:07:26.428Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:07:29.437Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:07:30.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:07:30.272Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T04:07:30.272Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T04:07:30.273Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T04:07:30.280Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:07:30.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T04:07:30.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T04:07:30.320Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:07:30.467Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T04:07:30.468Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:07:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[172224], x-aai-txid=[2-aai-resources-230401-04:07:29:477-27362], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:07:30.468Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:07:30.468Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:07:30.468Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:07:30.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:07:30.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:07:30.483Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:07:30.483Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:07:30.483Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:07:30.483Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322050483,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:07:31.516Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T04:07:31.517Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T04:07:31.517Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T04:07:31.517Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T04:07:31.518Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T04:07:31.518Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T04:07:31.523Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-f31c56c1-999b-4e77-ac1e-328a1a31d248
2023-04-01T04:07:31.524Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=2, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T04:07:31.524Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T04:07:31.524Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T04:07:32.446Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:07:35.455Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:07:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:07:37.281Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:07:37.281Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T04:07:37.288Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:07:37.288Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-f31c56c1-999b-4e77-ac1e-328a1a31d248', protocol='range'}
2023-04-01T04:07:37.294Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 15: {SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-f31c56c1-999b-4e77-ac1e-328a1a31d248=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T04:07:37.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-f31c56c1-999b-4e77-ac1e-328a1a31d248', protocol='range'}
2023-04-01T04:07:37.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T04:07:37.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T04:07:37.311Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:07:37.312Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T04:07:37.312Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:07:37.317Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:07:37.317Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:07:37.317Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:07:37.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:07:37.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:07:37.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:07:37.318Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:07:37.318Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:07:37.318Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:07:37.319Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=310, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:07:37.319Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:07:37.319Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:07:37.329Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:07:37.329Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:07:37.331Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:07:37.331Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:07:37.331Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:07:37.331Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:07:38.332Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:07:38.333Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:07:38.333Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:07:38.333Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:07:38.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:07:38.338Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322007069,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T04:07:38.338Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:07:38.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:07:38.339Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:07:38.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:07:38.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:07:38.339Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:07:38.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:07:38.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:07:38.339Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:07:38.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:07:38.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:07:38.340Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:07:38.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:07:38.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:07:38.340Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T04:07:38.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:07:38.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:07:38.341Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:07:38.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:07:38.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:07:38.341Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680321691845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:07:38.342Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:07:38.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:07:38.342Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322015504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:07:38.342Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:07:38.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:07:38.342Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322018211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T04:07:38.342Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:07:38.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:07:38.343Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322019213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T04:07:38.343Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:07:38.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:07:38.343Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322050483,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:07:38.343Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:07:38.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:07:38.343Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:07:38.344Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:07:39.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:07:39.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:07:39.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:07:39.334Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:07:40.335Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:07:40.335Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:07:40.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:07:40.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:07:41.338Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:07:41.338Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:07:41.338Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:07:41.339Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:07:42.339Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:07:42.340Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:07:42.341Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:07:42.341Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:07:43.342Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:07:43.343Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:07:43.343Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:07:43.343Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:07:44.345Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:07:44.345Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:07:44.345Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T04:07:44.346Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:07:44.346Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:07:44.400Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:07:44.400Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:07:44.401Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:07:44.401Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T04:07:44.401Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:07:44.401Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T04:07:44.431Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T04:07:44.431Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@baf00d0
2023-04-01T04:07:44.432Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T04:07:44.432Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T04:07:44.432Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T04:07:44.432Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T04:07:44.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T04:07:44.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T04:07:44.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:07:44.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:07:44.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322064432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:07:45.434Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T04:07:45.461Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:07:45.462Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:07:45.468Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T04:07:45.469Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T04:07:45.469Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T04:07:45.469Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:07:45.469Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T04:07:45.494Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T04:07:45.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@14408b8f
2023-04-01T04:07:45.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T04:07:45.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T04:07:45.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T04:07:45.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T04:07:45.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T04:07:45.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T04:07:45.497Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:07:45.497Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:07:45.497Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322065496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:07:46.498Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:07:46.499Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:07:46.531Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:07:46.538Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:07:46.538Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:08:16.538Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:08:16.563Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:08:16.568Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:08:16.568Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:08:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:08:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:08:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:08:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:08:46.568Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:08:46.595Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:08:46.600Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:08:46.600Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:09:16.600Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:09:16.628Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:09:16.633Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:09:16.633Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:09:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:09:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:09:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:09:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:09:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:09:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:09:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:09:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:09:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T04:09:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:09:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:09:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:09:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:09:37.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:09:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:09:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:09:37.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:09:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322064432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T04:09:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:09:37.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T04:09:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322065496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T04:09:37.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:09:46.634Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:09:46.659Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:09:46.663Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:09:46.664Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:10:16.664Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:10:16.692Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:10:16.698Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:10:16.698Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:10:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:10:46.698Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:10:46.720Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:10:46.725Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:10:46.725Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:11:16.725Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:11:16.747Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:11:16.751Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:11:16.751Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:11:37.267Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:11:46.751Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:11:46.773Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:11:46.778Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:11:46.779Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:12:16.779Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:12:16.801Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:12:16.805Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:12:16.805Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:12:37.268Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:12:37.354Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T04:12:37.355Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-f31c56c1-999b-4e77-ac1e-328a1a31d248 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-04-01T04:12:37.355Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T04:12:37.355Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T04:12:37.883Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:12:37.898Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:12:37.899Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T04:12:37.906Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:12:37.906Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 16: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T04:12:37.924Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:12:37.924Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T04:12:37.925Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:12:37.930Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:12:37.930Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:12:37.930Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:12:37.930Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=331, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:12:37.931Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:12:37.931Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:12:46.805Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T04:12:46.806Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:12:46.817Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T04:12:46.817Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T04:12:46.818Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T04:12:46.826Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:12:46.860Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T04:12:46.861Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T04:12:46.869Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T04:12:47.033Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T04:12:47.033Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:12:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[168128], x-aai-txid=[2-aai-resources-230401-04:12:46:028-19845], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:12:47.033Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:12:47.034Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:12:47.034Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:12:47.043Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:12:47.044Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T04:12:47.044Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T04:12:47.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:12:47.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:12:47.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322367044,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:12:47.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:12:47.067Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322367044,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T04:12:47.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:12:48.077Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:12:48.077Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:12:48.077Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:12:48.077Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:12:48.077Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:12:48.078Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:12:49.078Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:12:49.079Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:12:49.079Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:12:49.079Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:12:50.081Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:12:50.081Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:12:50.081Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:12:50.081Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:12:51.082Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:12:51.082Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:12:51.083Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:12:51.083Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:12:52.084Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:12:52.084Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:12:52.084Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:12:52.085Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:12:53.086Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:12:53.086Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:12:53.086Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:12:53.086Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:12:54.087Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:12:54.088Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:12:54.088Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:12:54.088Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:12:55.089Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:12:55.090Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:12:55.090Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T04:12:55.090Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:12:55.091Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:12:55.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:12:55.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:12:55.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:12:55.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:12:55.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:12:55.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:12:55.479Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:12:55.483Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T04:12:55.483Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:12:55.483Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:12:55.483Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:12:55.484Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:12:55.484Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:12:55.484Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322375483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:12:56.485Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:12:56.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:12:56.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:12:56.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T04:12:56.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:12:56.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:12:56.630Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3617280841634941026/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T04:12:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:12:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:12:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:12:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T04:12:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:12:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:12:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:12:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:12:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:12:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:12:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:12:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:12:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:12:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:12:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T04:12:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:12:58.149Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:12:58.150Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:12:58.150Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:12:58.150Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:12:58.150Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:12:58.150Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:12:58.150Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:12:58.150Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:12:58.150Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:12:58.150Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:12:58.150Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:12:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:12:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:12:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:12:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:12:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:12:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:12:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:12:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:12:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:12:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:12:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:12:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:12:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:12:58.151Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:12:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:12:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:12:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:12:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:12:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T04:12:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:12:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:12:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:12:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:12:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:12:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:12:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:12:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:12:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:12:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:12:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:12:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:12:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:12:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:12:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:12:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T04:12:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:12:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:12:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:12:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:12:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:12:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:12:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:12:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:12:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T04:12:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:12:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:12:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:12:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:12:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:12:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:12:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:12:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:12:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:12:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:12:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T04:12:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T04:12:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:12:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:12:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:12:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:12:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:12:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:12:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:12:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:12:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:12:58.202Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T04:12:58.202Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:12:58.202Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T04:12:58.202Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:12:58.202Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:12:58.202Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:12:58.202Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322378202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:12:59.203Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:12:59.203Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T04:12:59.204Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:12:59.204Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:12:59.204Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:12:59.204Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322379203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:13:00.205Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:13:00.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:13:00.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:13:00.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:13:00.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:13:00.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:13:00.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:13:00.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:13:00.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:13:00.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:13:00.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:13:00.260Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:13:30.260Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:13:30.274Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T04:13:30.274Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T04:13:30.275Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T04:13:30.286Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:13:30.340Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T04:13:30.341Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T04:13:30.349Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:13:30.507Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T04:13:30.508Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:13:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[172224], x-aai-txid=[2-aai-resources-230401-04:13:29:506-37066], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:13:30.508Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:13:30.508Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:13:30.508Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:13:30.517Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:13:30.517Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:13:30.517Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:13:30.517Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:13:30.517Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:13:30.517Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322410517,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:13:31.554Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:13:31.554Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:13:31.556Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:13:31.556Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:13:31.557Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:13:31.557Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:13:32.559Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:13:32.560Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:13:32.560Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:13:32.560Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:13:33.561Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:13:33.561Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:13:33.561Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:13:33.562Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:13:34.562Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:13:34.563Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:13:34.563Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:13:34.563Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:13:35.564Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:13:35.565Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:13:35.565Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:13:35.565Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:13:36.565Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:13:36.566Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:13:36.566Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:13:36.566Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:13:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:13:37.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:13:37.272Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:13:37.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:13:37.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:13:37.272Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:13:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:13:37.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:13:37.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:13:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:13:37.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:13:37.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:13:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:13:37.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:13:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T04:13:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:13:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:13:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:13:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:13:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:13:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:13:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:13:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:13:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322375483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:13:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:13:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:13:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322378202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T04:13:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:13:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:13:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322379203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T04:13:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:13:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:13:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322410517,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:13:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:13:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:13:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:13:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:13:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:13:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:13:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:13:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:13:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:13:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:13:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:13:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:13:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:13:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:13:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T04:13:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:13:37.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:13:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:13:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:13:37.567Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:13:37.567Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:13:37.568Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:13:37.568Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:13:38.569Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:13:38.569Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:13:38.569Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T04:13:38.570Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:13:38.570Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:13:38.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:13:38.655Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:13:38.655Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:13:38.655Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:13:38.655Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:13:38.655Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:13:39.197Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:13:39.199Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T04:13:39.200Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T04:13:39.200Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:13:39.200Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:13:39.200Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:13:39.200Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:13:39.200Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322419200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:13:40.201Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:13:40.202Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:13:40.203Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:13:40.203Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T04:13:40.204Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:13:40.204Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:13:40.321Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3646732922063077244/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T04:13:41.886Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:13:41.887Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:13:41.887Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:13:41.887Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T04:13:41.887Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:13:41.887Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T04:13:41.887Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:13:41.887Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:13:41.887Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:13:41.887Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:13:41.887Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:13:41.887Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:13:41.887Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:13:41.887Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:13:41.887Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:13:41.887Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:13:41.888Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:41.888Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:13:41.888Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:13:41.888Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:13:41.888Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:13:41.888Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:41.888Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:13:41.888Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:13:41.888Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:13:41.888Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:13:41.888Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:41.888Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:13:41.889Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:41.889Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:13:41.889Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:13:41.889Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:13:41.889Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:13:41.889Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:13:41.889Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:13:41.889Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:13:41.889Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:13:41.889Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:13:41.889Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:13:41.889Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:13:41.890Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:13:41.890Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:13:41.890Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:13:41.890Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:13:41.890Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:13:41.890Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T04:13:41.890Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:41.890Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:13:41.890Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:41.890Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:13:41.890Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:13:41.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:41.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:13:41.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:13:41.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:41.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:13:41.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:13:41.892Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:41.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:13:41.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:13:41.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:13:41.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T04:13:41.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:13:41.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:13:41.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:13:41.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:13:41.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:13:41.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:13:41.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:13:41.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:13:41.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T04:13:41.894Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:41.894Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:13:41.894Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:13:41.894Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:13:41.894Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:13:41.894Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:13:41.894Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:13:41.894Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:13:41.894Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:13:41.894Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T04:13:41.894Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:13:41.894Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:13:41.894Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:13:41.894Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:13:41.894Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T04:13:41.895Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:41.895Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:13:41.895Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:13:41.895Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:13:41.895Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:13:41.895Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:13:41.895Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:13:41.895Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:13:41.895Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:13:41.895Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:13:41.895Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:13:41.895Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:13:41.895Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:13:41.896Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T04:13:41.896Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T04:13:41.896Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:41.896Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:13:41.896Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:41.896Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:13:41.896Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:41.896Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:13:41.897Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:41.897Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:13:41.897Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T04:13:41.917Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:13:41.922Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||vFW e47eda10-0629 0
2023-04-01T04:13:41.922Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946
2023-04-01T04:13:41.922Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7431f107-a181-4b2d-8475-6d3a682fe696 from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
2023-04-01T04:13:41.922Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:13:41.922Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
2023-04-01T04:13:42.038Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:13:42.039Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json 7431f107-a181-4b2d-8475-6d3a682fe696 785
2023-04-01T04:13:42.040Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json ASDC sendASDCNotification
2023-04-01T04:13:42.040Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
2023-04-01T04:13:42.040Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:13:42.040Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:13:42.040Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:13:42.041Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322422040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:13:43.042Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE47eda100629..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "35375284-d921-477e-96dd-8e543a077af7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "833e3597-e037-415e-81d6-806e0733bf4b",
    "vfModuleModelCustomizationUUID": "6ae75903-957b-4006-b55f-11c15a0bcefb",
    "isBase": true,
    "artifacts": [
      "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
      "9c34de22-d0a0-480b-bab1-47e378e530cc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-04-01T04:13:43.050Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE47eda100629..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:833e3597-e037-415e-81d6-806e0733bf4b
VfModuleModelInvariantUUID:35375284-d921-477e-96dd-8e543a077af7
VfModuleModelDescription:NULL
Artifacts UUID List:{
c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
,
9c34de22-d0a0-480b-bab1-47e378e530cc

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

isBase:true


}

2023-04-01T04:13:43.054Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE47eda100629..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "35375284-d921-477e-96dd-8e543a077af7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "833e3597-e037-415e-81d6-806e0733bf4b",
    "vfModuleModelCustomizationUUID": "6ae75903-957b-4006-b55f-11c15a0bcefb",
    "isBase": true,
    "artifacts": [
      "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
      "9c34de22-d0a0-480b-bab1-47e378e530cc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-04-01T04:13:43.055Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE47eda100629..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:833e3597-e037-415e-81d6-806e0733bf4b
VfModuleModelInvariantUUID:35375284-d921-477e-96dd-8e543a077af7
VfModuleModelDescription:NULL
Artifacts UUID List:{
c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
,
9c34de22-d0a0-480b-bab1-47e378e530cc

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

isBase:true


}

2023-04-01T04:13:43.055Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c8a501b2-05aa-4ece-8a7f-7658b7e18fc4 from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
2023-04-01T04:13:43.055Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:13:43.055Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
2023-04-01T04:13:43.169Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:13:43.169Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml c8a501b2-05aa-4ece-8a7f-7658b7e18fc4 20368
2023-04-01T04:13:43.169Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-04-01T04:13:43.170Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
2023-04-01T04:13:43.170Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:13:43.170Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:13:43.170Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:13:43.170Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322423169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:13:44.171Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9c34de22-d0a0-480b-bab1-47e378e530cc from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
2023-04-01T04:13:44.171Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:13:44.171Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
2023-04-01T04:13:44.272Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:13:44.273Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env 9c34de22-d0a0-480b-bab1-47e378e530cc 2098
2023-04-01T04:13:44.273Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env ASDC sendASDCNotification
2023-04-01T04:13:44.273Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
2023-04-01T04:13:44.273Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:13:44.274Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:13:44.274Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:13:44.274Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322424273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:13:45.275Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T04:13:45.275Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e47eda10-0629 0 bea50ecd-1668-4780-bf56-baf1ee4d6946 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:13:45.317Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@171ae321, org.onap.sdc.toscaparser.api.parameters.Input@3f2dcebb, org.onap.sdc.toscaparser.api.parameters.Input@e4f3ec2, org.onap.sdc.toscaparser.api.parameters.Input@415d1d2d, org.onap.sdc.toscaparser.api.parameters.Input@11efdcc]
2023-04-01T04:13:45.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:45.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:13:45.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-04-01T04:13:45.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 162b29ea-cc26-4362-a888-3e307111d8c5
2023-04-01T04:13:45.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 162b29ea-cc26-4362-a888-3e307111d8c5 matches Tosca VF Customization UUID: 162b29ea-cc26-4362-a888-3e307111d8c5
2023-04-01T04:13:45.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 162b29ea-cc26-4362-a888-3e307111d8c5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-04-01T04:13:45.324Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:45.324Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:13:45.325Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 162b29ea-cc26-4362-a888-3e307111d8c5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-04-01T04:13:45.325Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52d5d6c9
2023-04-01T04:13:45.325Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:45.325Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:13:45.325Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6ae75903-957b-4006-b55f-11c15a0bcefb
2023-04-01T04:13:45.325Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6ae75903-957b-4006-b55f-11c15a0bcefb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-04-01T04:13:45.331Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:45.331Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:13:45.331Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:13:45.331Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:45.331Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:13:45.332Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:13:45.332Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:45.332Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:13:45.332Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:13:45.332Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:13:45.332Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T04:13:45.332Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:13:45.332Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:13:45.332Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:13:45.333Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:13:45.333Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:13:45.333Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:13:45.333Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:13:45.333Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:13:45.333Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-04-01T04:13:45.339Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:45.340Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:13:45.340Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:13:45.340Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:45.340Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:13:45.341Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:13:45.341Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:13:45.341Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:13:45.341Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:13:45.341Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:13:45.341Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:13:45.341Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:13:45.341Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T04:13:45.342Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:13:45.342Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:13:45.342Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:13:45.342Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:13:45.342Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-04-01T04:13:45.346Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:45.346Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:13:45.346Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:13:45.347Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:45.347Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:13:45.347Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:13:45.347Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:13:45.347Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:13:45.347Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:13:45.347Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:13:45.347Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:13:45.347Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:13:45.347Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:13:45.348Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:13:45.348Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:13:45.348Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:13:45.348Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T04:13:45.348Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-04-01T04:13:45.351Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:45.352Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:13:45.352Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:13:45.352Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:45.352Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:13:45.352Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=162b29ea-cc26-4362-a888-3e307111d8c5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:13:45.355Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:45.355Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:13:45.355Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 00da31c9-06d4-4322-9922-f952f02ab6b6: vFW e47eda10-0629
2023-04-01T04:13:45.355Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:45.356Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:13:45.356Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:45.356Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:13:45.356Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:45.356Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:13:45.356Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:45.356Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:13:45.356Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:13:45.356Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:13:45.356Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2023-04-01 04-03-30 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T04:13:45.880Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e47eda10-0629 bea50ecd-1668-4780-bf56-baf1ee4d6946 1 ASDC deployResourceStructure
2023-04-01T04:13:45.881Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json ASDC sendASDCNotification
2023-04-01T04:13:45.881Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
2023-04-01T04:13:45.881Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T04:13:45.881Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:13:45.881Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:13:45.882Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322425881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:13:46.884Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-04-01T04:13:46.884Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
2023-04-01T04:13:46.884Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T04:13:46.885Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:13:46.885Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:13:46.885Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322426884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:13:47.888Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env ASDC sendASDCNotification
2023-04-01T04:13:47.888Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
2023-04-01T04:13:47.888Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T04:13:47.888Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:13:47.889Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:13:47.889Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322427888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:13:48.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T04:13:48.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:13:48.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T04:13:48.892Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:13:48.892Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:13:48.892Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322428891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:13:49.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:13:49.922Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:13:49.927Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:13:49.927Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:13:49.927Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:13:49.927Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:13:49.927Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:13:49.927Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:13:49.928Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:13:49.928Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:13:49.928Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:13:49.941Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:14:19.942Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:14:19.954Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T04:14:19.955Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T04:14:19.955Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T04:14:19.962Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:14:19.994Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T04:14:19.994Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d210066-93fc-40e0-b488-9ddde57c1de8], X-ECOMP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-TransactionId=[], X-ONAP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], Content-Type=[application/merge-patch+json]}
2023-04-01T04:14:20.001Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:14:20.171Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:14:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[165], vertex-id=[188560], x-aai-txid=[0-aai-resources-230401-04:14:19:159-26853], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:14:20.171Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:14:20.172Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T04:14:20.173Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:14:20.173Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:14:20.183Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:14:20.183Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:14:20.183Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:14:20.184Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:14:20.184Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:14:20.184Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322460183,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:14:21.219Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T04:14:21.220Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T04:14:21.220Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T04:14:21.221Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T04:14:21.221Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T04:14:21.221Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T04:14:21.226Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-cdfa90e9-ceb2-43bd-949b-d7eeb911af39
2023-04-01T04:14:21.227Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=3, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T04:14:21.227Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T04:14:21.227Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T04:14:23.324Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:14:26.331Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:14:29.340Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:14:32.348Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:14:35.357Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:14:37.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:14:37.282Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:14:37.282Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T04:14:37.288Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:14:37.288Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-cdfa90e9-ceb2-43bd-949b-d7eeb911af39', protocol='range'}
2023-04-01T04:14:37.293Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 17: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-cdfa90e9-ceb2-43bd-949b-d7eeb911af39=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T04:14:37.311Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:14:37.311Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-cdfa90e9-ceb2-43bd-949b-d7eeb911af39', protocol='range'}
2023-04-01T04:14:37.311Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T04:14:37.312Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T04:14:37.312Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T04:14:37.312Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:14:37.317Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:14:37.318Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:14:37.318Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:14:37.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:14:37.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:14:37.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:14:37.318Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=349, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:14:37.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:14:37.318Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:14:37.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:14:37.319Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:14:37.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:14:37.328Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:14:37.328Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:14:37.330Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:14:37.330Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:14:37.330Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:14:37.331Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:14:38.331Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:14:38.332Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:14:38.332Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:14:38.332Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:14:38.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:14:38.337Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322051516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:14:38.338Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:14:38.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:14:38.338Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322419200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:14:38.338Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:14:38.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:14:38.339Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322422040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:14:38.339Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:14:38.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:14:38.339Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322423169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:14:38.339Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:14:38.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:14:38.339Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322424273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:14:38.339Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:14:38.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:14:38.340Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322425881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-01T04:14:38.340Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:14:38.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:14:38.340Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322426884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-04-01T04:14:38.340Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:14:38.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:14:38.340Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322427888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-04-01T04:14:38.341Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:14:38.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:14:38.341Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322428891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T04:14:38.341Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:14:38.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:14:38.341Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322460183,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:14:38.341Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:14:38.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:14:38.341Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:14:38.341Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:14:39.333Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:14:39.334Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:14:39.334Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:14:39.334Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:14:40.335Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:14:40.335Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:14:40.335Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:14:40.335Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:14:41.336Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:14:41.337Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:14:41.337Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:14:41.337Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:14:42.338Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:14:42.339Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:14:42.339Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:14:42.339Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:14:43.340Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:14:43.340Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:14:43.340Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:14:43.340Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:14:44.341Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:14:44.342Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:14:44.342Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T04:14:44.342Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:14:44.342Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:14:44.389Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:14:44.390Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:14:44.390Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:14:44.390Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T04:14:44.390Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:14:44.390Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T04:14:44.415Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T04:14:44.415Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7bbd614e
2023-04-01T04:14:44.415Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T04:14:44.415Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T04:14:44.416Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T04:14:44.416Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T04:14:44.416Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T04:14:44.416Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T04:14:44.416Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:14:44.416Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:14:44.416Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322484416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:14:45.418Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T04:14:45.440Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:14:45.441Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:14:45.447Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T04:14:45.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T04:14:45.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T04:14:45.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:14:45.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T04:14:45.471Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T04:14:45.472Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@209201a5
2023-04-01T04:14:45.472Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T04:14:45.472Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T04:14:45.472Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T04:14:45.472Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T04:14:45.472Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T04:14:45.472Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T04:14:45.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:14:45.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:14:45.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322485472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:14:46.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:14:46.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:14:46.501Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:14:46.505Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:14:46.505Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:15:16.506Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:15:16.536Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:15:16.541Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:15:16.541Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:15:37.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:15:37.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:15:37.266Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:15:37.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:15:46.542Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:15:46.567Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:15:46.572Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:15:46.573Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:16:16.573Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:16:16.596Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:16:16.602Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:16:16.602Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:16:37.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:16:37.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:16:37.267Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:16:37.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:16:37.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:16:37.269Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:16:37.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:16:37.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:16:37.270Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T04:16:37.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:16:37.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:16:37.271Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:16:37.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:16:37.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:16:37.271Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:16:37.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:16:37.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:16:37.272Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322484416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T04:16:37.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:16:37.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:16:37.273Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322485472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T04:16:37.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:16:46.603Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:16:46.632Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:16:46.636Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:16:46.637Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:17:16.637Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:17:16.672Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:17:16.677Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:17:16.677Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:17:37.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:17:37.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.267Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322493320,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:17:37.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.269Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322525751,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:17:37.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.269Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322527607,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:17:37.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.270Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680322532631,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:17:37.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.270Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322529473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:17:37.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.271Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322535704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:17:37.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.272Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322493320,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:17:37.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.272Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322527607,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:17:37.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.273Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322525751,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:17:37.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.274Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322529473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:17:37.274Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.274Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680322532631,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:17:37.274Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.274Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322535704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:17:37.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.275Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322545697,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:17:37.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.276Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322546142,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:17:37.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.276Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322546265,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:17:37.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.277Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322546097,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:17:37.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.277Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322547144,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T04:17:37.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.278Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322548147,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T04:17:37.323Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4af93655-578d-40d4-b9ee-3fc86773e97d
2023-04-01T04:17:37.324Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af93655-578d-40d4-b9ee-3fc86773e97d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T04:17:37.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.347Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322547642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T04:17:37.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.348Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322548646,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:17:37.362Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4af93655-578d-40d4-b9ee-3fc86773e97d
2023-04-01T04:17:37.363Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af93655-578d-40d4-b9ee-3fc86773e97d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T04:17:37.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.386Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322549543,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T04:17:37.386Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:17:37.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:17:37.386Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322550546,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:17:37.397Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4af93655-578d-40d4-b9ee-3fc86773e97d
2023-04-01T04:17:37.397Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4af93655-578d-40d4-b9ee-3fc86773e97d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T04:17:46.677Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:17:46.709Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:17:46.714Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:17:46.715Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:18:16.715Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:18:16.744Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:18:16.749Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:18:16.749Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:18:37.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:18:37.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.270Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680322605806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.271Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322606701,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.272Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322609149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.272Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322605383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.273Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322605383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.273Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322606701,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.273Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680322605806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.274Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322609149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.274Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.274Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322605383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322606701,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680322605806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322609149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322605383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322606701,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680322605806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322609149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322605383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322606701,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680322605806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322609149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322605383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322606701,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680322605806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322609149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322605383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322606701,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322609149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680322605806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322605383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:18:37.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322606701,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322609149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680322605806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322617275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322617704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322618707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.277Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322619473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.278Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.278Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322619708,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T04:18:37.327Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
2023-04-01T04:18:37.328Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T04:18:37.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.354Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322619473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.354Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.354Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322619473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.354Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.355Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322619473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.355Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322619473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.355Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322619473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.356Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322619473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.356Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322619473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:18:37.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.356Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322625704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.357Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322618280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.357Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322620710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.357Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680322619264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.358Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322617143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.358Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322627616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:18:37.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.358Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322625704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.359Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322618280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.359Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322620710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.359Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680322619264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.360Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322617143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:18:37.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.360Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322625704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.361Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322618280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.361Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322620710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:18:37.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.361Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680322619264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322617143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:18:37.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322625704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322618280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680322619264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322617143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322620710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322625704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322618280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322620710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680322619264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322617143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T04:18:37.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322631227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T04:18:37.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322625704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.367Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322618280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.367Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680322619264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322620710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322617143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.369Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322632230,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:18:37.382Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
2023-04-01T04:18:37.382Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T04:18:37.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.408Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322625704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.409Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322618280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:18:37.409Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.409Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680322619264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.409Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.410Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322620710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:18:37.410Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.410Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322617143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:18:37.410Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.410Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322625704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:18:37.410Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.411Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322633850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:18:37.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.411Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680322633854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:18:37.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.412Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322634272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:18:37.412Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.412Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322634521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:18:37.412Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.412Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322635274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T04:18:37.412Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.412Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322634943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:18:37.413Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.413Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680322636275,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T04:18:37.451Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20e8d861-cf6c-4fd8-8398-19e419f5f821
2023-04-01T04:18:37.451Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20e8d861-cf6c-4fd8-8398-19e419f5f821 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T04:18:37.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.478Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322636045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:18:37.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.479Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322636440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T04:18:37.479Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.479Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322637094,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:18:37.495Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20e8d861-cf6c-4fd8-8398-19e419f5f821
2023-04-01T04:18:37.495Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20e8d861-cf6c-4fd8-8398-19e419f5f821 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:18:37.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.514Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322637444,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:18:37.528Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
2023-04-01T04:18:37.528Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T04:18:37.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.556Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680322638097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-01T04:18:37.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.557Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322649473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.557Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322649473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.557Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322649473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.557Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322649473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.558Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322649473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.558Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322649473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:18:37.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:37.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:18:37.558Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322649473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:18:37.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:18:46.749Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:18:46.778Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:18:46.782Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:18:46.783Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:19:16.783Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:19:16.811Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:19:16.816Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:19:16.816Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:19:37.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:19:37.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:19:37.267Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322656685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:19:37.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:19:37.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:19:37.268Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322655704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:19:37.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:19:37.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:19:37.268Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322655704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:19:37.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:19:37.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:19:37.268Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322655704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:19:37.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:19:37.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:19:37.268Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322655704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:19:37.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:19:37.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:19:37.269Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322655704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:19:37.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:19:37.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:19:37.269Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322655704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:19:37.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:19:37.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:19:37.269Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322662433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T04:19:37.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:19:37.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:19:37.270Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322655704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:19:37.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:19:37.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:19:37.270Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "aai-model-loader",
  "timestamp": 1680322663436,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:19:37.292Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 20e8d861-cf6c-4fd8-8398-19e419f5f821
2023-04-01T04:19:37.292Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20e8d861-cf6c-4fd8-8398-19e419f5f821 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T04:19:37.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:19:37.318Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322663487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:19:37.318Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:19:37.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:19:37.318Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322665584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T04:19:37.318Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:19:37.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:19:37.318Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680322666588,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:19:37.334Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 20e8d861-cf6c-4fd8-8398-19e419f5f821
2023-04-01T04:19:37.335Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20e8d861-cf6c-4fd8-8398-19e419f5f821 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T04:19:37.353Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T04:19:37.354Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-cdfa90e9-ceb2-43bd-949b-d7eeb911af39 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-04-01T04:19:37.354Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T04:19:37.354Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T04:19:38.319Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:19:41.327Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:19:44.336Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:19:46.817Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T04:19:46.817Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:19:46.833Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T04:19:46.833Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T04:19:46.834Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T04:19:46.843Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:19:46.876Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T04:19:46.877Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T04:19:46.885Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T04:19:47.175Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T04:19:47.176Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:19:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[285], vertex-id=[168128], x-aai-txid=[0-aai-resources-230401-04:19:46:043-20162], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:19:47.176Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:19:47.176Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:19:47.176Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:19:47.184Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:19:47.184Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T04:19:47.184Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T04:19:47.185Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:19:47.185Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:19:47.185Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322787184,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:19:47.345Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:19:48.218Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:19:48.218Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:19:48.218Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:19:48.219Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:19:48.219Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:19:48.219Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:19:49.220Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:19:49.221Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:19:49.221Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:19:49.221Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:19:50.222Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:19:50.222Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:19:50.222Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:19:50.222Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:19:50.354Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:19:51.223Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:19:51.224Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:19:51.224Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:19:51.224Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:19:52.225Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:19:52.226Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:19:52.226Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:19:52.226Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:19:53.227Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:19:53.227Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:19:53.227Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:19:53.228Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:19:53.364Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:19:54.228Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:19:54.229Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:19:54.229Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:19:54.229Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:19:55.230Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:19:55.231Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:19:55.231Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T04:19:55.231Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:19:55.231Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:19:55.288Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:19:55.289Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:19:55.289Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:19:55.289Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:19:55.289Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:19:55.290Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:19:55.620Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:19:55.623Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T04:19:55.623Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:19:55.623Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:19:55.623Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:19:55.623Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:19:55.624Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:19:55.624Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322795623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:19:56.372Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:19:56.624Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:19:56.625Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:19:56.625Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:19:56.625Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T04:19:56.626Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:19:56.626Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:19:56.731Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2069328114337005601/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T04:19:58.260Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:19:58.261Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:19:58.261Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:19:58.261Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T04:19:58.261Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:19:58.261Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:19:58.261Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:19:58.261Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:19:58.261Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:19:58.261Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:19:58.261Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:19:58.261Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:19:58.261Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:19:58.261Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:19:58.261Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T04:19:58.261Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:19:58.261Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:19:58.262Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:19:58.262Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:19:58.262Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:19:58.262Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:19:58.262Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:19:58.262Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:19:58.262Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:19:58.262Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:19:58.262Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:19:58.262Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:19:58.262Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:19:58.262Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:19:58.262Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:19:58.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:19:58.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:19:58.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:19:58.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:19:58.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:19:58.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:19:58.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:19:58.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:19:58.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:19:58.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:19:58.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:19:58.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:19:58.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:19:58.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:19:58.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:19:58.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T04:19:58.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:19:58.264Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:19:58.264Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:19:58.264Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:19:58.264Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:19:58.264Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:19:58.264Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:19:58.264Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:19:58.264Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:19:58.264Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:19:58.264Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:19:58.264Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:19:58.264Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:19:58.264Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:19:58.265Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:19:58.265Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T04:19:58.265Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:19:58.265Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:19:58.265Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:19:58.265Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:19:58.265Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:19:58.265Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:19:58.265Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:19:58.265Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:19:58.265Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T04:19:58.265Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:19:58.265Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:19:58.265Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:19:58.265Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:19:58.265Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:19:58.266Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:19:58.266Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:19:58.266Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:19:58.266Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:19:58.266Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T04:19:58.266Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:19:58.266Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:19:58.266Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:19:58.266Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:19:58.266Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T04:19:58.266Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:19:58.266Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:19:58.266Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:19:58.266Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:19:58.266Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:19:58.266Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:19:58.267Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:19:58.267Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:19:58.267Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:19:58.267Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:19:58.267Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:19:58.267Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:19:58.267Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:19:58.267Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T04:19:58.267Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T04:19:58.267Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:19:58.267Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:19:58.267Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:19:58.267Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:19:58.267Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:19:58.267Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:19:58.267Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:19:58.268Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:19:58.268Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:19:58.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T04:19:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:19:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T04:19:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:19:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:19:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:19:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322798312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:19:59.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:19:59.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T04:19:59.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:19:59.315Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:19:59.315Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:19:59.315Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322799314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:19:59.380Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:20:00.316Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:20:00.347Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:20:00.353Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:20:00.353Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:20:00.353Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:20:00.353Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:20:00.353Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:20:00.354Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:20:00.354Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:20:00.354Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:20:00.354Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:20:00.370Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:20:02.389Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:20:05.399Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:20:08.409Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:20:11.421Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:20:14.430Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:20:17.439Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:20:20.447Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:20:23.457Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:20:26.466Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:20:29.476Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:20:30.370Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:20:30.386Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T04:20:30.386Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T04:20:30.387Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T04:20:30.394Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:20:30.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T04:20:30.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T04:20:30.427Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:20:30.597Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T04:20:30.598Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:20:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[166], vertex-id=[172224], x-aai-txid=[1-aai-resources-230401-04:20:29:585-45211], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:20:30.598Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:20:30.599Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:20:30.599Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:20:30.606Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:20:30.606Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:20:30.606Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:20:30.607Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:20:30.607Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:20:30.607Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322830606,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:20:31.640Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:20:31.640Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:20:31.641Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:20:31.641Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:20:31.641Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:20:31.641Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:20:32.485Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:20:32.642Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:20:32.642Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:20:32.642Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:20:32.642Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:20:33.644Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:20:33.645Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:20:33.645Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:20:33.645Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:20:34.646Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:20:34.647Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:20:34.647Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:20:34.647Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:20:35.494Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:20:35.648Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:20:35.649Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:20:35.649Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:20:35.649Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:20:36.650Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:20:36.650Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:20:36.651Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:20:36.651Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:20:37.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:20:37.283Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:20:37.283Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T04:20:37.290Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:20:37.290Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 18: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T04:20:37.306Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:20:37.307Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T04:20:37.307Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:20:37.312Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:20:37.312Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:20:37.312Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:20:37.313Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=505, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:20:37.313Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:20:37.313Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:20:37.651Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:20:37.652Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:20:37.652Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:20:37.652Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:20:38.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.332Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322787184,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T04:20:38.332Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.332Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:20:38.332Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.332Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:20:38.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.333Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:20:38.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.333Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:20:38.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.333Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T04:20:38.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.333Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:20:38.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:20:38.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322795623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:20:38.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322798312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T04:20:38.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322799314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T04:20:38.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322830606,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:20:38.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:20:38.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:20:38.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:20:38.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:20:38.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.337Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T04:20:38.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.337Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:20:38.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:20:38.337Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322461219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:20:38.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:20:38.653Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:20:38.653Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:20:38.653Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T04:20:38.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:20:38.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:20:38.699Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:20:38.700Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:20:38.700Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:20:38.700Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:20:38.700Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:20:38.700Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:20:39.043Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:20:39.047Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T04:20:39.048Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T04:20:39.048Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:20:39.048Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:20:39.049Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:20:39.049Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:20:39.049Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322839048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:20:40.050Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:20:40.051Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:20:40.051Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:20:40.051Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T04:20:40.052Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:20:40.052Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:20:40.192Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2676349090202638064/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-01T04:20:41.849Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:20:41.849Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:20:41.849Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:20:41.849Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T04:20:41.849Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:20:41.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T04:20:41.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:20:41.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:20:41.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:20:41.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:20:41.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:20:41.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:20:41.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:20:41.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:20:41.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:20:41.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:20:41.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:20:41.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:20:41.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:20:41.851Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:20:41.851Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:20:41.851Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:20:41.851Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:20:41.851Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:20:41.851Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:20:41.851Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:20:41.852Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:20:41.852Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:20:41.852Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:20:41.852Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:20:41.852Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:20:41.852Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:20:41.852Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:20:41.852Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:20:41.852Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:20:41.852Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:20:41.852Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:20:41.853Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:20:41.853Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:20:41.853Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:20:41.853Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:20:41.853Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:20:41.853Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:20:41.853Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:20:41.853Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:20:41.853Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T04:20:41.854Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:20:41.854Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:20:41.854Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:20:41.854Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:20:41.854Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:20:41.854Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:20:41.854Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:20:41.854Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:20:41.854Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:20:41.854Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:20:41.854Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:20:41.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:20:41.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:20:41.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:20:41.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:20:41.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T04:20:41.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:20:41.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:20:41.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:20:41.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:20:41.856Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:20:41.856Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:20:41.856Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:20:41.856Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:20:41.856Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T04:20:41.856Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:20:41.856Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:20:41.856Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:20:41.856Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:20:41.857Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:20:41.857Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:20:41.857Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:20:41.857Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:20:41.857Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:20:41.857Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T04:20:41.857Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:20:41.857Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:20:41.857Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:20:41.858Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:20:41.858Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T04:20:41.858Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:20:41.858Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:20:41.858Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:20:41.858Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:20:41.858Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:20:41.858Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:20:41.858Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:20:41.858Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:20:41.858Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:20:41.859Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:20:41.859Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:20:41.859Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:20:41.859Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:20:41.859Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T04:20:41.859Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T04:20:41.859Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:20:41.859Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:20:41.859Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:20:41.860Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:20:41.860Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:20:41.860Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:20:41.860Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:20:41.860Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:20:41.860Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:20:41.912Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T04:20:41.912Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T04:20:41.912Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T04:20:41.912Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:20:41.913Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:20:41.913Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:20:41.913Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322841912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:20:42.914Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T04:20:42.914Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T04:20:42.914Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:20:42.915Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:20:42.915Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:20:42.915Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322842914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:20:43.916Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:20:43.944Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:20:43.955Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:20:43.955Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:20:43.956Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:20:43.956Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:20:43.956Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:20:43.956Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:20:43.956Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:20:43.956Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:20:43.956Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:20:43.973Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:21:13.974Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:21:13.982Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T04:21:13.983Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T04:21:13.983Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T04:21:13.991Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:21:14.016Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T04:21:14.017Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T04:21:14.026Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:21:14.186Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T04:21:14.186Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:21:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[188560], x-aai-txid=[1-aai-resources-230401-04:21:13:184-95361], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:21:14.187Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:21:14.187Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:21:14.187Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:21:14.196Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:21:14.196Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:21:14.196Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:21:14.196Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:21:14.196Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:21:14.197Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322874196,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:21:15.229Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T04:21:15.229Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T04:21:15.230Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T04:21:15.230Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T04:21:15.230Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T04:21:15.230Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T04:21:15.235Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-547cfebd-2bed-469f-affd-b8ed39f73b0b
2023-04-01T04:21:15.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=3, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T04:21:15.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T04:21:15.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T04:21:16.550Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:21:19.559Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:21:22.569Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:21:25.578Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:21:28.589Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:21:31.598Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:21:34.608Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:21:37.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:21:37.281Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:21:37.281Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T04:21:37.287Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:21:37.287Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-547cfebd-2bed-469f-affd-b8ed39f73b0b', protocol='range'}
2023-04-01T04:21:37.292Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 19: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-547cfebd-2bed-469f-affd-b8ed39f73b0b=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T04:21:37.308Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-547cfebd-2bed-469f-affd-b8ed39f73b0b', protocol='range'}
2023-04-01T04:21:37.309Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T04:21:37.309Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T04:21:37.310Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:21:37.310Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T04:21:37.311Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:21:37.314Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:21:37.315Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:21:37.315Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:21:37.315Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=524, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:21:37.315Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:21:37.315Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:21:37.315Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:21:37.315Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:21:37.315Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:21:37.316Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:21:37.316Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:21:37.316Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:21:37.327Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:21:37.328Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:21:37.329Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:21:37.330Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:21:37.330Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:21:37.330Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:21:38.331Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:21:38.332Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:21:38.332Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:21:38.332Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:21:38.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:21:38.333Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322839048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:21:38.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:21:38.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:21:38.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322841912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T04:21:38.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:21:38.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:21:38.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322842914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T04:21:38.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:21:38.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:21:38.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322874196,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:21:38.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:21:38.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:21:38.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:21:38.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:21:39.335Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:21:39.336Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:21:39.336Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:21:39.336Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:21:40.338Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:21:40.338Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:21:40.339Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:21:40.339Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:21:41.340Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:21:41.341Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:21:41.341Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:21:41.341Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:21:42.342Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:21:42.343Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:21:42.344Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:21:42.344Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:21:43.345Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:21:43.346Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:21:43.346Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:21:43.346Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:21:44.347Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:21:44.348Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:21:44.348Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T04:21:44.348Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:21:44.349Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:21:44.403Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:21:44.403Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:21:44.404Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:21:44.404Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T04:21:44.404Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:21:44.404Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T04:21:44.432Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T04:21:44.432Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4fc04427
2023-04-01T04:21:44.432Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T04:21:44.432Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T04:21:44.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T04:21:44.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T04:21:44.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T04:21:44.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T04:21:44.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:21:44.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:21:44.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322904433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:21:45.434Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T04:21:45.456Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:21:45.456Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:21:45.462Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T04:21:45.462Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T04:21:45.463Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T04:21:45.463Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:21:45.463Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T04:21:45.482Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T04:21:45.482Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@31e4e51f
2023-04-01T04:21:45.482Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T04:21:45.483Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T04:21:45.483Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T04:21:45.483Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T04:21:45.484Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T04:21:45.484Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T04:21:45.484Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:21:45.484Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:21:45.484Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322905483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:21:46.487Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:21:46.487Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:21:46.512Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:21:46.517Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:21:46.518Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:22:16.518Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:22:16.544Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:22:16.548Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:22:16.549Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:22:37.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:22:37.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:22:37.266Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:22:37.267Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:22:46.549Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:22:46.577Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:22:46.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:22:46.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:23:16.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:23:16.605Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:23:16.609Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:23:16.609Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:23:37.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:23:37.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:23:37.267Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:23:37.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:23:37.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:23:37.268Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:23:37.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:23:37.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:23:37.269Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T04:23:37.269Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:23:37.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:23:37.269Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:23:37.269Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:23:37.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:23:37.269Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:23:37.269Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:23:37.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:23:37.270Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322904433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T04:23:37.270Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:23:37.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:23:37.270Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322905483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T04:23:37.271Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:23:46.609Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:23:46.635Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:23:46.640Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:23:46.640Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:24:16.640Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:24:16.667Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:24:16.671Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:24:16.672Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:24:37.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:24:46.672Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:24:46.697Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:24:46.702Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:24:46.703Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:25:16.703Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:25:16.731Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:25:16.736Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:25:16.737Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:25:37.266Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:25:46.737Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:25:46.768Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:25:46.774Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:25:46.774Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:26:16.774Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:26:16.810Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:26:16.816Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:26:16.816Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:26:37.267Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:26:37.373Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T04:26:37.373Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-547cfebd-2bed-469f-affd-b8ed39f73b0b 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-04-01T04:26:37.374Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T04:26:37.374Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T04:26:37.858Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:26:37.875Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:26:37.875Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T04:26:37.883Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:26:37.884Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 20: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T04:26:37.902Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:26:37.903Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T04:26:37.903Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:26:37.908Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:26:37.909Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:26:37.909Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:26:37.909Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=537, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:26:37.909Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:26:37.909Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:26:46.816Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T04:26:46.817Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:26:46.829Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T04:26:46.829Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T04:26:46.830Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T04:26:46.837Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:26:46.861Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T04:26:46.861Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T04:26:46.871Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T04:26:47.037Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T04:26:47.037Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:26:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[168128], x-aai-txid=[2-aai-resources-230401-04:26:46:028-50018], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:26:47.038Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:26:47.038Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:26:47.038Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:26:47.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:26:47.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T04:26:47.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T04:26:47.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:26:47.046Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:26:47.046Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323207045,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:26:47.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:26:47.073Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323207045,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T04:26:47.073Z||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-04-01T04:26:48.087Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:26:48.087Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:26:48.088Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:26:48.088Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:26:48.088Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:26:48.088Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:26:49.089Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:26:49.090Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:26:49.090Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:26:49.090Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:26:50.091Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:26:50.091Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:26:50.091Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:26:50.092Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:26:51.092Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:26:51.093Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:26:51.093Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:26:51.094Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:26:52.094Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:26:52.095Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:26:52.095Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:26:52.096Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:26:53.096Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:26:53.097Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:26:53.097Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:26:53.097Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:26:54.098Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:26:54.098Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:26:54.099Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:26:54.099Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:26:55.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:26:55.101Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:26:55.101Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T04:26:55.101Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:26:55.102Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:26:55.174Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:26:55.175Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:26:55.175Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:26:55.176Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:26:55.176Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:26:55.176Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:26:55.513Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:26:55.517Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T04:26:55.518Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:26:55.518Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:26:55.518Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:26:55.519Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:26:55.519Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:26:55.519Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323215518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:26:56.520Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:26:56.521Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:26:56.521Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:26:56.521Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T04:26:56.522Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:26:56.522Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:26:56.638Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5271198498814775999/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T04:26:58.058Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:26:58.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:26:58.060Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:26:58.060Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:26:58.060Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:26:58.060Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:26:58.060Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:26:58.060Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:26:58.060Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:26:58.060Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:26:58.060Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:26:58.060Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:26:58.060Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:26:58.060Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:26:58.060Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:26:58.060Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:26:58.060Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:26:58.060Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:26:58.061Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:26:58.061Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:26:58.061Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:26:58.061Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:26:58.061Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:26:58.061Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:26:58.061Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:26:58.061Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:26:58.061Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T04:26:58.061Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:26:58.061Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:26:58.061Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:26:58.061Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:26:58.061Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:26:58.061Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:26:58.061Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:26:58.061Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:26:58.062Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:26:58.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:26:58.064Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:26:58.064Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:26:58.064Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T04:26:58.064Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T04:26:58.064Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:26:58.064Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:26:58.064Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:26:58.064Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:26:58.064Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:26:58.064Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:26:58.064Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:26:58.064Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:26:58.064Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:26:58.108Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T04:26:58.108Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:26:58.108Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T04:26:58.108Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:26:58.109Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:26:58.109Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:26:58.109Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323218108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:26:59.110Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:26:59.110Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T04:26:59.110Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:26:59.110Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:26:59.110Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:26:59.110Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323219110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:27:00.111Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:27:00.139Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:27:00.143Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:27:00.143Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:27:00.143Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:27:00.143Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:27:00.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:27:00.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:27:00.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:27:00.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:27:00.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:27:00.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:27:30.160Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:27:30.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T04:27:30.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T04:27:30.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T04:27:30.177Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:27:30.200Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T04:27:30.201Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T04:27:30.207Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:27:30.374Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T04:27:30.374Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:27:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[172224], x-aai-txid=[0-aai-resources-230401-04:27:29:364-46714], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:27:30.375Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:27:30.375Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:27:30.375Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:27:30.384Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:27:30.384Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:27:30.385Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:27:30.385Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:27:30.385Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:27:30.385Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323250384,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:27:31.419Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:27:31.419Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:27:31.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:27:31.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:27:31.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:27:31.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:27:32.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:27:32.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:27:32.422Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:27:32.422Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:27:33.423Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:27:33.423Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:27:33.423Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:27:33.423Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:27:34.424Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:27:34.425Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:27:34.425Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:27:34.425Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:27:35.426Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:27:35.427Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:27:35.427Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:27:35.427Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:27:36.428Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:27:36.428Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:27:36.429Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:27:36.429Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:27:37.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:27:37.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:27:37.273Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:27:37.273Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:27:37.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:27:37.273Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:27:37.273Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:27:37.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:27:37.274Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:27:37.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:27:37.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:27:37.274Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:27:37.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:27:37.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:27:37.274Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T04:27:37.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:27:37.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:27:37.275Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:27:37.275Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:27:37.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:27:37.275Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:27:37.275Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:27:37.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:27:37.275Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323215518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:27:37.275Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:27:37.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:27:37.275Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323218108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T04:27:37.276Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:27:37.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:27:37.276Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323219110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T04:27:37.276Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:27:37.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:27:37.276Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323250384,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:27:37.276Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:27:37.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:27:37.276Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:27:37.276Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:27:37.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:27:37.277Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:27:37.277Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:27:37.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:27:37.277Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:27:37.277Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:27:37.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:27:37.277Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:27:37.277Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:27:37.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:27:37.278Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T04:27:37.278Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:27:37.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:27:37.278Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:27:37.278Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:27:37.429Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:27:37.430Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:27:37.430Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:27:37.430Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:27:38.431Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:27:38.431Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:27:38.431Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T04:27:38.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:27:38.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:27:38.471Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:27:38.472Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:27:38.472Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:27:38.472Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:27:38.472Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:27:38.472Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:27:38.772Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:27:38.777Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T04:27:38.777Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T04:27:38.777Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:27:38.777Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:27:38.778Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:27:38.778Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:27:38.778Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323258777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:27:39.778Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:27:39.779Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:27:39.779Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:27:39.780Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T04:27:39.780Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:27:39.780Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:27:39.901Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6895908732449515811/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T04:27:41.419Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:27:41.421Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:27:41.421Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:27:41.421Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T04:27:41.421Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:27:41.421Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T04:27:41.421Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:27:41.421Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:27:41.421Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:27:41.421Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:27:41.421Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:27:41.422Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:27:41.422Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:27:41.422Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:27:41.422Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:27:41.422Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:27:41.422Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:27:41.422Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:27:41.422Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:27:41.422Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:27:41.423Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:27:41.423Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:27:41.423Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:27:41.423Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:27:41.423Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:27:41.423Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:27:41.423Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:27:41.423Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:27:41.424Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:27:41.424Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:27:41.424Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:27:41.424Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:27:41.424Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:27:41.424Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:27:41.424Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:27:41.424Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:27:41.425Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:27:41.425Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:27:41.425Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:27:41.425Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:27:41.425Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:27:41.425Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:27:41.425Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:27:41.425Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:27:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:27:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T04:27:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:27:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:27:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:27:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:27:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:27:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:27:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:27:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:27:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:27:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:27:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:27:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:27:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:27:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:27:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:27:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T04:27:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:27:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:27:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:27:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:27:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:27:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:27:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:27:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:27:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T04:27:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:27:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:27:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:27:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:27:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:27:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:27:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:27:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:27:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:27:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T04:27:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:27:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:27:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:27:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:27:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T04:27:41.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:27:41.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:27:41.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:27:41.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:27:41.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:27:41.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:27:41.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:27:41.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:27:41.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:27:41.432Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:27:41.432Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:27:41.432Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:27:41.432Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:27:41.432Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T04:27:41.432Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T04:27:41.432Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:27:41.433Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:27:41.433Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:27:41.433Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:27:41.433Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:27:41.433Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:27:41.433Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:27:41.433Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:27:41.433Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:27:41.483Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T04:27:41.483Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T04:27:41.483Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T04:27:41.483Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:27:41.483Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:27:41.483Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:27:41.484Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323261483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:27:42.485Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T04:27:42.485Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T04:27:42.485Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:27:42.485Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:27:42.486Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:27:42.486Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323262484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:27:43.487Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:27:43.512Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:27:43.517Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:27:43.517Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:27:43.517Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:27:43.517Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:27:43.517Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:27:43.517Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:27:43.517Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:27:43.518Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:27:43.518Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:27:43.530Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:28:13.531Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:28:13.540Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T04:28:13.540Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T04:28:13.541Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T04:28:13.548Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:28:13.574Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T04:28:13.574Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[484bb50c-36fb-45e8-823b-520b8bea8fd5], X-ECOMP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-TransactionId=[], X-ONAP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], Content-Type=[application/merge-patch+json]}
2023-04-01T04:28:13.584Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:28:13.743Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:28:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[188560], x-aai-txid=[0-aai-resources-230401-04:28:12:742-44244], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:28:13.743Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:28:13.744Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T04:28:13.745Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:28:13.745Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:28:13.754Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:28:13.754Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:28:13.754Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:28:13.755Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:28:13.755Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:28:13.755Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323293754,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:28:14.792Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:28:14.792Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:28:14.793Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:28:14.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:28:14.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:28:14.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:28:15.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:28:15.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:28:15.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:28:15.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:28:16.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:28:16.798Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:28:16.798Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T04:28:16.798Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T04:28:16.799Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:28:16.863Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:28:16.863Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:28:16.863Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:28:16.864Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T04:28:16.864Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:28:16.864Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T04:28:17.177Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:28:17.179Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T04:28:17.180Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T04:28:17.180Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T04:28:17.180Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:28:17.180Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:28:17.181Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:28:17.181Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323297179,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:28:18.182Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:28:18.183Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:28:18.183Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:28:18.183Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T04:28:18.184Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:28:18.184Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:28:18.282Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16556796523171761924/Definitions/service-BasicNetwork-template.yml
2023-04-01T04:28:18.567Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:28:18.567Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:28:18.567Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:28:18.567Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T04:28:18.567Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:28:18.567Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:28:18.567Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:28:18.567Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:28:18.567Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:28:18.567Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:28:18.567Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:28:18.567Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:28:18.567Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:28:18.567Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:28:18.568Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:28:18.568Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T04:28:18.568Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:28:18.568Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:28:18.568Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:28:18.568Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:28:18.568Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T04:28:18.568Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:28:18.568Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:28:18.568Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:28:18.568Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:28:18.569Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:28:18.569Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:28:18.569Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:28:18.569Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:28:18.569Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:28:18.569Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:28:18.569Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:28:18.569Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:28:18.569Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T04:28:18.589Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
2023-04-01T04:28:18.590Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||No resources found for Service: 42fb8749-efca-4e49-ae68-05a00e6fdf40
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:28:18.596Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||
2023-04-01T04:28:18.596Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-04-01T04:28:18.596Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T04:28:18.596Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T04:28:18.596Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-04-01T04:28:18.596Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:28:18.608Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fa10c05, org.onap.sdc.toscaparser.api.parameters.Input@4af62621, org.onap.sdc.toscaparser.api.parameters.Input@13bba83f, org.onap.sdc.toscaparser.api.parameters.Input@66951530, org.onap.sdc.toscaparser.api.parameters.Input@51e3fcc3]
2023-04-01T04:28:18.610Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:28:18.610Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:28:18.610Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:28:18.611Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:28:18.611Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 42fb8749-efca-4e49-ae68-05a00e6fdf40: Generic NeutronNet
2023-04-01T04:28:18.611Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:28:18.611Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:28:18.611Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:28:18.611Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-04-01T04:28:18.652Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:28:18.652Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:28:18.652Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:28:18.652Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:28:18.652Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:28:18.652Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:28:18.652Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-04-01T04:28:18.754Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-04-01T04:28:18.754Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T04:28:18.754Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T04:28:18.754Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T04:28:18.755Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:28:18.755Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:28:18.755Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323298754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:28:19.756Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:28:19.781Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:28:19.785Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:28:19.786Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:28:19.786Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:28:19.786Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:28:19.786Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:28:19.786Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:28:19.786Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:28:19.786Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:28:19.786Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:28:19.801Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:28:37.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:28:37.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:28:37.268Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:28:37.269Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:28:49.802Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:28:49.815Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T04:28:49.816Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T04:28:49.817Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T04:28:49.826Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:28:49.856Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T04:28:49.858Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T04:28:49.865Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:28:50.009Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T04:28:50.009Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:28:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[192576], x-aai-txid=[0-aai-resources-230401-04:28:49:022-73859], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:28:50.009Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:28:50.009Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:28:50.009Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:28:50.016Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:28:50.016Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:28:50.016Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:28:50.016Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:28:50.017Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:28:50.017Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323330016,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:28:51.048Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:28:51.048Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:28:51.049Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:28:51.049Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:28:51.049Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:28:51.049Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:28:52.050Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:28:52.050Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:28:52.050Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:28:52.050Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:28:53.051Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:28:53.051Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:28:53.052Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:28:53.052Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:28:54.052Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:28:54.053Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:28:54.053Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:28:54.053Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:28:55.055Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:28:55.055Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:28:55.055Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:28:55.056Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:28:56.057Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:28:56.058Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:28:56.058Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:28:56.058Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:28:57.059Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:28:57.059Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:28:57.060Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:28:57.060Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:28:58.061Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:28:58.061Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:28:58.061Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:28:58.061Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:28:59.062Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:28:59.063Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:28:59.063Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T04:28:59.063Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T04:28:59.063Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:28:59.124Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:28:59.125Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:28:59.125Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:28:59.125Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:28:59.125Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:28:59.125Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:28:59.441Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:28:59.446Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T04:28:59.446Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T04:28:59.447Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:28:59.447Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:28:59.447Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:28:59.447Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:28:59.447Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323339446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:29:00.448Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:29:00.449Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:29:00.449Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:29:00.450Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:29:00.451Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:29:00.451Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:29:00.580Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17355813008168399940/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T04:29:01.207Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:29:01.207Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:29:01.207Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:29:01.207Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T04:29:01.207Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:29:01.207Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:29:01.207Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:29:01.207Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:29:01.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:29:01.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:29:01.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:29:01.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:29:01.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:01.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:01.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T04:29:01.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:29:01.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:29:01.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:01.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:01.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T04:29:01.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:29:01.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:29:01.209Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:01.209Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:01.209Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:01.209Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:01.209Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:01.209Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:01.209Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:01.209Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:01.209Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:01.210Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:01.210Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T04:29:01.228Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:29:01.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||pNF f43a4115-c591 0
2023-04-01T04:29:01.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a
2023-04-01T04:29:01.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T04:29:01.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T04:29:01.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f43a4115-c591 0 9ce5881f-fc36-480c-a0ad-9308a9daf23a ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:29:01.243Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@185ea47a, org.onap.sdc.toscaparser.api.parameters.Input@39638e1f, org.onap.sdc.toscaparser.api.parameters.Input@5dba1c89, org.onap.sdc.toscaparser.api.parameters.Input@6ac421dc, org.onap.sdc.toscaparser.api.parameters.Input@7d4358a]
2023-04-01T04:29:01.243Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:01.243Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:01.243Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 917f6a68-70c6-4641-aac9-b7a766d06b6f: pNF f43a4115-c591
2023-04-01T04:29:01.243Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Processing PNF resource: 9ce5881f-fc36-480c-a0ad-9308a9daf23a
2023-04-01T04:29:01.243Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:01.243Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:01.243Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Resource customization UUID: 63e940c2-8973-4f83-8416-f936c9096e2b is the same as notified resource customizationUUID: 63e940c2-8973-4f83-8416-f936c9096e2b
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-04-01T04:29:01.358Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f43a4115-c591 9ce5881f-fc36-480c-a0ad-9308a9daf23a 0 ASDC deployResourceStructure
2023-04-01T04:29:01.358Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T04:29:01.358Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:29:01.358Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T04:29:01.358Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:29:01.358Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:29:01.358Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323341358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:29:02.359Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:29:02.387Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:29:02.392Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:29:02.392Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:29:02.392Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:29:02.392Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:29:02.392Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:29:02.392Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:29:02.392Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:29:02.393Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:29:02.393Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:29:02.406Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:29:32.406Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:29:32.420Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T04:29:32.421Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T04:29:32.421Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T04:29:32.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:29:32.453Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T04:29:32.453Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1f08de52-e8fd-4ecd-923f-53d79a73c1b5], X-ECOMP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-TransactionId=[], X-ONAP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], Content-Type=[application/merge-patch+json]}
2023-04-01T04:29:32.461Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:29:32.603Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:29:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[221344], x-aai-txid=[0-aai-resources-230401-04:29:31:618-18710], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:29:32.604Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:29:32.604Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T04:29:32.605Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:29:32.605Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:29:32.614Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:29:32.614Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:29:32.614Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:29:32.614Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:29:32.614Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:29:32.615Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323372614,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:29:33.650Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:29:33.650Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:29:33.651Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:29:33.651Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:29:33.651Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:29:33.651Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:29:34.652Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:29:34.652Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:29:34.652Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:29:34.652Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:29:35.653Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:29:35.653Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:29:35.654Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:29:35.654Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:29:36.654Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:29:36.655Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:29:36.655Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:29:36.655Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:29:37.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:29:37.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:29:37.266Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323258777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:29:37.267Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:29:37.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:29:37.267Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323261483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T04:29:37.267Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:29:37.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:29:37.267Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323262484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T04:29:37.267Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:29:37.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:29:37.267Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323293754,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:29:37.267Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:29:37.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:29:37.268Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:29:37.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:29:37.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:29:37.268Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:29:37.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:29:37.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:29:37.268Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323297179,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:29:37.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:29:37.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T04:29:37.268Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323298754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T04:29:37.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:29:37.656Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:29:37.656Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:29:37.656Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:29:37.656Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:29:38.657Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:29:38.657Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:29:38.657Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:29:38.657Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:29:39.658Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:29:39.658Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:29:39.658Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:29:39.658Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:29:40.659Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:29:40.659Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:29:40.660Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T04:29:40.660Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:29:40.660Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:29:40.728Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:29:40.729Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:29:40.729Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:29:40.729Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T04:29:40.729Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:29:40.730Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T04:29:41.205Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:29:41.207Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T04:29:41.207Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T04:29:41.207Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T04:29:41.208Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:29:41.208Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:29:41.208Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:29:41.208Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323381207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:29:42.209Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:29:42.210Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:29:42.210Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:29:42.211Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T04:29:42.211Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:29:42.211Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:29:42.315Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3676422812967459899/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T04:29:43.116Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:29:43.116Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:29:43.116Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:29:43.116Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T04:29:43.116Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:29:43.116Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:29:43.116Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:29:43.116Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:29:43.116Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:29:43.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:29:43.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:29:43.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:29:43.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:43.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:43.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:29:43.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:29:43.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:29:43.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:43.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:43.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:29:43.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:29:43.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:29:43.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:43.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:43.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:43.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T04:29:43.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T04:29:43.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T04:29:43.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T04:29:43.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T04:29:43.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T04:29:43.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:43.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:29:43.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:43.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:29:43.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:29:43.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:43.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:29:43.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:29:43.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:43.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:29:43.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:29:43.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:43.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T04:29:43.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T04:29:43.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T04:29:43.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T04:29:43.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:43.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:43.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:43.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:43.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:43.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:43.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:43.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:43.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T04:29:43.140Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:29:43.146Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||basic_vm 0
2023-04-01T04:29:43.146Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6
2023-04-01T04:29:43.146Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 995cc52f-f91d-4535-8e03-df8e3a30ed8a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-04-01T04:29:43.146Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:29:43.147Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-04-01T04:29:43.249Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:29:43.250Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 995cc52f-f91d-4535-8e03-df8e3a30ed8a 787
2023-04-01T04:29:43.250Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-04-01T04:29:43.250Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-04-01T04:29:43.251Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:29:43.251Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:29:43.251Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:29:43.251Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323383250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:29:44.252Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d56403b4-2b41-491c-8bf6-5bd2670d6ef4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "590c93b6-c66f-404e-85bd-014993f1f280",
    "vfModuleModelCustomizationUUID": "c5cf5990-52c8-417e-8032-88a403b897d9",
    "isBase": true,
    "artifacts": [
      "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
      "e9e4b73b-848b-4fcc-b58d-efe81f452583"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-04-01T04:29:44.257Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:590c93b6-c66f-404e-85bd-014993f1f280
VfModuleModelInvariantUUID:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
VfModuleModelDescription:NULL
Artifacts UUID List:{
7bea4b0f-732c-4aa1-b043-bd962b63b9d4
,
e9e4b73b-848b-4fcc-b58d-efe81f452583

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

isBase:true


}

2023-04-01T04:29:44.260Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d56403b4-2b41-491c-8bf6-5bd2670d6ef4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "590c93b6-c66f-404e-85bd-014993f1f280",
    "vfModuleModelCustomizationUUID": "c5cf5990-52c8-417e-8032-88a403b897d9",
    "isBase": true,
    "artifacts": [
      "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
      "e9e4b73b-848b-4fcc-b58d-efe81f452583"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-04-01T04:29:44.261Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:590c93b6-c66f-404e-85bd-014993f1f280
VfModuleModelInvariantUUID:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
VfModuleModelDescription:NULL
Artifacts UUID List:{
7bea4b0f-732c-4aa1-b043-bd962b63b9d4
,
e9e4b73b-848b-4fcc-b58d-efe81f452583

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

isBase:true


}

2023-04-01T04:29:44.261Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7bea4b0f-732c-4aa1-b043-bd962b63b9d4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-04-01T04:29:44.261Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:29:44.261Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-04-01T04:29:44.355Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:29:44.355Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 7bea4b0f-732c-4aa1-b043-bd962b63b9d4 5033
2023-04-01T04:29:44.355Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-04-01T04:29:44.356Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-04-01T04:29:44.356Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:29:44.356Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:29:44.356Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:29:44.357Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323384355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:29:45.357Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e9e4b73b-848b-4fcc-b58d-efe81f452583 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-04-01T04:29:45.358Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:29:45.358Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-04-01T04:29:45.476Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:29:45.476Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e9e4b73b-848b-4fcc-b58d-efe81f452583 903
2023-04-01T04:29:45.476Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-04-01T04:29:45.477Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-04-01T04:29:45.477Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:29:45.477Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:29:45.477Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:29:45.477Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323385476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:29:46.478Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T04:29:46.479Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 05bb0e65-434d-43f4-add7-00178a1ee8b6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:29:46.510Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@561099fd, org.onap.sdc.toscaparser.api.parameters.Input@7c0414e7, org.onap.sdc.toscaparser.api.parameters.Input@5e03199f, org.onap.sdc.toscaparser.api.parameters.Input@24c46d0, org.onap.sdc.toscaparser.api.parameters.Input@50c1e815]
2023-04-01T04:29:46.512Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:46.512Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:46.513Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-04-01T04:29:46.513Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
2023-04-01T04:29:46.513Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d24fab5b-3ab3-43df-8484-e27b9ce7e6fa matches Tosca VF Customization UUID: d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
2023-04-01T04:29:46.513Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d24fab5b-3ab3-43df-8484-e27b9ce7e6fa  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-04-01T04:29:46.518Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:46.518Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:46.519Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d24fab5b-3ab3-43df-8484-e27b9ce7e6fa: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-04-01T04:29:46.519Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2aadf77f
2023-04-01T04:29:46.519Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:46.519Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:29:46.519Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c5cf5990-52c8-417e-8032-88a403b897d9
2023-04-01T04:29:46.520Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c5cf5990-52c8-417e-8032-88a403b897d9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-04-01T04:29:46.524Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:46.525Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:29:46.525Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:29:46.525Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:46.525Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:29:46.525Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:29:46.526Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:46.526Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T04:29:46.526Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T04:29:46.526Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T04:29:46.526Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-04-01T04:29:46.530Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:46.530Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:29:46.530Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:29:46.530Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:46.530Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:29:46.530Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:29:46.533Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:46.533Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:46.533Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9581a9f5-13e5-44ec-8e2e-239553f69d7f: basic_vm
2023-04-01T04:29:46.534Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:46.534Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:46.534Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:46.534Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:46.534Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:46.534Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:46.534Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:46.534Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:46.534Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:29:46.535Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:29:46.535Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T04:29:46.719Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 05bb0e65-434d-43f4-add7-00178a1ee8b6 1 ASDC deployResourceStructure
2023-04-01T04:29:46.720Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-04-01T04:29:46.720Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-04-01T04:29:46.720Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T04:29:46.721Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:29:46.721Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:29:46.722Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323386719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:29:47.723Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-04-01T04:29:47.723Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-04-01T04:29:47.723Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T04:29:47.724Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:29:47.724Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:29:47.724Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323387723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:29:48.725Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-04-01T04:29:48.725Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-04-01T04:29:48.726Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T04:29:48.726Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:29:48.726Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:29:48.726Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323388725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:29:49.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T04:29:49.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T04:29:49.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T04:29:49.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:29:49.728Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:29:49.728Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323389727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:29:50.728Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:29:50.756Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:29:50.761Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:29:50.761Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:29:50.762Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:29:50.762Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:29:50.762Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:29:50.762Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:29:50.762Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:29:50.762Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:29:50.762Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:29:50.779Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:30:20.779Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:30:20.793Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T04:30:20.793Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T04:30:20.794Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T04:30:20.798Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:30:20.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T04:30:20.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9b913a3e-d38d-4c66-8a24-03f72f3b2578], X-ECOMP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-TransactionId=[], X-ONAP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], Content-Type=[application/merge-patch+json]}
2023-04-01T04:30:20.825Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:30:20.988Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:30:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[200848], x-aai-txid=[0-aai-resources-230401-04:30:19:983-65506], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:30:20.989Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:30:20.989Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T04:30:20.990Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:30:20.990Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:30:20.998Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:30:20.998Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:30:20.998Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:30:20.999Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:30:20.999Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:30:20.999Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323420998,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:30:22.031Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T04:30:22.031Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T04:30:22.032Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T04:30:22.032Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T04:30:22.032Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T04:30:22.032Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T04:30:22.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=6, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T04:30:22.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-ed57cb6d-8151-4216-90bb-3e93ef4d13d0
2023-04-01T04:30:22.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T04:30:22.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T04:30:23.640Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:30:26.649Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:30:29.657Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:30:32.667Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:30:35.676Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:30:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:30:37.281Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:30:37.281Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T04:30:37.287Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-ed57cb6d-8151-4216-90bb-3e93ef4d13d0', protocol='range'}
2023-04-01T04:30:37.287Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:30:37.292Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 21: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-ed57cb6d-8151-4216-90bb-3e93ef4d13d0=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T04:30:37.309Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-ed57cb6d-8151-4216-90bb-3e93ef4d13d0', protocol='range'}
2023-04-01T04:30:37.310Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:30:37.310Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T04:30:37.310Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T04:30:37.310Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T04:30:37.311Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:30:37.316Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:30:37.316Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:30:37.316Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:30:37.317Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:30:37.317Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:30:37.317Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:30:37.317Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:30:37.317Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:30:37.317Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:30:37.318Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=564, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:30:37.318Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:30:37.318Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:30:37.328Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:30:37.328Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:30:37.330Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:30:37.330Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:30:37.330Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:30:37.330Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:30:38.331Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:30:38.331Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:30:38.331Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:30:38.331Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:30:38.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.337Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323330016,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:30:38.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.337Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:30:38.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:30:38.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:30:38.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:30:38.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:30:38.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:30:38.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.339Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:30:38.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.339Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:30:38.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.339Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323339446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:30:38.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.339Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323341358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T04:30:38.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.340Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323372614,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:30:38.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.340Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:30:38.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.340Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:30:38.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:30:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:30:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T04:30:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:30:38.342Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.342Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680322875229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:30:38.342Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.342Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323381207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:30:38.342Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.342Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323383250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:30:38.342Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.342Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323384355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:30:38.342Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.343Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323385476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:30:38.343Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.343Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323386719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-01T04:30:38.343Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.343Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323387723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-04-01T04:30:38.343Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.343Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323388725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-04-01T04:30:38.343Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.344Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323389727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T04:30:38.344Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.344Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323420998,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:30:38.344Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:38.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:30:38.344Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:30:38.345Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:30:39.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:30:39.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:30:39.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:30:39.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:30:40.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:30:40.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:30:40.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:30:40.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:30:41.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:30:41.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:30:41.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:30:41.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:30:42.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:30:42.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:30:42.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:30:42.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:30:43.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:30:43.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:30:43.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:30:43.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:30:44.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:30:44.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:30:44.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T04:30:44.341Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:30:44.341Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:30:44.391Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:30:44.391Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:30:44.391Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:30:44.392Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T04:30:44.392Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:30:44.392Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T04:30:44.478Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T04:30:44.479Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@538accd5
2023-04-01T04:30:44.479Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T04:30:44.479Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T04:30:44.479Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T04:30:44.479Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T04:30:44.480Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T04:30:44.480Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T04:30:44.480Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:30:44.480Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:30:44.480Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323444479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:30:45.481Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T04:30:45.504Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:30:45.504Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:30:45.509Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T04:30:45.510Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T04:30:45.510Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T04:30:45.510Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:30:45.510Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T04:30:45.528Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T04:30:45.529Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@52e521bc
2023-04-01T04:30:45.529Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T04:30:45.529Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T04:30:45.530Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T04:30:45.530Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T04:30:45.530Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T04:30:45.530Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T04:30:45.531Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:30:45.531Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:30:45.531Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323445530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:30:46.532Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:30:46.532Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:30:46.563Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:30:46.568Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:30:46.568Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:31:16.569Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:31:16.599Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:31:16.615Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:31:16.615Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:31:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:31:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:31:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:31:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:31:46.615Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:31:46.641Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:31:46.645Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:31:46.645Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:32:16.645Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:32:16.671Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:32:16.675Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:32:16.676Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:32:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:32:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:32:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:32:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:32:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:32:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:32:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T04:32:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:32:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:32:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323444479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T04:32:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323445530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T04:32:37.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:32:46.676Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:32:46.701Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:32:46.705Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:32:46.705Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:33:16.706Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:33:16.739Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:33:16.745Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:33:16.745Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:33:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:33:46.745Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:33:46.771Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:33:46.776Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:33:46.776Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:34:16.776Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:34:16.804Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:34:16.808Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:34:16.808Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:34:37.266Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:34:46.809Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:34:46.837Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:34:46.841Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:34:46.841Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:35:16.841Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:35:16.867Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:35:16.873Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:35:16.873Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:35:37.267Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:35:37.350Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T04:35:37.350Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-ed57cb6d-8151-4216-90bb-3e93ef4d13d0 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-04-01T04:35:37.351Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T04:35:37.351Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T04:35:37.882Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:35:37.897Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:35:37.897Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T04:35:37.903Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:35:37.904Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 22: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T04:35:37.919Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:35:37.920Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T04:35:37.920Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:35:37.925Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:35:37.926Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:35:37.926Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:35:37.926Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=601, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:35:37.926Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:35:37.926Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:35:46.873Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T04:35:46.873Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:35:46.887Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T04:35:46.887Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T04:35:46.887Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T04:35:46.893Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:35:46.909Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T04:35:46.910Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T04:35:46.919Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T04:35:47.079Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T04:35:47.080Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:35:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[168128], x-aai-txid=[2-aai-resources-230401-04:35:46:078-35159], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:35:47.080Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:35:47.080Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:35:47.081Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:35:47.090Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:35:47.091Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T04:35:47.091Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T04:35:47.091Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:35:47.091Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:35:47.091Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323747091,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:35:47.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:35:47.113Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323747091,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T04:35:47.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:35:48.123Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:35:48.123Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:35:48.123Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:35:48.124Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:35:48.124Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:35:48.124Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:35:49.125Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:35:49.125Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:35:49.125Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:35:49.125Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:35:50.126Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:35:50.127Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:35:50.127Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:35:50.127Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:35:51.128Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:35:51.128Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:35:51.129Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:35:51.129Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:35:52.129Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:35:52.130Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:35:52.130Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:35:52.130Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:35:53.131Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:35:53.131Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:35:53.131Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:35:53.131Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:35:54.132Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:35:54.132Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:35:54.133Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:35:54.133Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:35:55.134Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:35:55.134Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:35:55.135Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T04:35:55.135Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:35:55.136Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:35:55.192Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:35:55.193Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:35:55.193Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:35:55.194Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:35:55.194Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:35:55.194Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:35:55.542Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:35:55.547Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T04:35:55.547Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:35:55.547Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:35:55.547Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:35:55.548Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:35:55.548Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:35:55.548Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323755547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:35:56.549Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:35:56.550Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:35:56.550Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:35:56.551Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T04:35:56.551Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:35:56.552Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:35:56.676Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15913365548221602039/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T04:35:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:35:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:35:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:35:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T04:35:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:35:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:35:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:35:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:35:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:35:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:35:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:35:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:35:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:35:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:35:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T04:35:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:35:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:35:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:35:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:35:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:35:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:35:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:35:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:35:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:35:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:35:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:35:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:35:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:35:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:35:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:35:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:35:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:35:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:35:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:35:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:35:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:35:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:35:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:35:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:35:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:35:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:35:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:35:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:35:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:35:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:35:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T04:35:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:35:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:35:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:35:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:35:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:35:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:35:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:35:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:35:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:35:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:35:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:35:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:35:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:35:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:35:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:35:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:35:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T04:35:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:35:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:35:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:35:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:35:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T04:35:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:35:58.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:35:58.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:35:58.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:35:58.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:35:58.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:35:58.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:35:58.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:35:58.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:35:58.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:35:58.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:35:58.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:35:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:35:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T04:35:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T04:35:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:35:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:35:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:35:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:35:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:35:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:35:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:35:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:35:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:35:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T04:35:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:35:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T04:35:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:35:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:35:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:35:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323758238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:35:59.240Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:35:59.240Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T04:35:59.240Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:35:59.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:35:59.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:35:59.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323759240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:36:00.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:36:00.269Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:36:00.274Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:36:00.275Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:36:00.275Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:36:00.275Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:36:00.275Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:36:00.275Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:36:00.275Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:36:00.275Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:36:00.275Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:36:00.291Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:36:30.291Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:36:30.304Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T04:36:30.305Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T04:36:30.306Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T04:36:30.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:36:30.337Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T04:36:30.337Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T04:36:30.344Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:36:30.501Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T04:36:30.502Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:36:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[172224], x-aai-txid=[2-aai-resources-230401-04:36:29:499-50327], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:36:30.502Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:36:30.502Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:36:30.502Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:36:30.511Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:36:30.512Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:36:30.512Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:36:30.513Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:36:30.513Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:36:30.513Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323790512,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:36:31.545Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:36:31.545Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:36:31.546Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:36:31.546Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:36:31.546Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:36:31.546Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:36:32.548Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:36:32.548Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:36:32.548Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:36:32.549Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:36:33.549Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:36:33.550Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:36:33.550Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:36:33.550Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:36:34.551Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:36:34.551Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:36:34.551Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:36:34.551Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:36:35.552Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:36:35.553Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:36:35.553Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:36:35.553Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:36:36.554Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:36:36.554Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:36:36.554Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:36:36.554Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:36:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:36:37.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:36:37.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:36:37.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:36:37.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:36:37.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:36:37.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:36:37.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:36:37.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:36:37.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:36:37.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:36:37.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:36:37.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:36:37.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:36:37.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T04:36:37.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:36:37.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:36:37.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:36:37.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:36:37.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:36:37.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:36:37.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:36:37.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:36:37.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323755547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:36:37.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:36:37.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:36:37.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323758238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T04:36:37.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:36:37.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:36:37.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323759240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T04:36:37.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:36:37.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:36:37.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323790512,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:36:37.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:36:37.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:36:37.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:36:37.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:36:37.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:36:37.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:36:37.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:36:37.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:36:37.277Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:36:37.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:36:37.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:36:37.277Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:36:37.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:36:37.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:36:37.277Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T04:36:37.278Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:36:37.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:36:37.278Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:36:37.278Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:36:37.555Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:36:37.556Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:36:37.556Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:36:37.556Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:36:38.557Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:36:38.557Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:36:38.558Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T04:36:38.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:36:38.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:36:38.609Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:36:38.610Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:36:38.610Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:36:38.610Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:36:38.610Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:36:38.610Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:36:38.941Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:36:38.945Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T04:36:38.946Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T04:36:38.946Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:36:38.946Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:36:38.946Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:36:38.946Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:36:38.947Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323798946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:36:39.948Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:36:39.949Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:36:39.950Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:36:39.950Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T04:36:39.951Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:36:39.951Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:36:40.062Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9526599616860567187/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-01T04:36:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:36:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:36:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:36:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T04:36:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:36:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:36:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:36:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:36:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:36:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:36:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:36:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T04:36:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:36:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:36:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:36:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:36:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:36:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:36:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:36:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:36:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:36:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:36:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:36:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:36:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:36:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T04:36:41.564Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T04:36:41.564Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:36:41.564Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:36:41.564Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:36:41.564Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:36:41.564Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:36:41.564Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:36:41.564Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:36:41.564Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:36:41.564Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:36:41.613Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T04:36:41.613Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T04:36:41.613Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T04:36:41.613Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:36:41.613Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:36:41.613Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:36:41.613Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323801613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:36:42.614Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T04:36:42.614Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T04:36:42.614Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:36:42.615Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:36:42.615Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:36:42.615Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323802614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:36:43.616Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:36:43.647Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:36:43.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:36:43.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:36:43.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:36:43.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:36:43.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:36:43.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:36:43.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:36:43.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:36:43.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:36:43.670Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:37:13.670Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:37:13.681Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T04:37:13.681Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T04:37:13.682Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T04:37:13.689Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:37:13.719Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T04:37:13.720Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ac3198d-9c85-48bd-86f8-bdfdf6e7f016], X-ECOMP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-TransactionId=[], X-ONAP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], Content-Type=[application/merge-patch+json]}
2023-04-01T04:37:13.727Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:37:13.892Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:37:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[188560], x-aai-txid=[1-aai-resources-230401-04:37:12:884-58854], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:37:13.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:37:13.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T04:37:13.894Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:37:13.894Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:37:13.903Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:37:13.904Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:37:13.904Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:37:13.904Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:37:13.904Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:37:13.904Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323833904,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:37:14.931Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:37:14.931Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:37:14.932Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:37:14.932Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:37:14.932Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:37:14.932Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:37:15.933Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:37:15.934Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:37:15.934Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:37:15.934Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:37:16.935Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:37:16.935Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:37:16.936Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T04:37:16.936Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T04:37:16.936Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:37:16.982Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:37:16.983Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:37:16.983Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:37:16.983Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T04:37:16.983Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:37:16.983Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T04:37:17.303Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:37:17.305Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T04:37:17.305Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T04:37:17.305Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T04:37:17.306Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:37:17.306Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:37:17.306Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:37:17.306Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323837305,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:37:18.307Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:37:18.308Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:37:18.308Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:37:18.308Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T04:37:18.309Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:37:18.309Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:37:18.414Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4957458705240628516/Definitions/service-BasicNetwork-template.yml
2023-04-01T04:37:18.736Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:37:18.737Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:37:18.737Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:37:18.737Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T04:37:18.737Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:37:18.737Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:37:18.737Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:37:18.737Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:37:18.737Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:37:18.737Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:37:18.737Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:37:18.737Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:37:18.738Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:37:18.738Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:37:18.738Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:37:18.738Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T04:37:18.738Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:37:18.738Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:37:18.738Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:37:18.738Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:37:18.738Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T04:37:18.738Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:37:18.739Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:37:18.739Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:37:18.739Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:37:18.739Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:37:18.739Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:37:18.739Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:37:18.739Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:37:18.739Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:37:18.739Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:37:18.739Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:37:18.739Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:37:18.740Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:37:18.788Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T04:37:18.788Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T04:37:18.788Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T04:37:18.788Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:37:18.788Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:37:18.789Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:37:18.789Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323838788,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:37:19.789Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T04:37:19.790Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T04:37:19.790Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:37:19.790Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:37:19.790Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:37:19.790Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323839789,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:37:20.792Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:37:20.816Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:37:20.820Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:37:20.820Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:37:20.821Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:37:20.821Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:37:20.821Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:37:20.821Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:37:20.821Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:37:20.821Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:37:20.821Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:37:20.836Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:37:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:37:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:37:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:37:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:37:50.837Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:37:50.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T04:37:50.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T04:37:50.848Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T04:37:50.856Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:37:50.887Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T04:37:50.888Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T04:37:50.898Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:37:51.065Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T04:37:51.065Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:37:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[192576], x-aai-txid=[0-aai-resources-230401-04:37:50:058-48803], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:37:51.065Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:37:51.066Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:37:51.066Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:37:51.074Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:37:51.074Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:37:51.075Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:37:51.075Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:37:51.075Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:37:51.075Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323871075,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:37:52.106Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:37:52.106Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:37:52.106Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:37:52.106Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:37:52.107Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:37:52.107Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:37:53.107Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:37:53.108Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:37:53.108Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:37:53.108Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:37:54.109Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:37:54.109Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:37:54.109Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:37:54.110Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:37:55.110Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:37:55.111Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:37:55.111Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:37:55.112Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:37:56.112Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:37:56.112Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:37:56.112Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:37:56.113Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:37:57.113Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:37:57.114Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:37:57.114Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:37:57.114Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:37:58.115Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:37:58.115Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:37:58.115Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:37:58.115Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:37:59.116Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:37:59.116Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:37:59.117Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:37:59.117Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:38:00.118Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:38:00.118Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:38:00.119Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T04:38:00.119Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T04:38:00.119Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:38:00.172Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:38:00.172Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:38:00.172Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:38:00.172Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:38:00.172Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:38:00.173Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:38:00.482Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:38:00.484Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T04:38:00.484Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T04:38:00.485Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:38:00.485Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:38:00.485Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:38:00.485Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:38:00.485Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323880484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:38:01.487Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:38:01.487Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:38:01.487Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:38:01.488Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:38:01.488Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:38:01.488Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:38:01.558Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7564336574068418675/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T04:38:02.154Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:38:02.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:38:02.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:38:02.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T04:38:02.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:38:02.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:38:02.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:38:02.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:38:02.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:38:02.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:38:02.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:38:02.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:38:02.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:02.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:38:02.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T04:38:02.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:38:02.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:38:02.156Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:02.156Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:38:02.156Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T04:38:02.156Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:38:02.156Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:38:02.156Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:02.156Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:38:02.156Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:02.156Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:38:02.156Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:02.156Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:38:02.156Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:02.156Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:38:02.156Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:02.156Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:38:02.157Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:38:02.213Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T04:38:02.213Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T04:38:02.213Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T04:38:02.213Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:38:02.214Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:38:02.214Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:38:02.214Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323882213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:38:03.216Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T04:38:03.216Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T04:38:03.216Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:38:03.217Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:38:03.217Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:38:03.217Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323883216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:38:04.219Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:38:04.244Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:38:04.250Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:38:04.250Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:38:04.250Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:38:04.250Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:38:04.250Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:38:04.251Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:38:04.251Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:38:04.251Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:38:04.251Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:38:04.269Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:38:34.270Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:38:34.285Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T04:38:34.285Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T04:38:34.286Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T04:38:34.295Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:38:34.317Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T04:38:34.318Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T04:38:34.326Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:38:34.486Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T04:38:34.487Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:38:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[221344], x-aai-txid=[1-aai-resources-230401-04:38:33:483-94457], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:38:34.487Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:38:34.487Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:38:34.487Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:38:34.498Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:38:34.499Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:38:34.499Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:38:34.499Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:38:34.500Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:38:34.500Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323914499,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:38:35.533Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:38:35.534Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:38:35.534Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:38:35.535Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:38:35.535Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:38:35.535Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:38:36.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:38:36.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:38:36.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:38:36.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:38:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:38:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:38:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323798946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:38:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:38:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:38:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323801613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T04:38:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:38:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:38:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323802614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T04:38:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:38:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:38:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323833904,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:38:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:38:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:38:37.269Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:38:37.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:38:37.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:38:37.269Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:38:37.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:38:37.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:38:37.269Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323837305,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:38:37.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:38:37.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:38:37.269Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323838788,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T04:38:37.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:38:37.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T04:38:37.270Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323839789,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T04:38:37.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:38:37.537Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:38:37.538Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:38:37.538Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:38:37.539Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:38:38.542Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:38:38.542Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:38:38.542Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:38:38.543Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:38:39.544Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:38:39.544Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:38:39.545Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:38:39.545Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:38:40.546Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:38:40.546Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:38:40.546Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:38:40.547Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:38:41.547Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:38:41.548Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:38:41.548Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:38:41.548Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:38:42.550Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:38:42.551Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:38:42.552Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T04:38:42.553Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:38:42.553Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:38:42.599Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:38:42.600Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:38:42.600Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:38:42.600Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T04:38:42.600Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:38:42.600Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T04:38:43.170Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:38:43.173Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T04:38:43.174Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T04:38:43.174Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T04:38:43.174Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:38:43.174Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:38:43.174Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:38:43.174Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323923174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:38:44.175Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:38:44.176Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:38:44.176Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:38:44.176Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T04:38:44.177Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:38:44.177Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:38:44.321Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14024913304294036012/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T04:38:45.197Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:38:45.198Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:38:45.198Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:38:45.198Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T04:38:45.199Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:38:45.199Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:38:45.199Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:38:45.199Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:38:45.199Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:38:45.200Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:38:45.200Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:38:45.200Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:38:45.200Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:45.200Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:38:45.201Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:38:45.201Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:38:45.201Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:38:45.202Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:45.202Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:38:45.202Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:38:45.202Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:38:45.202Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:38:45.203Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:45.203Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:38:45.203Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:45.203Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T04:38:45.204Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T04:38:45.204Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T04:38:45.205Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T04:38:45.205Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T04:38:45.205Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T04:38:45.206Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:45.206Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:38:45.206Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:45.206Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:38:45.207Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:38:45.207Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:45.207Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:38:45.208Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:38:45.208Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:45.208Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:38:45.209Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:38:45.209Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:45.209Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T04:38:45.209Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T04:38:45.210Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T04:38:45.210Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T04:38:45.210Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:45.210Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:38:45.211Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:45.211Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:38:45.211Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:45.211Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:38:45.212Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:38:45.212Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:38:45.212Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:38:45.255Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T04:38:45.255Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T04:38:45.255Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T04:38:45.255Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:38:45.255Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:38:45.256Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:38:45.256Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323925255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:38:46.257Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T04:38:46.257Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T04:38:46.257Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:38:46.258Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:38:46.258Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:38:46.258Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323926257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:38:47.259Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:38:47.291Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:38:47.296Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:38:47.296Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:38:47.296Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:38:47.296Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:38:47.296Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:38:47.297Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:38:47.297Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:38:47.297Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:38:47.297Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:38:47.315Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:39:17.315Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:39:17.325Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T04:39:17.326Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T04:39:17.326Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T04:39:17.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:39:17.359Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T04:39:17.359Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a8e1faac-965b-471b-8970-dc36de9c877c], X-ECOMP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-TransactionId=[], X-ONAP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], Content-Type=[application/merge-patch+json]}
2023-04-01T04:39:17.370Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:39:17.526Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:39:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[200848], x-aai-txid=[2-aai-resources-230401-04:39:16:524-98506], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:39:17.527Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:39:17.528Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T04:39:17.529Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:39:17.529Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:39:17.535Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:39:17.536Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:39:17.536Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:39:17.536Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:39:17.536Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:39:17.536Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323957536,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:39:18.566Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T04:39:18.566Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T04:39:18.566Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T04:39:18.566Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T04:39:18.566Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T04:39:18.567Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T04:39:18.571Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-94b4cdcc-a02d-48a8-96e0-0ea7bc63dea5
2023-04-01T04:39:18.571Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=6, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T04:39:18.572Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T04:39:18.572Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T04:39:20.734Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:39:23.743Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:39:26.752Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:39:29.760Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:39:32.769Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:39:35.778Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:39:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:39:37.281Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:39:37.282Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T04:39:37.288Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-94b4cdcc-a02d-48a8-96e0-0ea7bc63dea5', protocol='range'}
2023-04-01T04:39:37.288Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:39:37.294Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 23: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-94b4cdcc-a02d-48a8-96e0-0ea7bc63dea5=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T04:39:37.312Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-94b4cdcc-a02d-48a8-96e0-0ea7bc63dea5', protocol='range'}
2023-04-01T04:39:37.312Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T04:39:37.312Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:39:37.313Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T04:39:37.313Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T04:39:37.313Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:39:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:39:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:39:37.318Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:39:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:39:37.319Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:39:37.319Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:39:37.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:39:37.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:39:37.319Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=629, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:39:37.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:39:37.319Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:39:37.320Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:39:37.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:39:37.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:39:37.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:39:37.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:39:37.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:39:37.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:39:38.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:39:38.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:39:38.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:39:38.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:39:38.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.338Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323871075,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:39:38.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.339Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:39:38.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.340Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:39:38.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.340Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:39:38.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.341Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:39:38.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.341Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:39:38.342Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.342Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:39:38.342Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.342Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:39:38.342Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.342Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:39:38.342Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.342Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323880484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:39:38.342Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.343Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323882213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T04:39:38.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.343Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323883216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T04:39:38.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.343Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323914499,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:39:38.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.343Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:39:38.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.344Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:39:38.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.344Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:39:38.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.344Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:39:38.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.344Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T04:39:38.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.345Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:39:38.345Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.345Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323422031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:39:38.345Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.345Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323923174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:39:38.346Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.346Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323925255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T04:39:38.346Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.346Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323926257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T04:39:38.346Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.346Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323957536,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:39:38.346Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:38.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:39:38.347Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:39:38.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:39:39.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:39:39.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:39:39.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:39:39.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:39:40.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:39:40.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:39:40.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:39:40.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:39:41.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:39:41.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:39:41.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:39:41.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:39:42.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:39:42.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:39:42.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:39:42.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:39:43.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:39:43.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:39:43.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:39:43.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:39:44.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:39:44.348Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:39:44.348Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T04:39:44.349Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:39:44.349Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:39:44.398Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:39:44.399Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:39:44.399Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:39:44.399Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T04:39:44.400Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:39:44.400Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T04:39:44.432Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T04:39:44.432Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@522ad0d2
2023-04-01T04:39:44.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T04:39:44.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T04:39:44.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T04:39:44.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T04:39:44.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T04:39:44.434Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T04:39:44.434Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:39:44.434Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:39:44.434Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323984433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:39:45.435Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T04:39:45.459Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:39:45.460Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:39:45.465Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T04:39:45.465Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T04:39:45.466Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T04:39:45.466Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:39:45.466Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T04:39:45.484Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T04:39:45.484Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7f7ae362
2023-04-01T04:39:45.484Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T04:39:45.484Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T04:39:45.485Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T04:39:45.485Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T04:39:45.485Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T04:39:45.485Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T04:39:45.485Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:39:45.485Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:39:45.486Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323985485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:39:46.487Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:39:46.487Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:39:46.515Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:39:46.519Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:39:46.519Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:40:16.520Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:40:16.544Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:40:16.549Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:40:16.549Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:40:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:40:37.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:40:37.266Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:40:37.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:40:46.550Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:40:46.576Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:40:46.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:40:46.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:41:16.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:41:16.606Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:41:16.610Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:41:16.610Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:41:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:41:37.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:41:37.266Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:41:37.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:41:37.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:41:37.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:41:37.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:41:37.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:41:37.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T04:41:37.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:41:37.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:41:37.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:41:37.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:41:37.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:41:37.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:41:37.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:41:37.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:41:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323984433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T04:41:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:41:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:41:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323985485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T04:41:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:41:46.611Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:41:46.637Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:41:46.640Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:41:46.640Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:42:16.641Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:42:16.667Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:42:16.671Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:42:16.671Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:42:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:42:46.671Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:42:46.695Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:42:46.700Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:42:46.700Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:43:16.701Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:43:16.728Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:43:16.733Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:43:16.733Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:43:37.266Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:43:46.734Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:43:46.760Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:43:46.764Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:43:46.764Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:44:16.765Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:44:16.813Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:44:16.817Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:44:16.817Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:44:37.267Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:44:37.351Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T04:44:37.352Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-94b4cdcc-a02d-48a8-96e0-0ea7bc63dea5 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-04-01T04:44:37.353Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T04:44:37.353Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T04:44:37.903Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:44:37.920Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:44:37.921Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T04:44:37.927Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:44:37.927Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 24: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T04:44:37.945Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:44:37.946Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T04:44:37.946Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:44:37.951Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:44:37.952Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:44:37.952Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:44:37.952Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=662, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:44:37.952Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:44:37.952Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:44:46.817Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T04:44:46.817Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:44:46.831Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T04:44:46.831Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T04:44:46.833Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T04:44:46.840Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:44:46.870Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T04:44:46.871Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T04:44:46.878Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T04:44:47.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T04:44:47.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:44:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[164], vertex-id=[168128], x-aai-txid=[2-aai-resources-230401-04:44:46:035-6280], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:44:47.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:44:47.048Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:44:47.048Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:44:47.055Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:44:47.055Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T04:44:47.055Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T04:44:47.056Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:44:47.056Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:44:47.056Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324287055,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:44:47.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:44:47.083Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324287055,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T04:44:47.083Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:44:48.088Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:44:48.088Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:44:48.089Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:44:48.089Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:44:48.089Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:44:48.089Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:44:49.091Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:44:49.091Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:44:49.091Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:44:49.091Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:44:50.093Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:44:50.094Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:44:50.094Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:44:50.094Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:44:51.095Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:44:51.095Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:44:51.095Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:44:51.095Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:44:52.096Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:44:52.097Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:44:52.097Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:44:52.097Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:44:53.098Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:44:53.098Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:44:53.098Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:44:53.098Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:44:54.099Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:44:54.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:44:54.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:44:54.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:44:55.101Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:44:55.101Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:44:55.101Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T04:44:55.102Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:44:55.102Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:44:55.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:44:55.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:44:55.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:44:55.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:44:55.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:44:55.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:44:55.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:44:55.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T04:44:55.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:44:55.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:44:55.491Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:44:55.491Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:44:55.491Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:44:55.491Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324295490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:44:56.492Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:44:56.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:44:56.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:44:56.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T04:44:56.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:44:56.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:44:56.602Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16284503329966909550/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T04:44:58.220Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:44:58.220Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:44:58.220Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:44:58.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:44:58.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:44:58.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:44:58.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:44:58.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:44:58.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:44:58.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:44:58.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:44:58.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:44:58.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:44:58.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:44:58.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:44:58.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:44:58.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:44:58.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:44:58.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:44:58.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:44:58.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:44:58.223Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:44:58.223Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:44:58.223Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T04:44:58.223Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:44:58.223Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:44:58.223Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:44:58.223Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:44:58.223Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:44:58.224Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:44:58.224Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:44:58.224Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:44:58.224Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:44:58.224Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:44:58.224Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:44:58.224Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:44:58.224Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:44:58.224Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:44:58.224Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:44:58.224Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T04:44:58.224Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:44:58.225Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:44:58.225Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:44:58.225Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:44:58.225Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:44:58.225Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:44:58.225Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:44:58.225Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:44:58.225Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T04:44:58.225Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:44:58.225Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:44:58.226Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:44:58.226Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:44:58.226Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:44:58.226Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:44:58.226Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:44:58.226Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:44:58.226Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:44:58.226Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T04:44:58.226Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:44:58.226Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:44:58.226Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:44:58.227Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:44:58.227Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T04:44:58.227Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:44:58.227Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:44:58.227Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:44:58.227Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:44:58.227Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:44:58.227Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:44:58.227Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:44:58.227Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:44:58.227Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:44:58.228Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:44:58.228Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:44:58.228Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:44:58.228Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:44:58.228Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T04:44:58.228Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T04:44:58.228Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:44:58.228Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:44:58.228Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:44:58.228Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:44:58.228Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:44:58.228Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:44:58.229Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:44:58.229Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:44:58.229Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:44:58.281Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T04:44:58.282Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:44:58.282Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T04:44:58.282Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:44:58.282Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:44:58.282Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:44:58.282Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324298282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:44:59.284Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:44:59.284Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T04:44:59.284Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:44:59.284Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:44:59.284Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:44:59.285Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324299284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:45:00.285Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:45:00.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:45:00.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:45:00.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:45:00.319Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:45:00.319Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:45:00.319Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:45:00.319Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:45:00.319Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:45:00.319Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:45:00.319Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:45:00.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:45:30.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:45:30.346Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T04:45:30.347Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T04:45:30.347Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T04:45:30.355Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:45:30.377Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T04:45:30.378Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T04:45:30.384Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:45:30.545Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T04:45:30.546Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:45:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[172224], x-aai-txid=[0-aai-resources-230401-04:45:29:541-45984], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:45:30.546Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:45:30.546Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:45:30.546Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:45:30.555Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:45:30.556Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:45:30.556Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:45:30.556Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:45:30.557Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:45:30.557Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324330556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:45:31.593Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:45:31.593Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:45:31.593Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:45:31.594Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:45:31.594Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:45:31.594Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:45:32.595Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:45:32.596Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:45:32.596Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:45:32.596Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:45:33.597Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:45:33.597Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:45:33.597Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:45:33.597Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:45:34.598Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:45:34.599Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:45:34.599Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:45:34.600Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:45:35.600Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:45:35.601Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:45:35.601Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:45:35.601Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:45:36.602Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:45:36.603Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:45:36.603Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:45:36.603Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:45:37.265Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:45:37.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:45:37.272Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:45:37.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:45:37.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:45:37.273Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:45:37.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:45:37.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:45:37.273Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:45:37.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:45:37.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:45:37.273Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:45:37.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:45:37.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:45:37.274Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T04:45:37.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:45:37.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:45:37.274Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:45:37.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:45:37.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:45:37.274Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:45:37.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:45:37.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:45:37.274Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324295490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:45:37.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:45:37.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:45:37.274Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324298282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T04:45:37.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:45:37.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:45:37.275Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324299284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T04:45:37.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:45:37.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:45:37.275Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324330556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:45:37.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:45:37.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:45:37.275Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:45:37.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:45:37.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:45:37.275Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:45:37.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:45:37.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:45:37.276Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:45:37.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:45:37.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:45:37.276Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:45:37.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:45:37.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:45:37.276Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T04:45:37.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:45:37.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:45:37.276Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:45:37.277Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:45:37.603Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:45:37.604Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:45:37.605Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:45:37.605Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:45:38.606Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:45:38.607Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:45:38.607Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T04:45:38.607Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:45:38.607Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:45:38.660Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:45:38.661Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:45:38.661Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:45:38.661Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:45:38.661Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:45:38.661Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:45:39.041Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:45:39.044Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T04:45:39.045Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T04:45:39.045Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:45:39.045Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:45:39.045Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:45:39.045Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:45:39.045Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324339045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:45:40.046Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:45:40.047Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:45:40.047Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:45:40.048Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T04:45:40.048Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:45:40.048Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:45:40.194Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4333589720930113247/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-01T04:45:41.762Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:45:41.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:45:41.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:45:41.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T04:45:41.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:45:41.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T04:45:41.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:45:41.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:45:41.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:45:41.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:45:41.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:45:41.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:45:41.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:45:41.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:45:41.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:45:41.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:45:41.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:45:41.764Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:45:41.764Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:45:41.764Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:45:41.764Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:45:41.764Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:45:41.764Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:45:41.764Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:45:41.764Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:45:41.764Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:45:41.764Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:45:41.764Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:45:41.764Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:45:41.764Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:45:41.764Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:45:41.764Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:45:41.765Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:45:41.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:45:41.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:45:41.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:45:41.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:45:41.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:45:41.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:45:41.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:45:41.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:45:41.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:45:41.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:45:41.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T04:45:41.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:45:41.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:45:41.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:45:41.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:45:41.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:45:41.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:45:41.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:45:41.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:45:41.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T04:45:41.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:45:41.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:45:41.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:45:41.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:45:41.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:45:41.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:45:41.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:45:41.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:45:41.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:45:41.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T04:45:41.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:45:41.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:45:41.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:45:41.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:45:41.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T04:45:41.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:45:41.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:45:41.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:45:41.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:45:41.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:45:41.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:45:41.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:45:41.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:45:41.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:45:41.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:45:41.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:45:41.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:45:41.769Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:45:41.769Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T04:45:41.769Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T04:45:41.769Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:45:41.769Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:45:41.769Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:45:41.769Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:45:41.769Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:45:41.769Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:45:41.769Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:45:41.769Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:45:41.769Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:45:41.819Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T04:45:41.819Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T04:45:41.819Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T04:45:41.819Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:45:41.819Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:45:41.819Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:45:41.819Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324341819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:45:42.820Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T04:45:42.820Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T04:45:42.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:45:42.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:45:42.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:45:42.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324342820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:45:43.822Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:45:43.849Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:45:43.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:45:43.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:45:43.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:45:43.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:45:43.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:45:43.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:45:43.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:45:43.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:45:43.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:45:43.871Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:46:13.871Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:46:13.886Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T04:46:13.886Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T04:46:13.887Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T04:46:13.892Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:46:13.910Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T04:46:13.911Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44134a2e-0f93-412a-9657-3a7ef13f23e0], X-ECOMP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-TransactionId=[], X-ONAP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], Content-Type=[application/merge-patch+json]}
2023-04-01T04:46:13.918Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:46:14.074Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:46:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[188560], x-aai-txid=[0-aai-resources-230401-04:46:13:075-97165], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:46:14.075Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:46:14.076Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T04:46:14.077Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:46:14.077Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:46:14.087Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:46:14.087Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:46:14.087Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:46:14.088Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:46:14.088Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:46:14.088Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324374087,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:46:15.119Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:46:15.119Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:46:15.119Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:46:15.119Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:46:15.119Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:46:15.119Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:46:16.120Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:46:16.121Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:46:16.121Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:46:16.121Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:46:17.122Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:46:17.122Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:46:17.122Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T04:46:17.123Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T04:46:17.123Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:46:17.168Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:46:17.168Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:46:17.169Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:46:17.169Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T04:46:17.169Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:46:17.169Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T04:46:17.538Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:46:17.540Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T04:46:17.540Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T04:46:17.540Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T04:46:17.540Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:46:17.540Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:46:17.541Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:46:17.541Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324377540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:46:18.542Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:46:18.543Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:46:18.543Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:46:18.543Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T04:46:18.544Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:46:18.544Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:46:18.614Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3038847660938167724/Definitions/service-BasicNetwork-template.yml
2023-04-01T04:46:18.912Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:46:18.912Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:46:18.913Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:46:18.913Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T04:46:18.913Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:46:18.913Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:46:18.913Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:46:18.913Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:46:18.913Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:46:18.913Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:46:18.913Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:46:18.913Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:46:18.913Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:46:18.913Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:46:18.913Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:46:18.914Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T04:46:18.914Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:46:18.914Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:46:18.914Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:46:18.914Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:46:18.914Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T04:46:18.914Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:46:18.914Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:46:18.914Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:46:18.914Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:46:18.914Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:46:18.914Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:46:18.915Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:46:18.915Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:46:18.915Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:46:18.915Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:46:18.915Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:46:18.915Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:46:18.915Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:46:18.955Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T04:46:18.955Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T04:46:18.955Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T04:46:18.955Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:46:18.956Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:46:18.956Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:46:18.956Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324378955,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:46:19.957Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T04:46:19.957Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T04:46:19.957Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:46:19.958Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:46:19.958Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:46:19.958Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324379957,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:46:20.960Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:46:20.987Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:46:20.993Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:46:20.993Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:46:20.993Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:46:20.994Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:46:20.994Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:46:20.994Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:46:20.994Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:46:20.994Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:46:20.995Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:46:21.011Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:46:37.265Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:46:37.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:46:37.266Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:46:37.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:46:51.012Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:46:51.024Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T04:46:51.024Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T04:46:51.025Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T04:46:51.033Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:46:51.062Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T04:46:51.063Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T04:46:51.072Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:46:51.229Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T04:46:51.230Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:46:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[192576], x-aai-txid=[1-aai-resources-230401-04:46:50:228-43425], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:46:51.231Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:46:51.231Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:46:51.231Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:46:51.240Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:46:51.241Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:46:51.241Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:46:51.241Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:46:51.241Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:46:51.241Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324411241,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:46:52.274Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:46:52.274Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:46:52.275Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:46:52.275Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:46:52.275Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:46:52.276Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:46:53.277Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:46:53.277Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:46:53.278Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:46:53.278Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:46:54.279Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:46:54.279Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:46:54.280Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:46:54.280Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:46:55.281Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:46:55.282Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:46:55.282Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:46:55.282Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:46:56.283Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:46:56.284Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:46:56.284Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:46:56.284Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:46:57.285Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:46:57.286Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:46:57.286Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:46:57.286Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:46:58.287Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:46:58.288Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:46:58.288Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:46:58.288Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:46:59.289Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:46:59.289Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:46:59.290Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:46:59.290Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:47:00.291Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:47:00.291Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:47:00.292Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T04:47:00.292Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T04:47:00.292Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:47:00.336Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:47:00.337Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:47:00.337Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:47:00.337Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:47:00.337Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:47:00.337Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:47:00.634Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:47:00.637Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T04:47:00.637Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T04:47:00.637Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:47:00.637Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:47:00.638Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:47:00.638Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:47:00.638Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324420637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:47:01.639Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:47:01.639Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:47:01.640Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:47:01.641Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:47:01.642Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:47:01.642Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:47:01.740Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17230150142474193156/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T04:47:02.296Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:47:02.296Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:47:02.297Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:47:02.297Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T04:47:02.297Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:47:02.297Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:47:02.297Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:47:02.297Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:47:02.297Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:47:02.297Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:47:02.297Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:47:02.297Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:47:02.297Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:02.297Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:47:02.297Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T04:47:02.297Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:47:02.297Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:47:02.297Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:02.297Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:47:02.297Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T04:47:02.298Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:47:02.298Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:47:02.298Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:02.298Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:47:02.298Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:02.298Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:47:02.298Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:02.298Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:47:02.298Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:02.298Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:47:02.298Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:02.298Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:47:02.298Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:47:02.351Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T04:47:02.352Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T04:47:02.352Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T04:47:02.352Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:47:02.352Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:47:02.353Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:47:02.353Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324422352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:47:03.354Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T04:47:03.354Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T04:47:03.354Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:47:03.354Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:47:03.355Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:47:03.355Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324423354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:47:04.356Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:47:04.382Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:47:04.387Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:47:04.387Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:47:04.387Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:47:04.388Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:47:04.388Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:47:04.388Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:47:04.388Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:47:04.388Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:47:04.388Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:47:04.402Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:47:34.402Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:47:34.415Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T04:47:34.415Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T04:47:34.416Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T04:47:34.422Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:47:34.441Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T04:47:34.442Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T04:47:34.450Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:47:34.605Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T04:47:34.605Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:47:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[221344], x-aai-txid=[2-aai-resources-230401-04:47:33:607-82988], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:47:34.605Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:47:34.606Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:47:34.606Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:47:34.615Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:47:34.615Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:47:34.615Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:47:34.615Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:47:34.616Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:47:34.616Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324454615,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:47:35.649Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:47:35.650Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:47:35.650Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:47:35.650Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:47:35.650Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:47:35.650Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:47:36.651Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:47:36.651Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:47:36.651Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:47:36.651Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:47:37.265Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:47:37.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:47:37.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324339045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:47:37.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:47:37.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:47:37.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324341819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T04:47:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:47:37.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:47:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324342820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T04:47:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:47:37.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:47:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324374087,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:47:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:47:37.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:47:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:47:37.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:47:37.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:47:37.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:47:37.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:47:37.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:47:37.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324377540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:47:37.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:47:37.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:47:37.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324378955,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T04:47:37.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:47:37.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:47:37.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324379957,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T04:47:37.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:47:37.652Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:47:37.652Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:47:37.652Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:47:37.652Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:47:38.653Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:47:38.653Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:47:38.653Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:47:38.653Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:47:39.654Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:47:39.655Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:47:39.655Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:47:39.655Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:47:40.656Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:47:40.657Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:47:40.657Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:47:40.657Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:47:41.658Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:47:41.658Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:47:41.658Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:47:41.658Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:47:42.659Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:47:42.659Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:47:42.659Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T04:47:42.659Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:47:42.659Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:47:42.708Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:47:42.709Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:47:42.709Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:47:42.709Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T04:47:42.709Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:47:42.709Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T04:47:43.035Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:47:43.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T04:47:43.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T04:47:43.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T04:47:43.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:47:43.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:47:43.039Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:47:43.039Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324463038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:47:44.039Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:47:44.040Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:47:44.040Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:47:44.041Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T04:47:44.041Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:47:44.041Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:47:44.158Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2529302983623437302/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T04:47:45.111Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:47:45.111Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:47:45.111Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:47:45.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T04:47:45.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:47:45.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:47:45.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:47:45.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:47:45.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:47:45.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:47:45.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:47:45.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:47:45.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:45.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:47:45.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:47:45.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:47:45.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:47:45.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:45.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:47:45.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:47:45.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:47:45.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:47:45.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:45.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:47:45.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:45.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T04:47:45.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T04:47:45.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T04:47:45.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T04:47:45.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T04:47:45.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T04:47:45.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:45.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:47:45.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:45.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:47:45.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:47:45.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:45.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:47:45.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:47:45.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:45.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:47:45.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:47:45.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:45.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T04:47:45.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T04:47:45.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T04:47:45.115Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T04:47:45.115Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:45.115Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:47:45.115Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:45.115Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:47:45.115Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:45.115Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:47:45.115Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:47:45.115Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:47:45.115Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:47:45.164Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T04:47:45.164Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T04:47:45.165Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T04:47:45.165Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:47:45.165Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:47:45.165Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:47:45.165Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324465164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:47:46.166Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T04:47:46.166Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T04:47:46.166Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:47:46.167Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:47:46.167Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:47:46.167Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324466166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:47:47.168Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:47:47.196Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:47:47.201Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:47:47.201Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:47:47.201Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:47:47.201Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:47:47.201Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:47:47.201Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:47:47.201Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:47:47.201Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:47:47.201Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:47:47.215Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:48:17.216Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:48:17.230Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T04:48:17.230Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T04:48:17.231Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T04:48:17.239Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:48:17.260Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T04:48:17.260Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9bb5f374-5f01-4796-a5d9-d8e3d6ade1f2], X-ECOMP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-TransactionId=[], X-ONAP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], Content-Type=[application/merge-patch+json]}
2023-04-01T04:48:17.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:48:17.453Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:48:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[180], vertex-id=[200848], x-aai-txid=[2-aai-resources-230401-04:48:16:425-35844], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:48:17.453Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:48:17.453Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T04:48:17.454Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:48:17.454Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:48:17.463Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:48:17.463Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:48:17.464Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:48:17.464Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:48:17.464Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:48:17.464Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324497463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:48:18.490Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T04:48:18.490Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T04:48:18.491Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T04:48:18.491Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T04:48:18.491Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T04:48:18.491Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T04:48:18.495Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=6, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T04:48:18.496Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-79b4c4f6-7826-4883-9bbd-f7722df21712
2023-04-01T04:48:18.496Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T04:48:18.496Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T04:48:20.706Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:48:23.715Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:48:26.724Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:48:29.733Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:48:32.741Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:48:35.751Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:48:37.265Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:48:37.282Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:48:37.282Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T04:48:37.288Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:48:37.288Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-79b4c4f6-7826-4883-9bbd-f7722df21712', protocol='range'}
2023-04-01T04:48:37.294Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 25: {SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-79b4c4f6-7826-4883-9bbd-f7722df21712=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T04:48:37.311Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-79b4c4f6-7826-4883-9bbd-f7722df21712', protocol='range'}
2023-04-01T04:48:37.312Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:48:37.312Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T04:48:37.312Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T04:48:37.312Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T04:48:37.313Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:48:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:48:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:48:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:48:37.318Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:48:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:48:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:48:37.318Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:48:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:48:37.318Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:48:37.319Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=690, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:48:37.319Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:48:37.319Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:48:37.330Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:48:37.330Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:48:37.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:48:37.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:48:37.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:48:37.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:48:38.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:48:38.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:48:38.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:48:38.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:48:38.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.337Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324411241,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:48:38.338Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.338Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:48:38.338Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.338Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:48:38.338Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.339Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:48:38.339Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.339Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:48:38.339Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.339Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:48:38.339Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.340Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:48:38.340Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.340Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:48:38.340Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.340Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:48:38.340Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.341Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324420637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:48:38.341Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.341Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324422352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T04:48:38.341Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.341Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324423354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T04:48:38.341Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.342Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324454615,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:48:38.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.342Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:48:38.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.342Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:48:38.343Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.343Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:48:38.343Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.343Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:48:38.343Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.344Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T04:48:38.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.344Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:48:38.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.344Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680323958566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:48:38.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.345Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324463038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:48:38.345Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.345Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324465164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T04:48:38.345Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.346Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324466166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T04:48:38.346Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.346Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324497463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:48:38.346Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:38.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:48:38.346Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:48:38.346Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:48:39.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:48:39.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:48:39.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:48:39.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:48:40.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:48:40.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:48:40.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:48:40.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:48:41.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:48:41.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:48:41.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:48:41.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:48:42.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:48:42.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:48:42.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:48:42.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:48:43.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:48:43.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:48:43.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:48:43.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:48:44.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:48:44.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:48:44.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T04:48:44.348Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:48:44.348Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:48:44.397Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:48:44.398Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:48:44.398Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:48:44.398Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T04:48:44.398Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:48:44.399Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T04:48:44.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T04:48:44.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5c49b28a
2023-04-01T04:48:44.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T04:48:44.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T04:48:44.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T04:48:44.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T04:48:44.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T04:48:44.475Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T04:48:44.475Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:48:44.475Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:48:44.476Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324524474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:48:45.477Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T04:48:45.500Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:48:45.500Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:48:45.505Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T04:48:45.505Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T04:48:45.505Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T04:48:45.505Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:48:45.506Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T04:48:45.522Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T04:48:45.523Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@310706b5
2023-04-01T04:48:45.524Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T04:48:45.524Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T04:48:45.525Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T04:48:45.525Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T04:48:45.525Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T04:48:45.525Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T04:48:45.526Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:48:45.526Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:48:45.526Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324525525,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:48:46.527Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:48:46.527Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:48:46.557Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:48:46.562Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:48:46.562Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:49:16.562Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:49:16.591Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:49:16.597Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:49:16.597Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:49:37.265Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:49:37.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:49:37.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:49:37.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:49:46.597Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:49:46.625Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:49:46.629Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:49:46.630Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:50:16.630Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:50:16.656Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:50:16.660Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:50:16.661Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:50:37.265Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:50:37.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:50:37.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:50:37.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:50:37.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:50:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:50:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:50:37.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:50:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T04:50:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:50:37.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:50:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:50:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:50:37.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:50:37.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:50:37.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:50:37.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:50:37.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324524474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T04:50:37.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:50:37.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T04:50:37.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324525525,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T04:50:37.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:50:46.661Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:50:46.681Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:50:46.685Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:50:46.686Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:51:16.686Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:51:16.714Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:51:16.718Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:51:16.718Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:51:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:51:46.718Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:51:46.743Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:51:46.748Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:51:46.749Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:52:16.749Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:52:16.773Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:52:16.778Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:52:16.779Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:52:37.266Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:52:46.779Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:52:46.804Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:52:46.809Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:52:46.809Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:53:16.809Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:53:16.842Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:53:16.847Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:53:16.847Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:53:37.267Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:53:37.354Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T04:53:37.354Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-79b4c4f6-7826-4883-9bbd-f7722df21712 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-04-01T04:53:37.355Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T04:53:37.355Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T04:53:37.871Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:53:37.886Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:53:37.887Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T04:53:37.895Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:53:37.895Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 26: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T04:53:37.915Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:53:37.916Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T04:53:37.916Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:53:37.921Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:53:37.922Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:53:37.922Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:53:37.922Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=723, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:53:37.922Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:53:37.922Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:53:46.847Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T04:53:46.848Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:53:46.859Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T04:53:46.859Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T04:53:46.860Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T04:53:46.868Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:53:46.900Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T04:53:46.901Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ed15f9f1-0108-40de-83fc-b7b6c852db64], X-ECOMP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-TransactionId=[], X-ONAP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], Content-Type=[application/merge-patch+json]}
2023-04-01T04:53:46.909Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T04:53:47.180Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:53:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[267], vertex-id=[168128], x-aai-txid=[0-aai-resources-230401-04:53:46:065-8339], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:53:47.181Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:53:47.182Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T04:53:47.182Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:53:47.182Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:53:47.189Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:53:47.190Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T04:53:47.190Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T04:53:47.190Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:53:47.190Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:53:47.191Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324827190,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:53:47.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:53:47.213Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324827190,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T04:53:47.214Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:53:48.219Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:53:48.219Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:53:48.220Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:53:48.220Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:53:48.220Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:53:48.220Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:53:49.222Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:53:49.223Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:53:49.224Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:53:49.224Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:53:50.225Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:53:50.225Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:53:50.225Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:53:50.226Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:53:51.226Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:53:51.227Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:53:51.227Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:53:51.227Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:53:52.228Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:53:52.229Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:53:52.229Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:53:52.229Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:53:53.230Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:53:53.230Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:53:53.230Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:53:53.231Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:53:54.231Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:53:54.232Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:53:54.232Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:53:54.232Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:53:55.233Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:53:55.234Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:53:55.234Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T04:53:55.235Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:53:55.235Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:53:55.290Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:53:55.290Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:53:55.290Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:53:55.291Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:53:55.291Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:53:55.291Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:53:55.652Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:53:55.654Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T04:53:55.655Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:53:55.655Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T04:53:55.655Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:53:55.656Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:53:55.656Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:53:55.656Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324835654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:53:56.657Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:53:56.658Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:53:56.658Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:53:56.658Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T04:53:56.659Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:53:56.659Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:53:56.758Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7426583442912426480/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T04:53:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:53:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:53:58.240Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:53:58.240Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:53:58.240Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:53:58.240Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:53:58.240Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:53:58.240Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:53:58.240Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:53:58.240Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:53:58.240Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:53:58.240Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:53:58.240Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:53:58.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:53:58.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:53:58.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:53:58.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:53:58.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:53:58.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:53:58.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:53:58.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:53:58.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:53:58.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:53:58.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:53:58.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:53:58.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:53:58.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:53:58.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T04:53:58.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:53:58.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:53:58.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:53:58.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:53:58.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:53:58.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:53:58.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:53:58.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:53:58.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:53:58.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T04:53:58.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:53:58.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:53:58.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:53:58.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:53:58.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:53:58.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T04:53:58.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:53:58.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:53:58.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:53:58.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:53:58.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:53:58.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:53:58.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:53:58.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:53:58.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T04:53:58.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:53:58.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:53:58.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:53:58.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:53:58.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:53:58.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:53:58.243Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:53:58.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:53:58.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:53:58.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T04:53:58.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:53:58.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:53:58.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:53:58.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:53:58.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T04:53:58.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:53:58.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T04:53:58.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:53:58.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:53:58.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:53:58.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:53:58.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:53:58.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:53:58.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:53:58.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:53:58.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:53:58.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:53:58.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:53:58.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T04:53:58.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T04:53:58.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:53:58.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:53:58.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:53:58.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:53:58.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:53:58.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:53:58.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:53:58.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:53:58.246Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:53:58.295Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T04:53:58.295Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:53:58.295Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T04:53:58.295Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:53:58.295Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:53:58.295Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:53:58.295Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324838295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:53:59.296Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T04:53:59.297Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T04:53:59.297Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:53:59.297Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:53:59.297Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:53:59.297Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324839296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:54:00.298Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:54:00.320Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:54:00.326Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:54:00.326Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:54:00.326Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:54:00.326Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:54:00.326Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:54:00.326Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:54:00.327Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:54:00.327Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:54:00.327Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:54:00.341Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:54:30.342Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:54:30.352Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T04:54:30.352Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T04:54:30.353Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T04:54:30.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:54:30.382Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T04:54:30.383Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T04:54:30.390Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:54:30.545Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T04:54:30.546Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:54:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[172224], x-aai-txid=[1-aai-resources-230401-04:54:29:546-61808], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:54:30.546Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:54:30.546Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:54:30.546Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:54:30.553Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:54:30.553Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:54:30.553Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:54:30.554Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:54:30.554Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:54:30.554Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324870553,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:54:31.587Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:54:31.587Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:54:31.588Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:54:31.588Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:54:31.588Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:54:31.588Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:54:32.589Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:54:32.590Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:54:32.590Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:54:32.590Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:54:33.592Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:54:33.593Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:54:33.593Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:54:33.593Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:54:34.595Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:54:34.596Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:54:34.596Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:54:34.597Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:54:35.597Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:54:35.598Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:54:35.598Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:54:35.598Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:54:36.599Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:54:36.599Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:54:36.599Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:54:36.599Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:54:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:54:37.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:54:37.271Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:54:37.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:54:37.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:54:37.272Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:54:37.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:54:37.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:54:37.272Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:54:37.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:54:37.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:54:37.272Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:54:37.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:54:37.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:54:37.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T04:54:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:54:37.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:54:37.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:54:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:54:37.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:54:37.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:54:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:54:37.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:54:37.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324835654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:54:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:54:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:54:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324838295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T04:54:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:54:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:54:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324839296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T04:54:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:54:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:54:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324870553,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:54:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:54:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:54:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:54:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:54:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:54:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:54:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:54:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:54:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:54:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:54:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:54:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:54:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:54:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:54:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T04:54:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:54:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T04:54:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:54:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:54:37.600Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:54:37.602Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:54:37.602Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:54:37.602Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:54:38.603Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:54:38.603Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:54:38.603Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T04:54:38.604Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:54:38.605Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:54:38.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:54:38.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:54:38.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:54:38.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:54:38.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:54:38.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:54:39.030Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:54:39.035Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T04:54:39.035Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T04:54:39.035Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T04:54:39.036Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:54:39.036Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:54:39.036Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:54:39.036Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324879035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:54:40.037Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:54:40.039Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:54:40.039Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:54:40.040Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T04:54:40.041Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:54:40.041Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:54:40.167Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16056329651320456640/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-01T04:54:41.614Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:54:41.615Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:54:41.615Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:54:41.615Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T04:54:41.615Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:54:41.615Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T04:54:41.615Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:54:41.615Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:54:41.615Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:54:41.615Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:54:41.615Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:54:41.616Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:54:41.616Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:54:41.616Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:54:41.616Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T04:54:41.616Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:54:41.616Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:54:41.616Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:54:41.616Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:54:41.616Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:54:41.616Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:54:41.616Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:54:41.616Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:54:41.617Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:54:41.617Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:54:41.617Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:54:41.617Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:54:41.617Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:54:41.617Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:54:41.617Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:54:41.617Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:54:41.619Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:54:41.619Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:54:41.620Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:54:41.620Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:54:41.621Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:54:41.621Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:54:41.621Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:54:41.621Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:54:41.621Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:54:41.622Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:54:41.622Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:54:41.622Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:54:41.622Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:54:41.622Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:54:41.622Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T04:54:41.623Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:54:41.623Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:54:41.623Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:54:41.623Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:54:41.623Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:54:41.623Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:54:41.624Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:54:41.624Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:54:41.624Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:54:41.624Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T04:54:41.624Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:54:41.624Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:54:41.625Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:54:41.625Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:54:41.625Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:54:41.625Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T04:54:41.625Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:54:41.625Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:54:41.625Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:54:41.625Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:54:41.626Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:54:41.626Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:54:41.626Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:54:41.627Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:54:41.627Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T04:54:41.627Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:54:41.627Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:54:41.627Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:54:41.627Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:54:41.627Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:54:41.628Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:54:41.628Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:54:41.628Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:54:41.628Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:54:41.628Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T04:54:41.628Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T04:54:41.628Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T04:54:41.628Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T04:54:41.629Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:54:41.629Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T04:54:41.629Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:54:41.629Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T04:54:41.629Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T04:54:41.629Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T04:54:41.629Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T04:54:41.629Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:54:41.630Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T04:54:41.630Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T04:54:41.630Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T04:54:41.630Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T04:54:41.630Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T04:54:41.630Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T04:54:41.630Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T04:54:41.630Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T04:54:41.631Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T04:54:41.631Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:54:41.631Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:54:41.631Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:54:41.631Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:54:41.631Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:54:41.631Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:54:41.631Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:54:41.631Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:54:41.632Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:54:41.680Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T04:54:41.681Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T04:54:41.681Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T04:54:41.681Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:54:41.681Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:54:41.681Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:54:41.681Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324881681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:54:42.682Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T04:54:42.682Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T04:54:42.682Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:54:42.683Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:54:42.683Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:54:42.683Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324882682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:54:43.684Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:54:43.711Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:54:43.716Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:54:43.716Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:54:43.717Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:54:43.717Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:54:43.717Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:54:43.717Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:54:43.717Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:54:43.717Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:54:43.717Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:54:43.733Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:55:13.733Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:55:13.747Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T04:55:13.747Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T04:55:13.748Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T04:55:13.756Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:55:13.777Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T04:55:13.777Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c79dcec5-4f66-4fbd-9f6a-ef624ce97b54], X-ECOMP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-TransactionId=[], X-ONAP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], Content-Type=[application/merge-patch+json]}
2023-04-01T04:55:13.784Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:55:13.941Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:55:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[188560], x-aai-txid=[0-aai-resources-230401-04:55:12:940-27704], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:55:13.941Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:55:13.942Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T04:55:13.942Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:55:13.942Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:55:13.950Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:55:13.950Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:55:13.950Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:55:13.950Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:55:13.950Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:55:13.951Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324913950,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:55:14.977Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:55:14.977Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:55:14.977Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:55:14.977Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:55:14.978Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:55:14.978Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:55:15.978Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:55:15.979Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:55:15.979Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:55:15.979Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:55:16.981Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:55:16.981Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:55:16.981Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T04:55:16.982Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T04:55:16.982Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:55:17.029Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:55:17.030Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:55:17.030Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:55:17.030Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T04:55:17.030Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:55:17.030Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T04:55:17.353Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:55:17.355Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T04:55:17.355Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T04:55:17.355Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T04:55:17.355Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:55:17.355Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:55:17.356Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:55:17.356Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324917355,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:55:18.356Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:55:18.357Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:55:18.357Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:55:18.357Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T04:55:18.358Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:55:18.358Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:55:18.429Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6692130603290729808/Definitions/service-BasicNetwork-template.yml
2023-04-01T04:55:18.745Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:55:18.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:55:18.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:55:18.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T04:55:18.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:55:18.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:55:18.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:55:18.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:55:18.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:55:18.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:55:18.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:55:18.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T04:55:18.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:55:18.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:55:18.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:55:18.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T04:55:18.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:55:18.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:55:18.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:55:18.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:55:18.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T04:55:18.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:55:18.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:55:18.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:55:18.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:55:18.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:55:18.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:55:18.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:55:18.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:55:18.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:55:18.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:55:18.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:55:18.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:55:18.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:55:18.794Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T04:55:18.794Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T04:55:18.794Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T04:55:18.794Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:55:18.794Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:55:18.795Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:55:18.795Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324918794,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:55:19.796Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T04:55:19.796Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T04:55:19.796Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:55:19.796Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:55:19.796Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:55:19.796Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324919795,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:55:20.797Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:55:20.825Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:55:20.830Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:55:20.830Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:55:20.830Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:55:20.830Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:55:20.830Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:55:20.830Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:55:20.831Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:55:20.831Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:55:20.831Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:55:20.845Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:55:37.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:55:37.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:55:37.267Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:55:37.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:55:50.846Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:55:50.856Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T04:55:50.856Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T04:55:50.857Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T04:55:50.864Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:55:50.885Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T04:55:50.885Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3e62c73d-0708-4c51-89e0-cd0e1c5f73e4], X-ECOMP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-TransactionId=[], X-ONAP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], Content-Type=[application/merge-patch+json]}
2023-04-01T04:55:50.892Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:55:51.052Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:55:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[192576], x-aai-txid=[0-aai-resources-230401-04:55:50:047-90998], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:55:51.053Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:55:51.053Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T04:55:51.054Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:55:51.054Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:55:51.060Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:55:51.061Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:55:51.061Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:55:51.061Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:55:51.061Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:55:51.061Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324951061,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:55:52.095Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:55:52.095Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:55:52.095Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:55:52.095Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:55:52.096Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:55:52.096Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:55:53.097Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:55:53.097Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:55:53.097Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:55:53.097Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:55:54.098Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:55:54.099Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:55:54.099Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:55:54.099Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:55:55.099Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:55:55.100Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:55:55.100Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:55:55.100Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:55:56.101Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:55:56.101Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:55:56.101Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:55:56.101Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:55:57.102Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:55:57.103Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:55:57.103Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:55:57.103Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:55:58.104Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:55:58.104Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:55:58.104Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:55:58.104Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:55:59.105Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:55:59.105Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:55:59.105Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:55:59.105Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:56:00.106Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:56:00.107Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:56:00.107Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T04:56:00.107Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T04:56:00.107Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:56:00.138Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:56:00.139Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:56:00.139Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:56:00.139Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:56:00.139Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:56:00.139Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:56:00.435Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:56:00.452Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T04:56:00.453Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T04:56:00.453Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:56:00.453Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:56:00.453Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:56:00.453Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:56:00.453Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324960453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:56:01.454Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:56:01.455Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:56:01.455Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:56:01.455Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:56:01.456Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:56:01.456Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:56:01.546Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4113267377090194327/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T04:56:02.135Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:56:02.135Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:56:02.135Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:56:02.135Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T04:56:02.135Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:56:02.135Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:56:02.136Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:56:02.136Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:56:02.136Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:56:02.136Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:56:02.136Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T04:56:02.136Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:56:02.136Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:02.136Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:56:02.136Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T04:56:02.136Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:56:02.136Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:56:02.136Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:02.136Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:56:02.137Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T04:56:02.137Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:56:02.137Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:56:02.137Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:02.137Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:56:02.137Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:02.137Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:56:02.137Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:02.137Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:56:02.137Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:02.137Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:56:02.137Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:02.137Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:56:02.137Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:56:02.183Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T04:56:02.184Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T04:56:02.184Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T04:56:02.184Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:56:02.185Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:56:02.185Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:56:02.185Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324962184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:56:03.186Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T04:56:03.186Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T04:56:03.186Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:56:03.187Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:56:03.187Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:56:03.187Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324963186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:56:04.188Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:56:04.213Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:56:04.217Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:56:04.218Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:56:04.218Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:56:04.218Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:56:04.218Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:56:04.218Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:56:04.218Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:56:04.218Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:56:04.218Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:56:04.230Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:56:34.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:56:34.243Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T04:56:34.243Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T04:56:34.243Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T04:56:34.250Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:56:34.272Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T04:56:34.272Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[71ac313d-5e40-4a80-bc2e-84c00c9d83b6], X-ECOMP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-TransactionId=[], X-ONAP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], Content-Type=[application/merge-patch+json]}
2023-04-01T04:56:34.278Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:56:34.423Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:56:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[221344], x-aai-txid=[2-aai-resources-230401-04:56:33:431-90155], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:56:34.423Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:56:34.424Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T04:56:34.425Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:56:34.425Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:56:34.433Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:56:34.434Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:56:34.434Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:56:34.434Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:56:34.434Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:56:34.434Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324994434,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:56:35.466Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:56:35.467Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:56:35.467Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:56:35.468Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:56:35.468Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:56:35.469Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:56:36.469Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:56:36.470Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:56:36.470Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:56:36.470Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:56:37.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:56:37.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:56:37.267Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324879035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:56:37.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:56:37.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:56:37.267Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324881681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T04:56:37.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:56:37.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:56:37.268Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324882682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T04:56:37.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:56:37.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:56:37.268Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324913950,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:56:37.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:56:37.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:56:37.268Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:56:37.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:56:37.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:56:37.268Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:56:37.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:56:37.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:56:37.269Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324917355,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:56:37.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:56:37.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:56:37.269Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324918794,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T04:56:37.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:56:37.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:56:37.269Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324919795,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T04:56:37.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:56:37.471Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:56:37.471Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:56:37.471Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:56:37.471Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:56:38.472Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:56:38.473Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:56:38.473Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:56:38.473Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:56:39.474Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:56:39.474Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:56:39.475Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:56:39.475Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:56:40.475Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:56:40.476Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:56:40.476Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:56:40.476Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:56:41.477Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:56:41.478Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:56:41.478Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:56:41.479Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:56:42.480Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:56:42.480Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:56:42.481Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T04:56:42.481Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:56:42.481Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:56:42.527Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:56:42.528Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:56:42.528Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:56:42.528Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T04:56:42.528Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:56:42.528Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T04:56:42.994Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T04:56:42.996Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T04:56:42.997Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T04:56:42.997Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T04:56:42.997Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T04:56:42.997Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:56:42.997Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:56:42.997Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325002997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:56:43.999Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:56:43.999Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:56:44.000Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:56:44.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T04:56:44.002Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:56:44.002Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:56:44.140Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8115149819993171090/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T04:56:45.059Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T04:56:45.059Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:56:45.059Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:56:45.059Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T04:56:45.060Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:56:45.060Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:56:45.060Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:56:45.060Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:56:45.060Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:56:45.060Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:56:45.060Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T04:56:45.060Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T04:56:45.060Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:45.060Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:56:45.060Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:56:45.060Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:56:45.061Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:56:45.061Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:45.061Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:56:45.061Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:56:45.061Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T04:56:45.061Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T04:56:45.061Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:45.061Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:56:45.061Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:45.061Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T04:56:45.061Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T04:56:45.061Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T04:56:45.061Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T04:56:45.062Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T04:56:45.062Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T04:56:45.062Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:45.062Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T04:56:45.062Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:45.062Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:56:45.062Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:56:45.062Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:45.062Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:56:45.062Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:56:45.062Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:45.063Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T04:56:45.063Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T04:56:45.063Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:45.063Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T04:56:45.063Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T04:56:45.063Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T04:56:45.063Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T04:56:45.063Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:45.063Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:56:45.063Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:45.063Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:56:45.064Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:45.064Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:56:45.064Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T04:56:45.064Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T04:56:45.064Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T04:56:45.107Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T04:56:45.107Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T04:56:45.107Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T04:56:45.107Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:56:45.108Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:56:45.108Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:56:45.108Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325005107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:56:46.109Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T04:56:46.109Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T04:56:46.109Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T04:56:46.109Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:56:46.110Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:56:46.110Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325006109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:56:47.110Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:56:47.138Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:56:47.143Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T04:56:47.143Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T04:56:47.143Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T04:56:47.143Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T04:56:47.143Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:56:47.143Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:56:47.143Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:56:47.143Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T04:56:47.144Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T04:56:47.157Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T04:57:17.157Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T04:57:17.171Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T04:57:17.172Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T04:57:17.172Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T04:57:17.178Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T04:57:17.205Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T04:57:17.206Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b8c3daf6-d1c4-46d2-82c8-3b37c37599a3], X-ECOMP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-TransactionId=[], X-ONAP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], Content-Type=[application/merge-patch+json]}
2023-04-01T04:57:17.214Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T04:57:17.392Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 04:57:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[171], vertex-id=[200848], x-aai-txid=[0-aai-resources-230401-04:57:16:371-66092], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T04:57:17.393Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T04:57:17.394Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T04:57:17.394Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T04:57:17.394Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:57:17.404Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:57:17.405Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T04:57:17.405Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T04:57:17.405Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:57:17.405Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:57:17.406Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325037405,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:57:18.440Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T04:57:18.441Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T04:57:18.441Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T04:57:18.441Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T04:57:18.442Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T04:57:18.442Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T04:57:18.447Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-d01b1f9e-cbfe-4dd7-8e85-fc99bbb6d12e
2023-04-01T04:57:18.447Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=6, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T04:57:18.448Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T04:57:18.448Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T04:57:20.652Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:57:23.660Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:57:26.668Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:57:29.677Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:57:32.687Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:57:35.696Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T04:57:37.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:57:37.281Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:57:37.282Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T04:57:37.288Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-d01b1f9e-cbfe-4dd7-8e85-fc99bbb6d12e', protocol='range'}
2023-04-01T04:57:37.288Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:57:37.293Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 27: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-d01b1f9e-cbfe-4dd7-8e85-fc99bbb6d12e=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T04:57:37.310Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-d01b1f9e-cbfe-4dd7-8e85-fc99bbb6d12e', protocol='range'}
2023-04-01T04:57:37.311Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T04:57:37.311Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T04:57:37.311Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T04:57:37.311Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T04:57:37.312Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T04:57:37.317Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:57:37.317Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:57:37.317Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:57:37.317Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:57:37.317Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:57:37.318Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=751, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:57:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:57:37.318Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:57:37.318Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:57:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T04:57:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T04:57:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T04:57:37.329Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T04:57:37.330Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T04:57:37.331Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:57:37.331Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:57:37.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:57:37.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:57:38.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.333Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324951061,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.334Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324960453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324962184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324963186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324994434,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:57:38.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680324498490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325002997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325005107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325006109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.336Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325037405,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T04:57:38.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:57:38.337Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:57:38.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:57:38.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:57:38.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:57:39.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:57:39.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:57:39.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:57:39.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:57:40.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:57:40.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:57:40.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:57:40.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:57:41.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:57:41.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:57:41.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:57:41.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:57:42.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:57:42.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:57:42.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:57:42.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:57:43.349Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T04:57:43.350Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:57:43.350Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:57:43.350Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:57:44.352Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T04:57:44.352Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T04:57:44.352Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T04:57:44.352Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T04:57:44.352Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T04:57:44.401Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T04:57:44.401Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:57:44.401Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T04:57:44.402Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T04:57:44.402Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:57:44.402Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T04:57:44.444Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T04:57:44.444Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@53edf37b
2023-04-01T04:57:44.444Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T04:57:44.444Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T04:57:44.444Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T04:57:44.445Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T04:57:44.445Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T04:57:44.445Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T04:57:44.445Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:57:44.445Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:57:44.445Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325064445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:57:45.446Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T04:57:45.468Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:57:45.469Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T04:57:45.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T04:57:45.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T04:57:45.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T04:57:45.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T04:57:45.475Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T04:57:45.492Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T04:57:45.492Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3d86d2e6
2023-04-01T04:57:45.492Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T04:57:45.493Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T04:57:45.493Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T04:57:45.493Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T04:57:45.493Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T04:57:45.493Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T04:57:45.494Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T04:57:45.494Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T04:57:45.494Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325065493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:57:46.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T04:57:46.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:57:46.524Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:57:46.527Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:57:46.527Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:58:16.527Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:58:16.553Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:58:16.557Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:58:16.557Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:58:37.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:58:37.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:58:37.266Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T04:58:37.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:58:46.558Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:58:46.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:58:46.585Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:58:46.585Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:59:16.586Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:59:16.611Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:59:16.616Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:59:16.616Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T04:59:37.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T04:59:37.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:59:37.266Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325064445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325065493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T04:59:37.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T04:59:46.616Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:59:46.640Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T04:59:46.643Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T04:59:46.643Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:00:16.643Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:00:16.667Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:00:16.671Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:00:16.671Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:00:37.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:00:46.671Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:00:46.692Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:00:46.696Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:00:46.696Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:01:16.696Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:01:16.724Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:01:16.729Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:01:16.729Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:01:37.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:01:46.729Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:01:46.756Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:01:46.760Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:01:46.760Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:02:16.761Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:02:16.790Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:02:16.795Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:02:16.795Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:02:37.267Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:02:37.366Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T05:02:37.367Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-d01b1f9e-cbfe-4dd7-8e85-fc99bbb6d12e 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-04-01T05:02:37.367Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T05:02:37.367Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T05:02:37.900Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:02:37.915Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:02:37.915Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T05:02:37.922Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:02:37.923Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 28: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T05:02:37.940Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:02:37.941Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T05:02:37.941Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:02:37.947Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:02:37.947Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:02:37.948Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:02:37.948Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=784, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:02:37.948Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:02:37.948Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:02:46.796Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T05:02:46.796Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:02:46.807Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T05:02:46.808Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T05:02:46.808Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T05:02:46.816Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:02:46.841Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T05:02:46.842Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T05:02:46.849Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T05:02:47.003Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T05:02:47.003Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:02:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[168128], x-aai-txid=[0-aai-resources-230401-05:02:46:004-25074], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:02:47.003Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:02:47.003Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:02:47.004Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:02:47.010Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:02:47.011Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T05:02:47.011Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T05:02:47.011Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:02:47.011Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:02:47.011Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325367011,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:02:47.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:02:47.038Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325367011,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T05:02:47.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:02:48.044Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T05:02:48.044Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:02:48.044Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:02:48.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:02:48.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:02:48.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:02:49.046Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:02:49.046Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:02:49.046Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:02:49.046Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:02:50.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:02:50.048Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:02:50.048Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:02:50.048Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:02:51.049Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:02:51.050Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:02:51.050Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:02:51.050Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:02:52.051Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:02:52.051Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:02:52.051Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:02:52.052Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:02:53.052Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:02:53.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:02:53.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:02:53.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:02:54.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:02:54.054Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:02:54.054Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:02:54.054Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:02:55.055Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:02:55.055Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:02:55.056Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T05:02:55.056Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:02:55.056Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:02:55.111Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:02:55.111Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:02:55.112Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:02:55.112Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:02:55.112Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T05:02:55.112Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:02:55.445Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T05:02:55.449Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T05:02:55.449Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:02:55.449Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:02:55.449Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:02:55.450Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:02:55.450Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:02:55.450Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325375449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:02:56.451Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:02:56.452Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:02:56.452Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:02:56.452Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T05:02:56.453Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:02:56.453Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:02:56.611Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9701628254085300619/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T05:02:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:02:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:02:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:02:58.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T05:02:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:02:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:02:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:02:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:02:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:02:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:02:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:02:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:02:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:02:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:02:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T05:02:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:02:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:02:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:02:58.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:02:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:02:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:02:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:02:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:02:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:02:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:02:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:02:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:02:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:02:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:02:58.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:02:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:02:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:02:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:02:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:02:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:02:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:02:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:02:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:02:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:02:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:02:58.155Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:02:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:02:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:02:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:02:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:02:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:02:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:02:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:02:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:02:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:02:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:02:58.156Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:02:58.157Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:02:58.157Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:02:58.157Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:02:58.157Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:02:58.157Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:02:58.157Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:02:58.157Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:02:58.157Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:02:58.157Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:02:58.157Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T05:02:58.157Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:02:58.157Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:02:58.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:02:58.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:02:58.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:02:58.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:02:58.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:02:58.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:02:58.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T05:02:58.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:02:58.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:02:58.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:02:58.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:02:58.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:02:58.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:02:58.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:02:58.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:02:58.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:02:58.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T05:02:58.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:02:58.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:02:58.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:02:58.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:02:58.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T05:02:58.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:02:58.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:02:58.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:02:58.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:02:58.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:02:58.160Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:02:58.160Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:02:58.160Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:02:58.160Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:02:58.160Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:02:58.160Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:02:58.160Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:02:58.160Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:02:58.160Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T05:02:58.160Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T05:02:58.160Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:02:58.161Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:02:58.161Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:02:58.161Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:02:58.161Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:02:58.161Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:02:58.161Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:02:58.161Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:02:58.161Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:02:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T05:02:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:02:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T05:02:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:02:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:02:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:02:58.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325378210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:02:59.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:02:59.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T05:02:59.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:02:59.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:02:59.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:02:59.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325379211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:03:00.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:03:00.236Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:03:00.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:03:00.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:03:00.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:03:00.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:03:00.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:03:00.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:03:00.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:03:00.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:03:00.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:03:00.255Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:03:30.256Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:03:30.264Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T05:03:30.264Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T05:03:30.265Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T05:03:30.272Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:03:30.322Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T05:03:30.323Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[52e00f3a-655b-4f79-9e3a-8e507831c35f], X-ECOMP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-TransactionId=[], X-ONAP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], Content-Type=[application/merge-patch+json]}
2023-04-01T05:03:30.329Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:03:30.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:03:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[172224], x-aai-txid=[0-aai-resources-230401-05:03:29:485-60552], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:03:30.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:03:30.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T05:03:30.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:03:30.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:03:30.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:03:30.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:03:30.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:03:30.497Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:03:30.497Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:03:30.497Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325410496,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:03:31.528Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T05:03:31.528Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:03:31.528Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:03:31.528Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:03:31.528Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:03:31.529Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:03:32.529Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:03:32.530Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:03:32.530Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:03:32.530Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:03:33.531Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:03:33.531Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:03:33.531Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:03:33.531Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:03:34.532Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:03:34.532Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:03:34.532Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:03:34.533Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:03:35.533Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:03:35.534Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:03:35.534Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:03:35.534Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:03:36.535Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:03:36.535Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:03:36.535Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:03:36.535Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:03:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:03:37.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:03:37.272Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:03:37.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:03:37.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:03:37.273Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:03:37.273Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:03:37.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:03:37.273Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:03:37.273Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:03:37.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:03:37.273Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:03:37.273Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:03:37.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:03:37.274Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T05:03:37.274Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:03:37.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:03:37.274Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:03:37.274Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:03:37.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:03:37.274Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:03:37.274Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:03:37.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:03:37.274Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325375449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:03:37.274Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:03:37.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:03:37.274Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325378210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T05:03:37.274Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:03:37.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:03:37.274Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325379211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325410496,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T05:03:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:03:37.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:03:37.276Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:03:37.276Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:03:37.536Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:03:37.537Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:03:37.537Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:03:37.537Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:03:38.539Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:03:38.539Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:03:38.539Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T05:03:38.540Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:03:38.540Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:03:38.596Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:03:38.597Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:03:38.597Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:03:38.597Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T05:03:38.597Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T05:03:38.597Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T05:03:38.946Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T05:03:38.949Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T05:03:38.949Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T05:03:38.949Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T05:03:38.949Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:03:38.950Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:03:38.950Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:03:38.950Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325418949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:03:39.951Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:03:39.951Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:03:39.952Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:03:39.952Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T05:03:39.953Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:03:39.953Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:03:40.072Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13736608098407201928/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T05:03:41.494Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:03:41.494Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:03:41.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:03:41.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T05:03:41.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:03:41.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T05:03:41.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:03:41.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:03:41.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:03:41.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:03:41.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:03:41.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:03:41.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:03:41.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:03:41.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:03:41.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:03:41.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:03:41.496Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:03:41.496Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:03:41.496Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:03:41.496Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:03:41.496Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:03:41.496Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:03:41.496Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:03:41.496Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:03:41.496Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:03:41.497Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:03:41.497Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:03:41.497Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:03:41.497Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:03:41.497Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:03:41.497Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:03:41.497Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:03:41.497Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:03:41.497Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:03:41.497Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:03:41.497Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:03:41.497Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:03:41.498Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:03:41.498Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:03:41.498Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:03:41.498Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:03:41.498Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:03:41.498Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:03:41.498Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:03:41.498Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:03:41.498Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:03:41.498Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:03:41.498Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:03:41.499Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:03:41.499Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:03:41.499Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:03:41.499Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:03:41.499Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:03:41.499Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:03:41.499Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:03:41.499Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:03:41.499Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:03:41.499Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:03:41.499Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:03:41.499Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:03:41.500Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T05:03:41.500Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:03:41.500Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:03:41.500Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:03:41.500Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:03:41.500Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:03:41.500Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:03:41.500Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:03:41.500Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:03:41.500Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T05:03:41.500Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:03:41.501Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:03:41.501Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:03:41.501Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:03:41.501Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:03:41.501Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:03:41.501Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:03:41.501Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:03:41.501Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:03:41.501Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T05:03:41.501Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:03:41.501Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:03:41.501Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:03:41.502Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:03:41.502Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T05:03:41.502Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:03:41.502Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:03:41.502Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:03:41.502Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:03:41.502Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:03:41.502Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:03:41.502Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:03:41.502Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:03:41.502Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:03:41.502Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:03:41.503Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:03:41.503Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:03:41.503Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:03:41.503Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T05:03:41.503Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T05:03:41.503Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:03:41.503Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:03:41.503Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:03:41.503Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:03:41.503Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:03:41.503Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:03:41.503Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:03:41.503Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:03:41.504Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:03:41.552Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T05:03:41.552Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T05:03:41.552Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T05:03:41.552Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:03:41.553Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:03:41.553Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:03:41.553Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325421552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:03:42.554Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T05:03:42.554Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T05:03:42.554Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:03:42.554Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:03:42.555Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:03:42.555Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325422554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:03:43.555Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:03:43.578Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:03:43.581Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:03:43.582Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:03:43.582Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:03:43.582Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:03:43.582Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:03:43.582Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:03:43.582Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:03:43.582Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:03:43.582Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:03:43.598Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:04:13.599Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:04:13.611Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T05:04:13.612Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T05:04:13.612Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T05:04:13.622Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:04:13.655Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T05:04:13.656Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T05:04:13.664Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:04:13.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T05:04:13.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:04:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[188560], x-aai-txid=[2-aai-resources-230401-05:04:12:819-57844], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:04:13.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:04:13.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:04:13.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:04:13.834Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:04:13.834Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:04:13.834Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:04:13.834Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:04:13.835Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:04:13.835Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325453834,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:04:14.864Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T05:04:14.864Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:04:14.864Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:04:14.865Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:04:14.865Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:04:14.865Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:04:15.866Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:04:15.866Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:04:15.866Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:04:15.866Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:04:16.867Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:04:16.868Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:04:16.868Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T05:04:16.868Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T05:04:16.868Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:04:16.914Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:04:16.915Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:04:16.915Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:04:16.915Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T05:04:16.915Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T05:04:16.915Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T05:04:17.230Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T05:04:17.231Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T05:04:17.231Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T05:04:17.232Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T05:04:17.232Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:04:17.232Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:04:17.232Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:04:17.232Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325457231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:04:18.233Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:04:18.234Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:04:18.234Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:04:18.234Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T05:04:18.235Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:04:18.235Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:04:18.341Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17347059955078894171/Definitions/service-BasicNetwork-template.yml
2023-04-01T05:04:18.663Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:04:18.663Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:04:18.664Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:04:18.664Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T05:04:18.664Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:04:18.664Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:04:18.664Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:04:18.664Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:04:18.664Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:04:18.664Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:04:18.664Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:04:18.664Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:04:18.664Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:04:18.664Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:04:18.664Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:04:18.665Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T05:04:18.665Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:04:18.665Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:04:18.665Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:04:18.665Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:04:18.665Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T05:04:18.665Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:04:18.665Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:04:18.665Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:04:18.665Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:04:18.665Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:04:18.665Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:04:18.665Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:04:18.665Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:04:18.665Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:04:18.666Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:04:18.666Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:04:18.666Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:04:18.666Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:04:18.707Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T05:04:18.707Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T05:04:18.707Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T05:04:18.708Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:04:18.708Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:04:18.708Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:04:18.708Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325458707,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:04:19.710Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T05:04:19.710Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T05:04:19.710Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:04:19.710Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:04:19.710Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:04:19.710Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325459710,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:04:20.712Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:04:20.740Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:04:20.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:04:20.748Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:04:20.748Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:04:20.748Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:04:20.748Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:04:20.748Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:04:20.748Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:04:20.748Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:04:20.749Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:04:20.763Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:04:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:04:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:04:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:04:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:04:50.764Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:04:50.782Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T05:04:50.782Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T05:04:50.783Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T05:04:50.790Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:04:50.814Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T05:04:50.814Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[08b13389-90fc-48c3-a67f-e8e3ed87ea16], X-ECOMP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-TransactionId=[], X-ONAP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], Content-Type=[application/merge-patch+json]}
2023-04-01T05:04:50.821Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:04:50.981Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:04:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[192576], x-aai-txid=[1-aai-resources-230401-05:04:49:975-24715], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:04:50.981Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:04:50.982Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T05:04:50.982Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:04:50.982Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:04:50.990Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:04:50.990Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:04:50.990Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:04:50.990Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:04:50.991Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:04:50.991Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325490990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:04:52.020Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T05:04:52.021Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:04:52.021Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:04:52.021Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:04:52.021Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:04:52.021Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:04:53.022Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:04:53.022Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:04:53.022Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:04:53.023Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:04:54.023Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:04:54.024Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:04:54.024Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:04:54.024Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:04:55.025Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:04:55.026Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:04:55.026Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:04:55.026Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:04:56.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:04:56.028Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:04:56.028Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:04:56.028Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:04:57.029Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:04:57.030Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:04:57.030Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:04:57.030Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:04:58.031Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:04:58.032Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:04:58.032Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:04:58.032Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:04:59.034Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:04:59.034Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:04:59.035Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:04:59.035Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:05:00.036Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:05:00.037Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:05:00.037Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T05:05:00.037Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T05:05:00.037Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:05:00.085Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:05:00.085Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:05:00.086Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:05:00.086Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:05:00.086Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T05:05:00.086Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:05:00.378Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T05:05:00.381Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T05:05:00.381Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T05:05:00.381Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:05:00.382Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:05:00.382Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:05:00.382Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:05:00.382Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325500381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:05:01.383Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:05:01.384Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:05:01.384Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:05:01.384Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:05:01.384Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:05:01.385Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:05:01.473Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4479423480990598927/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T05:05:02.046Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:05:02.047Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:05:02.047Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:05:02.047Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T05:05:02.047Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:05:02.047Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:05:02.047Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:05:02.047Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:05:02.047Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:05:02.047Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:05:02.047Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:05:02.047Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:05:02.048Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:02.048Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:05:02.048Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T05:05:02.048Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:05:02.048Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:05:02.049Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:02.049Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:05:02.049Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T05:05:02.049Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:05:02.049Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:05:02.049Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:02.049Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:05:02.049Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:02.050Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:05:02.050Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:02.050Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:05:02.050Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:02.050Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:05:02.050Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:02.050Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:05:02.050Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:05:02.099Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T05:05:02.099Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T05:05:02.100Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T05:05:02.100Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:05:02.100Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:05:02.100Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:05:02.100Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325502099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:05:03.101Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T05:05:03.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T05:05:03.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:05:03.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:05:03.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:05:03.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325503101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:05:04.103Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:05:04.131Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:05:04.141Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:05:04.141Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:05:04.141Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:05:04.141Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:05:04.141Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:05:04.141Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:05:04.141Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:05:04.142Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:05:04.142Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:05:04.156Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:05:34.156Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:05:34.169Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T05:05:34.169Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T05:05:34.170Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T05:05:34.177Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:05:34.200Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T05:05:34.200Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7cd945d2-85af-40d3-8b8a-a7b29632a228], X-ECOMP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-TransactionId=[], X-ONAP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], Content-Type=[application/merge-patch+json]}
2023-04-01T05:05:34.206Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:05:34.376Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:05:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[166], vertex-id=[221344], x-aai-txid=[0-aai-resources-230401-05:05:33:361-19337], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:05:34.377Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:05:34.377Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T05:05:34.378Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:05:34.378Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:05:34.386Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:05:34.386Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:05:34.387Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:05:34.387Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:05:34.387Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:05:34.387Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325534386,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:05:35.417Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T05:05:35.417Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:05:35.417Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:05:35.417Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:05:35.418Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:05:35.418Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:05:36.418Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:05:36.419Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:05:36.419Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:05:36.419Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:05:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:05:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:05:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325418949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:05:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:05:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:05:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325421552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T05:05:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:05:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:05:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325422554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T05:05:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:05:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:05:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325453834,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:05:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:05:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:05:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:05:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:05:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:05:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:05:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:05:37.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:05:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325457231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:05:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:05:37.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:05:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325458707,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T05:05:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:05:37.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:05:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325459710,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T05:05:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:05:37.420Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:05:37.420Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:05:37.420Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:05:37.420Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:05:38.421Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:05:38.421Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:05:38.421Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:05:38.422Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:05:39.422Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:05:39.423Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:05:39.423Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:05:39.423Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:05:40.424Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:05:40.424Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:05:40.424Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:05:40.425Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:05:41.425Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:05:41.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:05:41.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:05:41.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:05:42.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:05:42.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:05:42.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T05:05:42.428Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:05:42.428Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:05:42.472Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:05:42.473Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:05:42.473Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:05:42.473Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T05:05:42.473Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T05:05:42.473Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T05:05:42.799Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T05:05:42.801Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T05:05:42.801Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T05:05:42.801Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T05:05:42.801Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:05:42.802Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:05:42.802Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:05:42.802Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325542801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:05:43.803Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:05:43.803Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:05:43.804Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:05:43.804Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T05:05:43.805Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:05:43.805Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:05:43.926Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4198959042287836622/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T05:05:44.873Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:05:44.874Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:05:44.874Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:05:44.874Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T05:05:44.874Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:05:44.874Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:05:44.874Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:05:44.874Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:05:44.874Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:05:44.874Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:05:44.874Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:05:44.874Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:05:44.874Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:44.874Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:05:44.874Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:05:44.875Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:05:44.875Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:05:44.875Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:44.875Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:05:44.875Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:05:44.875Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:05:44.875Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:05:44.875Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:44.875Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:05:44.875Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:44.875Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T05:05:44.875Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T05:05:44.876Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T05:05:44.876Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T05:05:44.876Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T05:05:44.876Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:05:44.876Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:44.876Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:05:44.876Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:44.876Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:05:44.876Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:05:44.877Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:44.877Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:05:44.877Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:05:44.877Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:44.877Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:05:44.878Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:05:44.878Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:44.878Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T05:05:44.878Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T05:05:44.878Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T05:05:44.878Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T05:05:44.878Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:44.878Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:05:44.878Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:44.878Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:05:44.878Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:44.878Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:05:44.879Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:05:44.879Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:05:44.879Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:05:44.931Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T05:05:44.931Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T05:05:44.931Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T05:05:44.931Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:05:44.932Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:05:44.936Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:05:44.936Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325544931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:05:45.937Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T05:05:45.937Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T05:05:45.937Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:05:45.938Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:05:45.938Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:05:45.938Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325545937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:05:46.939Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:05:46.963Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:05:46.966Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:05:46.967Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:05:46.967Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:05:46.967Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:05:46.967Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:05:46.967Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:05:46.967Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:05:46.967Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:05:46.967Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:05:46.977Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:06:16.977Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:06:16.990Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T05:06:16.990Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T05:06:16.991Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T05:06:16.998Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:06:17.025Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T05:06:17.025Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a7ca01ea-9c36-4176-bd4e-3bbcc9a4aa72], X-ECOMP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-TransactionId=[], X-ONAP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], Content-Type=[application/merge-patch+json]}
2023-04-01T05:06:17.033Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:06:17.196Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:06:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[200848], x-aai-txid=[2-aai-resources-230401-05:06:16:188-28159], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:06:17.196Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:06:17.197Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T05:06:17.197Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:06:17.197Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:06:17.205Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:06:17.205Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:06:17.206Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:06:17.206Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:06:17.206Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:06:17.206Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325577206,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:06:18.234Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T05:06:18.234Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T05:06:18.236Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T05:06:18.236Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T05:06:18.236Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T05:06:18.236Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T05:06:18.239Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=6, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T05:06:18.241Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-2d8f7d2f-10fb-4f3d-b2b0-447f9991c455
2023-04-01T05:06:18.242Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T05:06:18.242Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T05:06:20.739Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:06:23.750Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:06:26.759Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:06:29.769Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:06:32.779Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:06:35.789Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:06:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:06:37.282Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:06:37.282Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T05:06:37.288Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-2d8f7d2f-10fb-4f3d-b2b0-447f9991c455', protocol='range'}
2023-04-01T05:06:37.288Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:06:37.294Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 29: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-2d8f7d2f-10fb-4f3d-b2b0-447f9991c455=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T05:06:37.310Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:06:37.310Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-2d8f7d2f-10fb-4f3d-b2b0-447f9991c455', protocol='range'}
2023-04-01T05:06:37.311Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T05:06:37.311Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:06:37.311Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T05:06:37.312Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T05:06:37.316Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:06:37.316Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:06:37.317Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:06:37.317Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=812, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:06:37.317Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:06:37.317Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:06:37.317Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:06:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:06:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:06:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:06:37.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:06:37.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:06:37.328Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T05:06:37.329Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:06:37.331Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:06:37.331Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:06:37.331Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:06:37.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:06:38.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:06:38.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:06:38.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:06:38.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:06:38.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.336Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325490990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:06:38.337Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.338Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:06:38.338Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.338Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:06:38.338Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.338Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:06:38.338Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.338Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:06:38.338Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.339Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:06:38.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.339Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:06:38.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.339Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:06:38.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.339Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:06:38.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.339Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325500381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:06:38.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.340Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325502099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T05:06:38.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.340Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325503101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T05:06:38.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.340Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325534386,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:06:38.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.340Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:06:38.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.341Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:06:38.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.341Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:06:38.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.341Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:06:38.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.341Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T05:06:38.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.342Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:06:38.342Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.342Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325038440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:06:38.342Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.342Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325542801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:06:38.342Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.342Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325544931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T05:06:38.343Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.343Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325545937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T05:06:38.343Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.343Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325577206,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:06:38.343Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:38.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:06:38.343Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:06:38.343Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:06:39.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:06:39.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:06:39.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:06:39.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:06:40.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:06:40.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:06:40.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:06:40.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:06:41.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:06:41.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:06:41.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:06:41.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:06:42.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:06:42.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:06:42.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:06:42.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:06:43.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:06:43.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:06:43.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:06:43.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:06:44.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:06:44.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:06:44.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T05:06:44.344Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:06:44.344Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:06:44.391Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:06:44.392Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:06:44.392Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:06:44.392Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T05:06:44.392Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T05:06:44.393Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T05:06:44.487Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T05:06:44.488Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6caf3cf3
2023-04-01T05:06:44.488Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T05:06:44.489Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T05:06:44.489Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T05:06:44.489Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T05:06:44.490Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T05:06:44.490Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T05:06:44.490Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:06:44.490Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:06:44.490Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325604489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:06:45.491Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T05:06:45.516Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:06:45.517Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:06:45.522Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T05:06:45.523Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T05:06:45.523Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T05:06:45.523Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T05:06:45.523Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T05:06:45.540Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T05:06:45.540Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7298fc61
2023-04-01T05:06:45.541Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T05:06:45.541Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T05:06:45.541Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T05:06:45.541Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T05:06:45.542Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T05:06:45.542Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T05:06:45.542Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:06:45.542Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:06:45.542Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325605541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:06:46.543Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:06:46.544Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:06:46.571Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:06:46.575Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:06:46.576Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:07:16.576Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:07:16.606Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:07:16.610Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:07:16.611Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:07:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:07:37.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:07:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:07:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:07:46.611Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:07:46.643Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:07:46.648Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:07:46.648Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:08:16.648Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:08:16.677Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:08:16.681Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:08:16.682Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:08:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:08:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:08:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:08:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:08:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:08:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:08:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:08:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:08:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T05:08:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:08:37.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:08:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:08:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:08:37.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:08:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:08:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:08:37.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:08:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325604489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T05:08:37.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:08:37.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:08:37.270Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325605541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T05:08:37.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:08:46.682Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:08:46.708Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:08:46.713Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:08:46.713Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:09:16.713Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:09:16.736Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:09:16.740Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:09:16.741Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:09:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:09:46.741Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:09:46.766Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:09:46.771Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:09:46.771Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:10:16.771Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:10:16.798Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:10:16.803Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:10:16.803Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:10:37.266Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:10:46.803Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:10:46.832Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:10:46.836Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:10:46.836Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:11:16.837Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:11:16.861Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:11:16.866Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:11:16.866Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:11:37.268Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:11:37.355Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T05:11:37.355Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-2d8f7d2f-10fb-4f3d-b2b0-447f9991c455 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-04-01T05:11:37.355Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T05:11:37.355Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T05:11:37.877Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:11:37.892Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:11:37.892Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T05:11:37.898Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:11:37.899Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 30: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T05:11:37.916Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:11:37.916Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T05:11:37.917Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:11:37.922Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:11:37.922Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:11:37.922Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:11:37.922Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=845, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:11:37.922Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:11:37.922Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:11:46.866Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T05:11:46.867Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:11:46.880Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T05:11:46.881Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T05:11:46.882Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T05:11:46.889Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:11:46.918Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T05:11:46.919Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T05:11:46.928Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T05:11:47.195Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T05:11:47.195Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:11:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[262], vertex-id=[168128], x-aai-txid=[2-aai-resources-230401-05:11:46:083-85440], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:11:47.195Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:11:47.195Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:11:47.196Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:11:47.205Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:11:47.205Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T05:11:47.205Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T05:11:47.206Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:11:47.206Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:11:47.206Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325907205,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:11:47.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:11:47.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325907205,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T05:11:47.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:11:48.239Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T05:11:48.240Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:11:48.240Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:11:48.240Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:11:48.240Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:11:48.240Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:11:49.241Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:11:49.242Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:11:49.242Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:11:49.242Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:11:50.243Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:11:50.243Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:11:50.243Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:11:50.243Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:11:51.245Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:11:51.245Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:11:51.246Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:11:51.246Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:11:52.247Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:11:52.248Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:11:52.248Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:11:52.248Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:11:53.250Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:11:53.251Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:11:53.251Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:11:53.251Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:11:54.253Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:11:54.253Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:11:54.253Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:11:54.254Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:11:55.255Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:11:55.255Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:11:55.255Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T05:11:55.256Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:11:55.256Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:11:55.303Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:11:55.304Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:11:55.304Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:11:55.304Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:11:55.304Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T05:11:55.305Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:11:55.626Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T05:11:55.630Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T05:11:55.631Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:11:55.631Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:11:55.631Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:11:55.632Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:11:55.632Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:11:55.632Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325915631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:11:56.634Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:11:56.635Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:11:56.635Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:11:56.636Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T05:11:56.636Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:11:56.636Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:11:56.773Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9898187750814708630/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T05:11:58.404Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:11:58.404Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:11:58.404Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:11:58.404Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T05:11:58.405Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:11:58.405Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:11:58.405Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:11:58.405Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:11:58.405Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:11:58.405Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:11:58.405Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:11:58.405Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:11:58.405Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:11:58.405Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:11:58.405Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T05:11:58.405Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:11:58.405Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:11:58.405Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:11:58.405Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:11:58.405Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:11:58.405Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:11:58.406Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:11:58.406Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:11:58.406Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:11:58.406Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:11:58.406Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:11:58.406Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:11:58.406Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:11:58.406Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:11:58.406Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:11:58.406Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:11:58.406Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:11:58.406Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:11:58.406Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:11:58.406Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:11:58.406Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:11:58.407Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:11:58.407Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:11:58.407Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:11:58.407Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:11:58.407Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:11:58.407Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:11:58.407Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:11:58.407Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:11:58.407Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:11:58.407Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:11:58.407Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:11:58.407Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:11:58.407Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:11:58.407Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:11:58.407Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:11:58.407Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:11:58.408Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:11:58.408Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:11:58.408Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:11:58.408Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:11:58.408Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:11:58.408Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:11:58.408Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:11:58.408Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:11:58.408Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:11:58.408Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T05:11:58.408Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:11:58.408Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:11:58.408Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:11:58.408Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:11:58.408Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:11:58.408Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:11:58.408Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:11:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:11:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T05:11:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:11:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:11:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:11:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:11:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:11:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:11:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:11:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:11:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:11:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T05:11:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:11:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:11:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:11:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:11:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T05:11:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:11:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:11:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:11:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:11:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:11:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:11:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:11:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:11:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:11:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:11:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:11:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:11:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:11:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T05:11:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T05:11:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:11:58.411Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:11:58.411Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:11:58.411Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:11:58.411Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:11:58.411Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:11:58.411Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:11:58.411Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:11:58.411Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:11:58.461Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T05:11:58.461Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:11:58.461Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T05:11:58.461Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:11:58.462Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:11:58.462Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:11:58.462Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325918461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:11:59.462Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:11:59.463Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T05:11:59.463Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:11:59.463Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:11:59.463Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:11:59.464Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325919462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:12:00.464Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:12:00.489Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:12:00.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:12:00.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:12:00.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:12:00.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:12:00.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:12:00.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:12:00.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:12:00.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:12:00.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:12:00.509Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:12:30.510Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:12:30.520Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T05:12:30.520Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T05:12:30.521Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T05:12:30.528Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:12:30.548Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T05:12:30.549Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T05:12:30.555Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:12:30.711Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T05:12:30.712Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:12:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[172224], x-aai-txid=[0-aai-resources-230401-05:12:29:709-83507], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:12:30.712Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:12:30.712Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:12:30.712Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:12:30.724Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:12:30.725Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:12:30.725Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:12:30.725Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:12:30.725Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:12:30.725Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325950725,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:12:31.759Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T05:12:31.760Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:12:31.760Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:12:31.760Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:12:31.760Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:12:31.760Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:12:32.761Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:12:32.761Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:12:32.761Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:12:32.761Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:12:33.762Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:12:33.762Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:12:33.763Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:12:33.763Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:12:34.764Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:12:34.764Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:12:34.764Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:12:34.764Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:12:35.765Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:12:35.765Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:12:35.765Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:12:35.766Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:12:36.767Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:12:36.768Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:12:36.768Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:12:36.768Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:12:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:12:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:12:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:12:37.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:12:37.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:12:37.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:12:37.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:12:37.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:12:37.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:12:37.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:12:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:12:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:12:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:12:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:12:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T05:12:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:12:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:12:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:12:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:12:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:12:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:12:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:12:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:12:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325915631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:12:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:12:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:12:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325918461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T05:12:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:12:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:12:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325919462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T05:12:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:12:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:12:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325950725,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:12:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:12:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:12:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:12:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:12:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:12:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:12:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:12:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:12:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:12:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:12:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:12:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:12:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:12:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:12:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T05:12:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:12:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:12:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:12:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:12:37.770Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:12:37.770Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:12:37.770Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:12:37.770Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:12:38.773Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:12:38.773Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:12:38.773Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T05:12:38.774Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:12:38.774Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:12:38.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:12:38.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:12:38.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:12:38.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T05:12:38.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T05:12:38.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T05:12:39.220Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T05:12:39.222Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T05:12:39.223Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T05:12:39.223Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T05:12:39.223Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:12:39.223Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:12:39.224Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:12:39.224Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325959223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:12:40.225Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:12:40.226Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:12:40.226Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:12:40.227Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T05:12:40.227Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:12:40.228Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:12:40.394Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7584459155912436911/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-01T05:12:41.834Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:12:41.835Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:12:41.835Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:12:41.835Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T05:12:41.835Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:12:41.835Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T05:12:41.835Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:12:41.835Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:12:41.835Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:12:41.835Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:12:41.835Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:12:41.836Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:12:41.836Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:12:41.836Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:12:41.836Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:12:41.836Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:12:41.836Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:12:41.836Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:12:41.836Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:12:41.836Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:12:41.836Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:12:41.837Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:12:41.837Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:12:41.837Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:12:41.837Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:12:41.837Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:12:41.837Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:12:41.837Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:12:41.837Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:12:41.837Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:12:41.838Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:12:41.838Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:12:41.838Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:12:41.838Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:12:41.838Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:12:41.838Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:12:41.838Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:12:41.838Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:12:41.838Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:12:41.838Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:12:41.838Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:12:41.838Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:12:41.838Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:12:41.838Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:12:41.839Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:12:41.839Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:12:41.839Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:12:41.839Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:12:41.839Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:12:41.839Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:12:41.839Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:12:41.839Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:12:41.839Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:12:41.839Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:12:41.839Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:12:41.839Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:12:41.839Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:12:41.839Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:12:41.839Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:12:41.839Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:12:41.839Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:12:41.839Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T05:12:41.840Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:12:41.840Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:12:41.840Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:12:41.840Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:12:41.840Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:12:41.840Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:12:41.840Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:12:41.840Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:12:41.840Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T05:12:41.840Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:12:41.840Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:12:41.840Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:12:41.840Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:12:41.840Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:12:41.840Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:12:41.840Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:12:41.840Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:12:41.841Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:12:41.841Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T05:12:41.841Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:12:41.841Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:12:41.841Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:12:41.841Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:12:41.841Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T05:12:41.841Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:12:41.841Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:12:41.841Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:12:41.841Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:12:41.842Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:12:41.842Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:12:41.842Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:12:41.842Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:12:41.842Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:12:41.842Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:12:41.842Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:12:41.842Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:12:41.842Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:12:41.842Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T05:12:41.842Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T05:12:41.842Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:12:41.842Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:12:41.842Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:12:41.842Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:12:41.842Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:12:41.843Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:12:41.843Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:12:41.843Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:12:41.843Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:12:41.890Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T05:12:41.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T05:12:41.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T05:12:41.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:12:41.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:12:41.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:12:41.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325961891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:12:42.892Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T05:12:42.892Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T05:12:42.892Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:12:42.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:12:42.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:12:42.893Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325962892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:12:43.894Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:12:43.923Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:12:43.928Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:12:43.928Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:12:43.928Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:12:43.928Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:12:43.928Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:12:43.929Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:12:43.929Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:12:43.929Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:12:43.929Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:12:43.943Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:13:13.943Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:13:13.956Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T05:13:13.956Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T05:13:13.957Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T05:13:13.964Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:13:13.991Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T05:13:13.992Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T05:13:14.000Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:13:14.157Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T05:13:14.158Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:13:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[188560], x-aai-txid=[2-aai-resources-230401-05:13:13:154-38307], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:13:14.158Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:13:14.159Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:13:14.160Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:13:14.173Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:13:14.174Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:13:14.174Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:13:14.175Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:13:14.175Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:13:14.175Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325994174,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:13:15.204Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T05:13:15.205Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:13:15.205Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:13:15.205Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:13:15.205Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:13:15.205Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:13:16.206Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:13:16.206Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:13:16.206Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:13:16.207Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:13:17.208Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:13:17.208Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:13:17.208Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T05:13:17.208Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T05:13:17.209Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:13:17.268Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:13:17.269Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:13:17.269Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:13:17.269Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T05:13:17.269Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T05:13:17.269Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T05:13:17.589Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T05:13:17.591Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T05:13:17.591Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T05:13:17.592Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T05:13:17.592Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:13:17.592Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:13:17.592Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:13:17.592Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325997591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:13:18.594Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:13:18.594Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:13:18.594Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:13:18.595Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T05:13:18.595Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:13:18.595Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:13:18.663Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3412195568261380764/Definitions/service-BasicNetwork-template.yml
2023-04-01T05:13:19.025Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:13:19.026Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:13:19.026Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:13:19.026Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T05:13:19.026Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:13:19.026Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:13:19.026Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:13:19.026Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:13:19.026Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:13:19.026Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:13:19.026Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:13:19.026Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:13:19.026Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:13:19.026Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:13:19.026Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:13:19.027Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:13:19.078Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T05:13:19.078Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T05:13:19.078Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T05:13:19.078Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:13:19.078Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:13:19.078Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:13:19.079Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325999078,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:13:20.079Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T05:13:20.080Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T05:13:20.080Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:13:20.080Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:13:20.080Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:13:20.080Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326000079,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:13:21.081Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:13:21.105Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:13:21.110Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:13:21.110Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:13:21.110Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:13:21.111Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:13:21.111Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:13:21.111Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:13:21.111Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:13:21.111Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:13:21.112Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:13:21.127Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:13:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:13:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:13:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:13:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:13:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:13:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325959223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:13:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:13:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:13:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325961891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T05:13:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:13:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:13:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325962892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T05:13:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:13:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:13:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325994174,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:13:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:13:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:13:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:13:37.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:13:37.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:13:37.276Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:13:37.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:13:37.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:13:37.276Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325997591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:13:37.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:13:37.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:13:37.276Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325999078,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T05:13:37.277Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:13:37.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:13:37.277Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326000079,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T05:13:37.277Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:13:51.127Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:13:51.137Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T05:13:51.137Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T05:13:51.138Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T05:13:51.143Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:13:51.159Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T05:13:51.159Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[92ed5ab1-b357-4457-b959-3c21dc973c6b], X-ECOMP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-TransactionId=[], X-ONAP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], Content-Type=[application/merge-patch+json]}
2023-04-01T05:13:51.168Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:13:51.313Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:13:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[192576], x-aai-txid=[2-aai-resources-230401-05:13:50:321-68516], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:13:51.313Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:13:51.314Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T05:13:51.314Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:13:51.314Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:13:51.324Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:13:51.324Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:13:51.325Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:13:51.325Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:13:51.325Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:13:51.325Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326031325,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:13:52.348Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T05:13:52.349Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:13:52.349Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:13:52.349Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:13:52.349Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:13:52.350Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:13:53.350Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:13:53.351Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:13:53.351Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:13:53.351Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:13:54.352Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:13:54.352Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:13:54.353Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:13:54.353Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:13:55.353Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:13:55.354Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:13:55.354Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:13:55.354Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:13:56.355Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:13:56.355Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:13:56.356Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:13:56.356Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:13:57.357Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:13:57.358Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:13:57.358Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:13:57.358Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:13:58.359Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:13:58.359Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:13:58.359Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:13:58.360Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:13:59.360Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:13:59.361Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:13:59.361Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:13:59.361Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:14:00.362Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:14:00.362Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:14:00.362Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T05:14:00.363Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T05:14:00.363Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:14:00.403Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:14:00.404Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:14:00.404Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:14:00.404Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:14:00.404Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T05:14:00.404Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:14:00.686Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T05:14:00.688Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T05:14:00.688Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T05:14:00.688Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:14:00.688Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:14:00.688Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:14:00.688Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:14:00.688Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326040688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:14:01.689Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:14:01.689Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:14:01.690Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:14:01.690Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:14:01.690Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:14:01.690Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:14:01.763Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13746022203692401986/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T05:14:02.326Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:14:02.326Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:14:02.326Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:14:02.326Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T05:14:02.326Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:14:02.326Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:14:02.326Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:14:02.326Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:14:02.326Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:14:02.326Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:14:02.326Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:14:02.326Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:14:02.326Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:14:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T05:14:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:14:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:14:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:14:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T05:14:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:14:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:14:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:14:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:14:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:14:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:14:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:14:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:14:02.377Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T05:14:02.378Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T05:14:02.378Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T05:14:02.378Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:14:02.378Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:14:02.379Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:14:02.379Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326042378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:14:03.380Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T05:14:03.380Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T05:14:03.380Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:14:03.380Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:14:03.380Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:14:03.380Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326043380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:14:04.381Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:14:04.409Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:14:04.414Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:14:04.415Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:14:04.415Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:14:04.415Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:14:04.415Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:14:04.415Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:14:04.415Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:14:04.415Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:14:04.415Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:14:04.431Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:14:34.431Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:14:34.444Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T05:14:34.444Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T05:14:34.445Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T05:14:34.451Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:14:34.474Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T05:14:34.475Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T05:14:34.482Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:14:34.629Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T05:14:34.629Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:14:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[221344], x-aai-txid=[0-aai-resources-230401-05:14:33:635-55502], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:14:34.630Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:14:34.630Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:14:34.630Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:14:34.641Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:14:34.642Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:14:34.642Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:14:34.642Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:14:34.642Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:14:34.642Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326074642,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:14:35.676Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T05:14:35.676Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:14:35.676Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:14:35.677Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:14:35.677Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:14:35.677Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:14:36.679Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:14:36.679Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:14:36.679Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:14:36.679Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:14:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:14:37.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:14:37.271Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326031325,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:14:37.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:14:37.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:14:37.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:14:37.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:14:37.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:14:37.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:14:37.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:14:37.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:14:37.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:14:37.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:14:37.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:14:37.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:14:37.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:14:37.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:14:37.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:14:37.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:14:37.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:14:37.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:14:37.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:14:37.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:14:37.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:14:37.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:14:37.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:14:37.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:14:37.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:14:37.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:14:37.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326040688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:14:37.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:14:37.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:14:37.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326042378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T05:14:37.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:14:37.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:14:37.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326043380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T05:14:37.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:14:37.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:14:37.277Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326074642,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:14:37.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:14:37.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:14:37.277Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:14:37.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:14:37.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:14:37.277Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:14:37.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:14:37.681Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:14:37.681Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:14:37.681Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:14:37.681Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:14:38.682Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:14:38.682Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:14:38.683Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:14:38.683Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:14:39.685Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:14:39.685Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:14:39.685Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:14:39.685Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:14:40.687Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:14:40.687Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:14:40.687Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:14:40.687Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:14:41.689Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:14:41.689Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:14:41.689Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:14:41.689Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:14:42.691Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:14:42.691Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:14:42.691Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T05:14:42.692Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:14:42.692Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:14:42.737Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:14:42.738Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:14:42.738Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:14:42.738Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T05:14:42.738Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T05:14:42.738Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T05:14:43.288Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T05:14:43.290Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T05:14:43.290Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T05:14:43.291Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T05:14:43.291Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:14:43.291Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:14:43.291Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:14:43.291Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326083290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:14:44.292Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:14:44.292Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T05:14:44.292Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:14:44.293Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T05:14:44.293Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:14:44.293Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:14:44.408Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10512721548307637060/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T05:14:45.264Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:14:45.264Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:14:45.264Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:14:45.264Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T05:14:45.264Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:14:45.264Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:14:45.264Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:14:45.264Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:14:45.264Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:14:45.264Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:14:45.264Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:14:45.264Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T05:14:45.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:45.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:14:45.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:14:45.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:14:45.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:14:45.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:45.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:14:45.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:14:45.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T05:14:45.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:14:45.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:45.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:14:45.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:45.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T05:14:45.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T05:14:45.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T05:14:45.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T05:14:45.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T05:14:45.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:14:45.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:45.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:14:45.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:45.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:14:45.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:14:45.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:45.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:14:45.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:14:45.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:45.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:14:45.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:14:45.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:45.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T05:14:45.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T05:14:45.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T05:14:45.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T05:14:45.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:45.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:14:45.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:45.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:14:45.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:45.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:14:45.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:14:45.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:14:45.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:14:45.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T05:14:45.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T05:14:45.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T05:14:45.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:14:45.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:14:45.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:14:45.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326085318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:14:46.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T05:14:46.320Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T05:14:46.320Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:14:46.320Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:14:46.320Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:14:46.320Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326086319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:14:47.321Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:14:47.348Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:14:47.360Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:14:47.361Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:14:47.361Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:14:47.361Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:14:47.361Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:14:47.361Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:14:47.361Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:14:47.361Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:14:47.362Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:14:47.375Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:15:17.376Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:15:17.389Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T05:15:17.390Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T05:15:17.390Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T05:15:17.398Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:15:17.431Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T05:15:17.431Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b44c84cc-c866-4e30-847f-71f02ce633ba], X-ECOMP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-TransactionId=[], X-ONAP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], Content-Type=[application/merge-patch+json]}
2023-04-01T05:15:17.439Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:15:17.591Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:15:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[200848], x-aai-txid=[2-aai-resources-230401-05:15:16:592-35190], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:15:17.591Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:15:17.592Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T05:15:17.592Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:15:17.592Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:15:17.606Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:15:17.607Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:15:17.607Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:15:17.607Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:15:17.607Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:15:17.608Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326117607,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:15:18.638Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T05:15:18.638Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T05:15:18.639Z||pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T05:15:18.639Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T05:15:18.639Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T05:15:18.639Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T05:15:18.645Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-981c158c-9149-46c2-963a-af9050542f67
2023-04-01T05:15:18.645Z||pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=6, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T05:15:18.645Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T05:15:18.645Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T05:15:20.688Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:15:23.699Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:15:26.709Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:15:29.720Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:15:32.729Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:15:35.743Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:15:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:15:37.282Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:15:37.283Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T05:15:37.290Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:15:37.290Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-981c158c-9149-46c2-963a-af9050542f67', protocol='range'}
2023-04-01T05:15:37.295Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 31: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-981c158c-9149-46c2-963a-af9050542f67=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T05:15:37.314Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:15:37.314Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-981c158c-9149-46c2-963a-af9050542f67', protocol='range'}
2023-04-01T05:15:37.315Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T05:15:37.315Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:15:37.315Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T05:15:37.316Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T05:15:37.321Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:15:37.321Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:15:37.321Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:15:37.321Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:15:37.321Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:15:37.321Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:15:37.321Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:15:37.321Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:15:37.321Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:15:37.321Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=888, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:15:37.322Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:15:37.322Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:15:37.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:15:37.333Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:15:37.334Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:15:37.335Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:15:37.335Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:15:37.335Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:15:38.336Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:15:38.336Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:15:38.336Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:15:38.336Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:15:38.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:15:38.339Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:15:38.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:15:38.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:15:38.340Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:15:38.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:15:38.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:15:38.340Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T05:15:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:15:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:15:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:15:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:15:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:15:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680325578234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:15:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:15:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:15:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326083290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:15:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:15:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:15:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326085318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T05:15:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:15:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:15:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326086319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T05:15:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:15:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:15:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326117607,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:15:38.342Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:15:38.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:15:38.342Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:15:38.342Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:15:39.337Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:15:39.337Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:15:39.337Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:15:39.338Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:15:40.338Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:15:40.339Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:15:40.339Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:15:40.339Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:15:41.340Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:15:41.340Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:15:41.340Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:15:41.340Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:15:42.341Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:15:42.341Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:15:42.341Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:15:42.342Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:15:43.343Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:15:43.343Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:15:43.343Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:15:43.343Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:15:44.344Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:15:44.345Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:15:44.345Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T05:15:44.345Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:15:44.345Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:15:44.396Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:15:44.396Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:15:44.396Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:15:44.397Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T05:15:44.397Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:15:44.397Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T05:15:44.429Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T05:15:44.430Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@28c5595
2023-04-01T05:15:44.430Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T05:15:44.431Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T05:15:44.431Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T05:15:44.431Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T05:15:44.431Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T05:15:44.431Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T05:15:44.431Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:15:44.432Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:15:44.432Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326144431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:15:45.433Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T05:15:45.454Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:15:45.454Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:15:45.460Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T05:15:45.460Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T05:15:45.460Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T05:15:45.460Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:15:45.460Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T05:15:45.476Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T05:15:45.476Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5248356d
2023-04-01T05:15:45.476Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T05:15:45.476Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T05:15:45.476Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T05:15:45.477Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T05:15:45.477Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T05:15:45.477Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T05:15:45.477Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:15:45.477Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:15:45.477Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326145477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:15:46.478Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:15:46.478Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:15:46.508Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:15:46.519Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:15:46.520Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:16:16.521Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:16:16.548Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:16:16.554Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:16:16.554Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:16:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:16:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:16:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:16:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:16:46.555Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:16:46.577Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:16:46.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:16:46.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:17:16.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:17:16.608Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:17:16.612Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:17:16.612Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:17:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326144431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326145477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T05:17:37.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:17:46.612Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:17:46.640Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:17:46.645Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:17:46.645Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:18:16.645Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:18:16.670Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:18:16.674Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:18:16.674Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:18:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:18:46.675Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:18:46.699Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:18:46.704Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:18:46.704Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:19:16.704Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:19:16.733Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:19:16.737Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:19:16.737Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:19:37.267Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:19:46.737Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:19:46.761Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:19:46.765Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:19:46.766Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:20:16.766Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:20:16.790Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:20:16.796Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:20:16.796Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:20:37.268Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:20:37.362Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T05:20:37.363Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-981c158c-9149-46c2-963a-af9050542f67 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-04-01T05:20:37.363Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T05:20:37.363Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T05:20:37.885Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:20:37.900Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:20:37.901Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T05:20:37.907Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:20:37.907Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 32: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T05:20:37.925Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:20:37.926Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T05:20:37.926Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:20:37.932Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:20:37.932Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:20:37.932Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:20:37.933Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=906, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:20:37.933Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:20:37.933Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:20:46.796Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T05:20:46.797Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:20:46.806Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T05:20:46.807Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T05:20:46.807Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T05:20:46.811Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:20:46.828Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T05:20:46.829Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T05:20:46.835Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T05:20:46.998Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T05:20:46.998Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:20:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[168128], x-aai-txid=[2-aai-resources-230401-05:20:45:988-90751], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:20:46.998Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:20:46.999Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:20:46.999Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:20:47.010Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:20:47.011Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T05:20:47.011Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T05:20:47.011Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:20:47.011Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:20:47.011Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326447011,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:20:47.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:20:47.041Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326447011,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T05:20:47.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:20:48.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:20:48.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:20:48.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:20:48.046Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:20:48.046Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:20:48.046Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:20:49.046Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:20:49.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:20:49.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:20:49.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:20:50.048Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:20:50.048Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:20:50.048Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:20:50.048Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:20:51.049Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:20:51.049Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:20:51.050Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:20:51.050Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:20:52.050Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:20:52.051Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:20:52.051Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:20:52.051Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:20:53.051Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:20:53.052Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:20:53.052Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:20:53.052Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:20:54.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:20:54.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:20:54.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:20:54.054Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:20:55.055Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:20:55.056Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:20:55.056Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T05:20:55.056Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:20:55.056Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:20:55.106Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:20:55.106Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:20:55.106Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:20:55.106Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:20:55.106Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:20:55.107Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:20:55.429Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:20:55.433Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T05:20:55.433Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:20:55.433Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:20:55.433Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:20:55.433Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:20:55.434Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:20:55.434Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326455433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:20:56.434Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:20:56.435Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:20:56.436Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:20:56.436Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T05:20:56.437Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:20:56.437Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:20:56.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18031006083833612197/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T05:20:57.957Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:20:57.958Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:20:57.958Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:20:57.958Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T05:20:57.958Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:20:57.958Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:20:57.958Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:20:57.958Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:20:57.958Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:20:57.958Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:20:57.958Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:20:57.958Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:20:57.958Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:20:57.959Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:20:57.959Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T05:20:57.959Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:20:57.959Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:20:57.959Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:20:57.959Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:20:57.959Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:20:57.960Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:20:57.960Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:20:57.960Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:20:57.960Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:20:57.960Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:20:57.960Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:20:57.960Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:20:57.961Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:20:57.961Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:20:57.961Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:20:57.961Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:20:57.961Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:20:57.961Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:20:57.961Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:20:57.961Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:20:57.961Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:20:57.962Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:20:57.962Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:20:57.962Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:20:57.962Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:20:57.962Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:20:57.962Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:20:57.962Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:20:57.962Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:20:57.962Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:20:57.963Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:20:57.963Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:20:57.963Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:20:57.963Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:20:57.963Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:20:57.963Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:20:57.964Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:20:57.964Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:20:57.964Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:20:57.964Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:20:57.964Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:20:57.964Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:20:57.964Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:20:57.964Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:20:57.964Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:20:57.965Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:20:57.965Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T05:20:57.965Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:20:57.965Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:20:57.965Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:20:57.965Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:20:57.965Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:20:57.966Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:20:57.966Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:20:57.966Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:20:57.966Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T05:20:57.966Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:20:57.966Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:20:57.966Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:20:57.966Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:20:57.967Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:20:57.967Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:20:57.967Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:20:57.967Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:20:57.967Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:20:57.967Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T05:20:57.967Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:20:57.967Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:20:57.967Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:20:57.968Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:20:57.968Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T05:20:57.968Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:20:57.968Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:20:57.968Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:20:57.968Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:20:57.968Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:20:57.968Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:20:57.969Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:20:57.969Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:20:57.969Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:20:57.969Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:20:57.969Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:20:57.969Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:20:57.969Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:20:57.970Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T05:20:57.970Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T05:20:57.970Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:20:57.970Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:20:57.970Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:20:57.970Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:20:57.970Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:20:57.970Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:20:57.971Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:20:57.971Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:20:57.971Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:20:58.020Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T05:20:58.020Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:20:58.020Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T05:20:58.020Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:20:58.021Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:20:58.021Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:20:58.021Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326458020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:20:59.022Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:20:59.022Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T05:20:59.022Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:20:59.022Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:20:59.022Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:20:59.022Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326459022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:21:00.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:21:00.051Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:21:00.056Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:21:00.056Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:21:00.056Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:21:00.056Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:21:00.056Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:21:00.056Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:21:00.056Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:21:00.057Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:21:00.057Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:21:00.071Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:21:30.072Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:21:30.082Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T05:21:30.082Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T05:21:30.083Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T05:21:30.090Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:21:30.117Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T05:21:30.118Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ffe1190-31e0-4ecf-89ad-f38e9a9234be], X-ECOMP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-TransactionId=[], X-ONAP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], Content-Type=[application/merge-patch+json]}
2023-04-01T05:21:30.125Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:21:30.273Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:21:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[172224], x-aai-txid=[1-aai-resources-230401-05:21:29:279-98129], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:21:30.273Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:21:30.274Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T05:21:30.274Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:21:30.274Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:21:30.286Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:21:30.287Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:21:30.287Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:21:30.287Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:21:30.287Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:21:30.288Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326490287,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:21:31.322Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:21:31.323Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:21:31.323Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:21:31.323Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:21:31.323Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:21:31.323Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:21:32.324Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:21:32.324Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:21:32.324Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:21:32.324Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:21:33.325Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:21:33.325Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:21:33.326Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:21:33.326Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:21:34.326Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:21:34.327Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:21:34.327Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:21:34.327Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:21:35.328Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:21:35.328Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:21:35.328Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:21:35.329Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:21:36.330Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:21:36.330Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:21:36.330Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:21:36.330Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:21:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:21:37.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:21:37.272Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:21:37.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:21:37.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:21:37.272Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:21:37.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:21:37.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:21:37.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:21:37.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:21:37.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:21:37.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:21:37.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:21:37.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:21:37.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T05:21:37.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:21:37.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:21:37.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:21:37.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:21:37.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:21:37.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:21:37.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:21:37.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:21:37.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326455433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:21:37.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:21:37.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:21:37.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326458020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T05:21:37.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:21:37.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:21:37.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326459022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T05:21:37.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:21:37.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:21:37.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326490287,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:21:37.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:21:37.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:21:37.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:21:37.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:21:37.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:21:37.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:21:37.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:21:37.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:21:37.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:21:37.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:21:37.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:21:37.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:21:37.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:21:37.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:21:37.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T05:21:37.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:21:37.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:21:37.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:21:37.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:21:37.331Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:21:37.331Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:21:37.331Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:21:37.331Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:21:38.333Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:21:38.333Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:21:38.333Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T05:21:38.334Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:21:38.334Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:21:38.381Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:21:38.382Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:21:38.382Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:21:38.382Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T05:21:38.382Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:21:38.383Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T05:21:38.696Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:21:38.700Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T05:21:38.700Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T05:21:38.701Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T05:21:38.701Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:21:38.701Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:21:38.701Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:21:38.701Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326498700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:21:39.703Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:21:39.703Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:21:39.704Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:21:39.704Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T05:21:39.705Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:21:39.705Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:21:39.871Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16233092910681464489/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T05:21:41.316Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:21:41.316Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:21:41.316Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:21:41.316Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T05:21:41.316Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:21:41.316Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T05:21:41.317Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:21:41.317Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:21:41.317Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:21:41.317Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:21:41.317Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:21:41.317Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:21:41.317Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:21:41.317Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:21:41.317Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:21:41.317Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:21:41.317Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:21:41.317Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:21:41.317Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:21:41.317Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:21:41.317Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:21:41.317Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:21:41.317Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:21:41.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:21:41.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:21:41.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:21:41.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:21:41.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:21:41.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:21:41.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:21:41.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:21:41.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:21:41.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:21:41.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:21:41.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:21:41.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:21:41.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:21:41.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:21:41.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:21:41.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:21:41.318Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:21:41.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:21:41.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:21:41.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:21:41.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:21:41.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:21:41.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:21:41.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:21:41.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:21:41.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:21:41.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:21:41.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:21:41.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:21:41.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:21:41.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:21:41.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:21:41.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:21:41.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:21:41.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:21:41.320Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:21:41.320Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:21:41.320Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T05:21:41.320Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:21:41.320Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:21:41.320Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:21:41.320Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:21:41.320Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:21:41.320Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:21:41.320Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:21:41.320Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:21:41.320Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T05:21:41.321Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:21:41.321Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:21:41.321Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:21:41.321Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:21:41.321Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:21:41.321Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:21:41.321Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:21:41.321Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:21:41.321Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:21:41.321Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T05:21:41.322Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:21:41.322Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:21:41.322Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:21:41.322Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:21:41.322Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T05:21:41.322Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:21:41.322Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:21:41.322Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:21:41.322Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:21:41.322Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:21:41.322Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:21:41.322Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:21:41.322Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:21:41.322Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:21:41.322Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:21:41.322Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:21:41.322Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:21:41.323Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:21:41.323Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T05:21:41.323Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T05:21:41.323Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:21:41.323Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:21:41.323Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:21:41.323Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:21:41.323Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:21:41.323Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:21:41.323Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:21:41.323Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:21:41.323Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:21:41.373Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T05:21:41.374Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T05:21:41.374Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T05:21:41.374Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:21:41.374Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:21:41.374Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:21:41.374Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326501374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:21:42.375Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T05:21:42.375Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T05:21:42.375Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:21:42.375Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:21:42.376Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:21:42.376Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326502375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:21:43.377Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:21:43.403Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:21:43.408Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:21:43.408Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:21:43.408Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:21:43.408Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:21:43.409Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:21:43.409Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:21:43.409Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:21:43.409Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:21:43.409Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:21:43.424Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:22:13.425Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:22:13.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T05:22:13.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T05:22:13.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T05:22:13.442Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:22:13.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T05:22:13.462Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T05:22:13.470Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:22:13.627Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T05:22:13.627Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:22:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[188560], x-aai-txid=[0-aai-resources-230401-05:22:12:624-83271], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:22:13.628Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:22:13.628Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:22:13.628Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:22:13.637Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:22:13.637Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:22:13.637Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:22:13.637Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:22:13.637Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:22:13.638Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326533637,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:22:14.674Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:22:14.674Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:22:14.675Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:22:14.675Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:22:14.675Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:22:14.675Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:22:15.676Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:22:15.676Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:22:15.677Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:22:15.677Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:22:16.678Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:22:16.679Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:22:16.679Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T05:22:16.679Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T05:22:16.679Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:22:16.725Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:22:16.726Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:22:16.726Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:22:16.726Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T05:22:16.726Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:22:16.726Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T05:22:17.028Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:22:17.030Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T05:22:17.030Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T05:22:17.030Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T05:22:17.030Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:22:17.030Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:22:17.030Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:22:17.031Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326537030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:22:18.032Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:22:18.033Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:22:18.033Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:22:18.034Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T05:22:18.035Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:22:18.035Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:22:18.112Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11203923449317595957/Definitions/service-BasicNetwork-template.yml
2023-04-01T05:22:18.475Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:22:18.475Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:22:18.475Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:22:18.475Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T05:22:18.475Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:22:18.475Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:22:18.475Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:22:18.475Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:22:18.475Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:22:18.475Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:22:18.475Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:22:18.476Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:22:18.476Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:22:18.476Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:22:18.476Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:22:18.476Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T05:22:18.476Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:22:18.476Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:22:18.476Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:22:18.476Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:22:18.476Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T05:22:18.476Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:22:18.476Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:22:18.476Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:22:18.477Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:22:18.477Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:22:18.477Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:22:18.477Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:22:18.477Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:22:18.477Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:22:18.477Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:22:18.477Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:22:18.477Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:22:18.477Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:22:18.518Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T05:22:18.518Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T05:22:18.518Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T05:22:18.518Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:22:18.518Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:22:18.518Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:22:18.518Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326538518,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:22:19.520Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T05:22:19.520Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T05:22:19.520Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:22:19.520Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:22:19.520Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:22:19.521Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326539519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:22:20.522Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:22:20.554Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:22:20.562Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:22:20.562Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:22:20.562Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:22:20.562Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:22:20.562Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:22:20.562Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:22:20.562Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:22:20.562Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:22:20.562Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:22:20.577Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:22:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:22:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:22:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:22:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:22:50.577Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:22:50.586Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T05:22:50.586Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T05:22:50.587Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T05:22:50.592Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:22:50.618Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T05:22:50.618Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[57f6b860-5a53-480c-9b26-49e752ae94b8], X-ECOMP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-TransactionId=[], X-ONAP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], Content-Type=[application/merge-patch+json]}
2023-04-01T05:22:50.626Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:22:50.781Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:22:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[192576], x-aai-txid=[0-aai-resources-230401-05:22:49:782-17417], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:22:50.782Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:22:50.782Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T05:22:50.783Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:22:50.783Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:22:50.794Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:22:50.794Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:22:50.795Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:22:50.795Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:22:50.795Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:22:50.795Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326570794,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:22:51.827Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:22:51.828Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:22:51.829Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:22:51.829Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:22:51.830Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:22:51.830Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:22:52.830Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:22:52.831Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:22:52.831Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:22:52.831Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:22:53.832Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:22:53.832Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:22:53.832Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:22:53.832Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:22:54.833Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:22:54.833Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:22:54.833Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:22:54.833Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:22:55.834Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:22:55.835Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:22:55.835Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:22:55.835Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:22:56.835Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:22:56.836Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:22:56.836Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:22:56.836Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:22:57.837Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:22:57.837Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:22:57.837Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:22:57.837Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:22:58.838Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:22:58.838Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:22:58.838Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:22:58.838Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:22:59.839Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:22:59.839Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:22:59.840Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T05:22:59.840Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T05:22:59.840Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:22:59.885Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:22:59.886Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:22:59.886Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:22:59.887Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:22:59.887Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:22:59.887Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:23:00.239Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:23:00.242Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T05:23:00.242Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T05:23:00.242Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:23:00.242Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:23:00.243Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:23:00.243Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:23:00.243Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326580242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:23:01.243Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:23:01.244Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:23:01.244Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:23:01.245Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:23:01.245Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:23:01.245Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:23:01.334Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17376769218536757015/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T05:23:01.910Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:23:01.910Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:23:01.910Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:23:01.910Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T05:23:01.910Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:23:01.910Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:23:01.910Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:23:01.910Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:23:01.910Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:23:01.911Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:23:01.911Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:23:01.911Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:23:01.911Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:01.911Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:23:01.911Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T05:23:01.911Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:23:01.911Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:23:01.911Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:01.911Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:23:01.911Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T05:23:01.911Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:23:01.911Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:23:01.911Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:01.911Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:23:01.911Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:01.911Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:23:01.911Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:01.912Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:23:01.912Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:01.912Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:23:01.912Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:01.912Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:23:01.912Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:23:01.964Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T05:23:01.964Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T05:23:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T05:23:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:23:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:23:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:23:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326581964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:23:02.966Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T05:23:02.966Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T05:23:02.966Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:23:02.966Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:23:02.966Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:23:02.967Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326582966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:23:03.967Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:23:03.993Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:23:03.997Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:23:03.997Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:23:03.997Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:23:03.997Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:23:03.997Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:23:03.997Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:23:03.997Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:23:03.997Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:23:03.997Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:23:04.014Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:23:34.015Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:23:34.028Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T05:23:34.028Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T05:23:34.028Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T05:23:34.033Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:23:34.049Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T05:23:34.049Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T05:23:34.057Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:23:34.212Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T05:23:34.212Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:23:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[221344], x-aai-txid=[0-aai-resources-230401-05:23:33:211-17698], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:23:34.212Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:23:34.212Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:23:34.212Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:23:34.220Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:23:34.220Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:23:34.220Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:23:34.221Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:23:34.221Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:23:34.221Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326614220,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:23:35.252Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:23:35.253Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:23:35.253Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:23:35.253Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:23:35.253Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:23:35.253Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:23:36.255Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:23:36.255Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:23:36.255Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:23:36.255Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:23:37.256Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:23:37.256Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:23:37.256Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:23:37.256Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:23:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:23:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:23:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326498700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:23:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:23:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:23:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326501374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T05:23:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:23:37.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:23:37.269Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326502375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T05:23:37.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:23:37.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:23:37.269Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326533637,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:23:37.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:23:37.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:23:37.270Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:23:37.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:23:37.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:23:37.270Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:23:37.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:23:37.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:23:37.271Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326537030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:23:37.271Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:23:37.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:23:37.271Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326538518,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T05:23:37.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:23:37.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:23:37.272Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326539519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T05:23:37.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:23:38.257Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:23:38.258Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:23:38.258Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:23:38.258Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:23:39.258Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:23:39.259Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:23:39.259Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:23:39.259Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:23:40.260Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:23:40.260Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:23:40.260Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:23:40.261Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:23:41.261Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:23:41.262Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:23:41.262Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:23:41.262Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:23:42.263Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:23:42.263Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:23:42.263Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T05:23:42.264Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:23:42.264Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:23:42.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:23:42.320Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:23:42.320Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:23:42.321Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T05:23:42.321Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:23:42.321Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T05:23:42.676Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:23:42.679Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T05:23:42.679Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T05:23:42.679Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T05:23:42.679Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:23:42.679Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:23:42.680Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:23:42.680Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326622679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:23:43.680Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:23:43.681Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:23:43.681Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:23:43.682Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T05:23:43.682Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:23:43.683Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:23:43.890Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1010441163866318889/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T05:23:44.763Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:23:44.763Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:23:44.763Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:23:44.763Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T05:23:44.763Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:23:44.763Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:23:44.763Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:23:44.763Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:23:44.763Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:23:44.763Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T05:23:44.764Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T05:23:44.765Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T05:23:44.765Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:23:44.765Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:44.765Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:23:44.765Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:44.765Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:23:44.765Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:23:44.765Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:44.765Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:23:44.765Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:23:44.765Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:44.765Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:23:44.765Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:23:44.765Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:44.765Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T05:23:44.765Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T05:23:44.765Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T05:23:44.766Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T05:23:44.766Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:44.766Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:23:44.766Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:44.766Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:23:44.766Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:44.766Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:23:44.766Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:23:44.766Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:23:44.766Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:23:44.820Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T05:23:44.821Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T05:23:44.821Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T05:23:44.821Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:23:44.821Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:23:44.822Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:23:44.822Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326624821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:23:45.823Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T05:23:45.823Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T05:23:45.823Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:23:45.824Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:23:45.824Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:23:45.824Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326625823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:23:46.825Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:23:46.853Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:23:46.857Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:23:46.858Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:23:46.858Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:23:46.858Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:23:46.858Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:23:46.858Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:23:46.858Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:23:46.858Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:23:46.858Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:23:46.873Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:24:16.874Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:24:16.883Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T05:24:16.884Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T05:24:16.885Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T05:24:16.892Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:24:16.911Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T05:24:16.911Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d892c5e4-0fec-47ea-a989-cc01b58f8782], X-ECOMP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-TransactionId=[], X-ONAP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], Content-Type=[application/merge-patch+json]}
2023-04-01T05:24:16.918Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:24:17.088Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:24:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[166], vertex-id=[200848], x-aai-txid=[1-aai-resources-230401-05:24:16:071-94033], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:24:17.089Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:24:17.090Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T05:24:17.090Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:24:17.090Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:24:17.103Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:24:17.103Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:24:17.103Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:24:17.104Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:24:17.104Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:24:17.104Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326657103,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:24:18.128Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T05:24:18.129Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T05:24:18.129Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T05:24:18.129Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T05:24:18.130Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T05:24:18.130Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T05:24:18.133Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=6, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T05:24:18.135Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-2b482c5d-e306-4421-99fc-5f259240de2f
2023-04-01T05:24:18.135Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T05:24:18.135Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T05:24:20.705Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:24:23.714Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:24:26.722Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:24:29.731Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:24:32.740Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:24:35.749Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:24:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:24:37.282Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:24:37.282Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T05:24:37.288Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:24:37.289Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-2b482c5d-e306-4421-99fc-5f259240de2f', protocol='range'}
2023-04-01T05:24:37.294Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 33: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-2b482c5d-e306-4421-99fc-5f259240de2f=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T05:24:37.312Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:24:37.312Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-2b482c5d-e306-4421-99fc-5f259240de2f', protocol='range'}
2023-04-01T05:24:37.313Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T05:24:37.313Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T05:24:37.313Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:24:37.313Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T05:24:37.317Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:24:37.318Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:24:37.318Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:24:37.318Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=934, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:24:37.318Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:24:37.318Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:24:37.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:24:37.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:24:37.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:24:37.320Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:24:37.320Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:24:37.320Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:24:37.331Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:24:37.331Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:24:37.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:24:37.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:24:37.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:24:37.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:24:38.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:24:38.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:24:38.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:24:38.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:24:38.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.335Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326570794,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:24:38.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.336Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:24:38.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.336Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:24:38.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.336Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:24:38.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.336Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:24:38.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.337Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:24:38.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.337Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:24:38.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.337Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:24:38.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.337Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:24:38.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326580242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:24:38.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326581964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T05:24:38.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326582966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T05:24:38.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326614220,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:24:38.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.339Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:24:38.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.339Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:24:38.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.339Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:24:38.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.339Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:24:38.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.340Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T05:24:38.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.340Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:24:38.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.340Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326118638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:24:38.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326622679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:24:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326624821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T05:24:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326625823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T05:24:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326657103,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:24:38.342Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:38.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:24:38.342Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:24:38.342Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:24:39.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:24:39.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:24:39.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:24:39.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:24:40.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:24:40.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:24:40.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:24:40.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:24:41.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:24:41.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:24:41.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:24:41.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:24:42.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:24:42.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:24:42.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:24:42.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:24:43.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:24:43.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:24:43.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:24:43.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:24:44.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:24:44.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:24:44.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T05:24:44.343Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:24:44.343Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:24:44.390Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:24:44.391Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:24:44.391Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:24:44.391Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T05:24:44.391Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:24:44.391Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T05:24:44.420Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T05:24:44.421Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@24fa5653
2023-04-01T05:24:44.421Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T05:24:44.421Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T05:24:44.421Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T05:24:44.421Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T05:24:44.421Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T05:24:44.421Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T05:24:44.422Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:24:44.422Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:24:44.422Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326684421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:24:45.423Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T05:24:45.443Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:24:45.443Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:24:45.447Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T05:24:45.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T05:24:45.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T05:24:45.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:24:45.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T05:24:45.467Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T05:24:45.467Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@669d307f
2023-04-01T05:24:45.467Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T05:24:45.468Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T05:24:45.468Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T05:24:45.468Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T05:24:45.468Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T05:24:45.468Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T05:24:45.468Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:24:45.469Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:24:45.469Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326685468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:24:46.469Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:24:46.470Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:24:46.499Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:24:46.503Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:24:46.503Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:25:16.504Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:25:16.530Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:25:16.535Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:25:16.535Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:25:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:25:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:25:37.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:25:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:25:46.536Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:25:46.559Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:25:46.563Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:25:46.563Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:26:16.564Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:26:16.593Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:26:16.598Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:26:16.598Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:26:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:26:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:26:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:26:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:26:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:26:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:26:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:26:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:26:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T05:26:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:26:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:26:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:26:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:26:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:26:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:26:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:26:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:26:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326684421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T05:26:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:26:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:26:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326685468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T05:26:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:26:46.598Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:26:46.620Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:26:46.624Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:26:46.624Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:27:16.624Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:27:16.645Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:27:16.649Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:27:16.649Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:27:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:27:37.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680326774913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.277Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680326807385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.278Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680326809230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.278Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.278Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680326819430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.279Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.279Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "aai-model-loader",
  "timestamp": 1680326819473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.279Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.279Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680326774913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.279Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.279Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680326807385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.280Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.280Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680326809230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.280Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.281Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680326819430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.281Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.281Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "aai-model-loader",
  "timestamp": 1680326819473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.281Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.281Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680326774913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.282Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.282Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680326807385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.282Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.282Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680326809230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.282Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.282Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680326819430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.283Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.283Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "aai-model-loader",
  "timestamp": 1680326819473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.283Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.283Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680326774913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.283Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.284Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680326807385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.284Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.284Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680326819430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.284Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.285Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680326809230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.285Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.285Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "aai-model-loader",
  "timestamp": 1680326819473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.285Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.285Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680326774913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.285Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.286Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680326807385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.286Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.286Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680326809230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.286Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.286Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680326819430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.286Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.287Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "aai-model-loader",
  "timestamp": 1680326819473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.287Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.287Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680326774913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.287Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.287Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680326807385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.288Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.288Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680326819430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:27:37.288Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.288Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680326809230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.288Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.289Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "aai-model-loader",
  "timestamp": 1680326819473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.289Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680326825704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.289Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680326774913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.290Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680326807385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.291Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680326819430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.291Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680326809230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.291Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "aai-model-loader",
  "timestamp": 1680326819473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.292Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680326825704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.292Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680326774913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:27:37.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.292Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680326807385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:27:37.293Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.293Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680326819430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.293Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.293Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680326809230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:27:37.293Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.294Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "aai-model-loader",
  "timestamp": 1680326819473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:27:37.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.294Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680326825704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.294Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "aai-model-loader",
  "timestamp": 1680326829691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:27:37.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.295Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680326829217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:27:37.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.295Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680326829612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:27:37.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.295Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680326825704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.296Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.296Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680326830615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T05:27:37.296Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.296Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680326825704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.296Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.297Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680326831617,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:27:37.350Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efccc4c5-7bb8-41cf-a6f1-9349eb35981a
2023-04-01T05:27:37.350Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId efccc4c5-7bb8-41cf-a6f1-9349eb35981a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:27:37.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.375Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680326825704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.375Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680326825704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:27:37.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.375Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "aai-model-loader",
  "timestamp": 1680326833211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T05:27:37.376Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.376Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680326825704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:27:37.376Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.376Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "aai-model-loader",
  "timestamp": 1680326834214,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:27:37.393Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of efccc4c5-7bb8-41cf-a6f1-9349eb35981a
2023-04-01T05:27:37.393Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId efccc4c5-7bb8-41cf-a6f1-9349eb35981a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:27:37.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.419Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680326834539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:27:37.419Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.420Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680326836355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T05:27:37.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:27:37.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:27:37.420Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680326837366,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:27:37.435Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of efccc4c5-7bb8-41cf-a6f1-9349eb35981a
2023-04-01T05:27:37.435Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId efccc4c5-7bb8-41cf-a6f1-9349eb35981a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:27:46.650Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:27:46.672Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:27:46.676Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:27:46.677Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:28:16.677Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:28:16.699Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:28:16.704Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:28:16.704Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:28:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:28:46.704Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:28:46.727Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:28:46.730Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:28:46.730Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:29:16.731Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:29:16.760Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:29:16.765Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:29:16.766Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:29:37.266Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:29:37.360Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T05:29:37.360Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-2b482c5d-e306-4421-99fc-5f259240de2f 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-04-01T05:29:37.360Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T05:29:37.360Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T05:29:38.045Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:29:38.062Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:29:38.062Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T05:29:38.068Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:29:38.068Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 34: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T05:29:38.086Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:29:38.087Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T05:29:38.087Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:29:38.093Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:29:38.093Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:29:38.093Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:29:38.093Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1025, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:29:38.094Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:29:38.094Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:29:46.766Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T05:29:46.766Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:29:46.777Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T05:29:46.777Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T05:29:46.778Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T05:29:46.785Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:29:46.806Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T05:29:46.806Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3e5a6c45-aabc-417f-945d-c2a1d1d0221a], X-ECOMP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-TransactionId=[], X-ONAP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], Content-Type=[application/merge-patch+json]}
2023-04-01T05:29:46.814Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T05:29:47.056Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:29:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[237], vertex-id=[168128], x-aai-txid=[0-aai-resources-230401-05:29:45:967-38634], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:29:47.057Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:29:47.058Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T05:29:47.058Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:29:47.058Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:29:47.065Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:29:47.065Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T05:29:47.065Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T05:29:47.066Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:29:47.066Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:29:47.067Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326987065,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:29:47.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:29:47.091Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326987065,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T05:29:47.091Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:29:48.099Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:29:48.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:29:48.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:29:48.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:29:48.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:29:48.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:29:49.102Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:29:49.102Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:29:49.102Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:29:49.102Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:29:50.104Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:29:50.105Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:29:50.105Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:29:50.105Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:29:51.107Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:29:51.107Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:29:51.107Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:29:51.107Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:29:52.109Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:29:52.109Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:29:52.109Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:29:52.109Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:29:53.110Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:29:53.110Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:29:53.110Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:29:53.110Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:29:54.111Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:29:54.111Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:29:54.111Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:29:54.111Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:29:55.112Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:29:55.112Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:29:55.113Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T05:29:55.113Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:29:55.113Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:29:55.162Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:29:55.163Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:29:55.163Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:29:55.163Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:29:55.163Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:29:55.163Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:29:55.489Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:29:55.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T05:29:55.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:29:55.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:29:55.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:29:55.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:29:55.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:29:55.493Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326995493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:29:56.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:29:56.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:29:56.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:29:56.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T05:29:56.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:29:56.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:29:56.630Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7413999049054563833/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-04-01T05:29:58.163Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:29:58.164Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:29:58.164Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:29:58.164Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T05:29:58.164Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:29:58.164Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:29:58.164Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:29:58.164Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:29:58.164Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:29:58.164Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:29:58.164Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:29:58.164Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:29:58.164Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:29:58.164Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:29:58.164Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T05:29:58.165Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:29:58.165Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:29:58.165Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:29:58.165Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:29:58.165Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:29:58.165Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:29:58.165Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:29:58.165Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:29:58.165Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:29:58.165Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:29:58.165Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:29:58.166Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:29:58.166Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:29:58.166Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:29:58.166Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:29:58.166Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:29:58.166Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:29:58.166Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:29:58.166Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:29:58.166Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:29:58.166Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:29:58.166Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:29:58.166Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:29:58.166Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:29:58.166Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:29:58.166Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:29:58.166Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:29:58.167Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:29:58.167Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:29:58.167Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:29:58.167Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:29:58.167Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:29:58.167Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:29:58.167Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:29:58.167Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:29:58.167Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:29:58.167Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:29:58.167Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:29:58.167Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:29:58.167Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:29:58.167Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:29:58.167Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:29:58.168Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:29:58.168Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:29:58.168Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:29:58.168Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:29:58.168Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T05:29:58.168Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:29:58.168Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:29:58.168Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:29:58.168Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:29:58.168Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:29:58.168Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:29:58.168Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:29:58.168Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:29:58.168Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T05:29:58.168Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:29:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:29:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:29:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:29:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:29:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:29:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:29:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:29:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:29:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T05:29:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:29:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:29:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:29:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:29:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T05:29:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:29:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:29:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:29:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:29:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:29:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:29:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:29:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:29:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:29:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:29:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:29:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:29:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:29:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T05:29:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T05:29:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:29:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:29:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:29:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:29:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:29:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:29:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:29:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:29:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:29:58.219Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T05:29:58.219Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:29:58.219Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T05:29:58.220Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:29:58.220Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:29:58.220Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:29:58.220Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326998219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:29:59.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:29:59.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T05:29:59.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:29:59.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:29:59.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:29:59.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326999221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:30:00.223Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:30:00.242Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:30:00.247Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:30:00.247Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:30:00.247Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:30:00.247Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:30:00.247Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:30:00.247Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:30:00.247Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:30:00.247Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:30:00.247Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:30:00.261Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:30:30.262Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:30:30.274Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T05:30:30.275Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T05:30:30.275Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T05:30:30.283Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:30:30.306Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T05:30:30.306Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c186e12-1de4-4246-89a2-a7edfb430907], X-ECOMP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-TransactionId=[], X-ONAP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], Content-Type=[application/merge-patch+json]}
2023-04-01T05:30:30.317Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:30:30.467Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:30:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[172224], x-aai-txid=[2-aai-resources-230401-05:30:29:470-93403], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:30:30.468Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:30:30.469Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T05:30:30.470Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:30:30.470Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:30:30.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:30:30.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:30:30.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:30:30.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:30:30.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:30:30.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327030482,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:30:31.514Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:30:31.514Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:30:31.515Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:30:31.515Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:30:31.515Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:30:31.515Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:30:32.516Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:30:32.516Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:30:32.516Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:30:32.516Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:30:33.517Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:30:33.517Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:30:33.517Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:30:33.517Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:30:34.518Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:30:34.518Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:30:34.518Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:30:34.518Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:30:35.519Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:30:35.519Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:30:35.519Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:30:35.519Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:30:36.520Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:30:36.520Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:30:36.520Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:30:36.521Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:30:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:30:37.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:30:37.272Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:30:37.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:30:37.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:30:37.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:30:37.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:30:37.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:30:37.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:30:37.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:30:37.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:30:37.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:30:37.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:30:37.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:30:37.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T05:30:37.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:30:37.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:30:37.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:30:37.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:30:37.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:30:37.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:30:37.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:30:37.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:30:37.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326995493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:30:37.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:30:37.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:30:37.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326998219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T05:30:37.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:30:37.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:30:37.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326999221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T05:30:37.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:30:37.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:30:37.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327030482,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:30:37.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:30:37.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:30:37.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:30:37.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:30:37.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:30:37.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:30:37.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:30:37.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:30:37.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:30:37.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:30:37.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:30:37.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:30:37.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:30:37.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:30:37.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T05:30:37.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:30:37.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:30:37.277Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:30:37.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:30:37.521Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:30:37.522Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:30:37.522Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:30:37.522Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:30:38.522Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:30:38.523Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:30:38.523Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T05:30:38.523Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:30:38.523Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:30:38.571Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:30:38.572Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:30:38.572Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:30:38.572Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T05:30:38.572Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:30:38.572Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T05:30:38.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:30:38.895Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T05:30:38.895Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T05:30:38.896Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T05:30:38.896Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:30:38.896Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:30:38.896Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:30:38.896Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327038895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:30:39.897Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:30:39.898Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:30:39.898Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:30:39.898Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T05:30:39.899Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:30:39.899Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:30:40.088Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5993369170099324768/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-01T05:30:41.597Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:30:41.597Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:30:41.598Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:30:41.598Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T05:30:41.598Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:30:41.598Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T05:30:41.598Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:30:41.598Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:30:41.598Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:30:41.598Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:30:41.598Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:30:41.598Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:30:41.598Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:30:41.598Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:30:41.598Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:30:41.598Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:30:41.599Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:30:41.599Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:30:41.599Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:30:41.599Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:30:41.599Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:30:41.599Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:30:41.599Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:30:41.599Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:30:41.599Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:30:41.599Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:30:41.600Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:30:41.600Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:30:41.600Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:30:41.600Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:30:41.600Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:30:41.600Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:30:41.600Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:30:41.600Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:30:41.600Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:30:41.600Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:30:41.600Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:30:41.600Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:30:41.601Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:30:41.601Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:30:41.601Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:30:41.601Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:30:41.601Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:30:41.601Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:30:41.601Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:30:41.601Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:30:41.601Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:30:41.601Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:30:41.601Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:30:41.602Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:30:41.602Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:30:41.602Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:30:41.602Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:30:41.602Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:30:41.602Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:30:41.602Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:30:41.602Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:30:41.602Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:30:41.602Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:30:41.602Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:30:41.602Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:30:41.602Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T05:30:41.603Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:30:41.603Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:30:41.603Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:30:41.603Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:30:41.603Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:30:41.603Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:30:41.603Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:30:41.603Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:30:41.603Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T05:30:41.603Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:30:41.603Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:30:41.604Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:30:41.604Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:30:41.604Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:30:41.604Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:30:41.604Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:30:41.604Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:30:41.604Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:30:41.604Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T05:30:41.604Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:30:41.604Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:30:41.605Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:30:41.605Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:30:41.605Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T05:30:41.605Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:30:41.605Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:30:41.605Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:30:41.605Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:30:41.605Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:30:41.605Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:30:41.606Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:30:41.606Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:30:41.606Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:30:41.606Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:30:41.606Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:30:41.606Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:30:41.606Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:30:41.606Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T05:30:41.606Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T05:30:41.606Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:30:41.606Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:30:41.606Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:30:41.606Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:30:41.607Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:30:41.607Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:30:41.607Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:30:41.607Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:30:41.607Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:30:41.659Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T05:30:41.660Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T05:30:41.660Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T05:30:41.660Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:30:41.661Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:30:41.661Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:30:41.661Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327041659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:30:42.662Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T05:30:42.663Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T05:30:42.663Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:30:42.663Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:30:42.663Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:30:42.664Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327042662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:30:43.664Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:30:43.690Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:30:43.695Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:30:43.695Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:30:43.695Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:30:43.695Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:30:43.695Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:30:43.695Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:30:43.695Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:30:43.695Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:30:43.695Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:30:43.711Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:31:13.711Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:31:13.725Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T05:31:13.725Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T05:31:13.726Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T05:31:13.736Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:31:13.761Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T05:31:13.761Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7a637704-d489-4219-9846-0311a206ff1f], X-ECOMP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-TransactionId=[], X-ONAP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], Content-Type=[application/merge-patch+json]}
2023-04-01T05:31:13.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:31:13.929Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:31:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[188560], x-aai-txid=[0-aai-resources-230401-05:31:12:920-97792], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:31:13.930Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:31:13.931Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T05:31:13.931Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:31:13.931Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:31:17.397Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:31:17.397Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:31:17.397Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:31:17.398Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:31:17.398Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:31:17.398Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327077397,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:31:18.425Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:31:18.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:31:18.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:31:18.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:31:18.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:31:18.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:31:19.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:31:19.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:31:19.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:31:19.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:31:20.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:31:20.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:31:20.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T05:31:20.430Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T05:31:20.430Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:31:20.473Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:31:20.473Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:31:20.473Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:31:20.474Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T05:31:20.474Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:31:20.474Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T05:31:20.743Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:31:20.745Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T05:31:20.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T05:31:20.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T05:31:20.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:31:20.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:31:20.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:31:20.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327080746,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:31:21.746Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:31:21.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:31:21.747Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:31:21.748Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T05:31:21.748Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:31:21.748Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:31:21.836Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1834578984673775321/Definitions/service-BasicNetwork-template.yml
2023-04-01T05:31:22.160Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:31:22.161Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:31:22.161Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:31:22.161Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T05:31:22.161Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:31:22.161Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:31:22.161Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:31:22.161Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:31:22.161Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:31:22.161Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:31:22.161Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:31:22.161Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:31:22.161Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:31:22.161Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:31:22.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:31:22.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T05:31:22.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:31:22.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:31:22.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:31:22.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:31:22.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T05:31:22.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:31:22.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:31:22.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:31:22.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:31:22.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:31:22.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:31:22.163Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:31:22.163Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:31:22.163Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:31:22.163Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:31:22.163Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:31:22.163Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:31:22.163Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:31:22.206Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T05:31:22.207Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T05:31:22.207Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T05:31:22.207Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:31:22.207Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:31:22.207Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:31:22.207Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327082207,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:31:23.208Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T05:31:23.209Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T05:31:23.209Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:31:23.209Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:31:23.209Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:31:23.209Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327083208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:31:24.210Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:31:24.239Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:31:24.244Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:31:24.245Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:31:24.245Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:31:24.245Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:31:24.245Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:31:24.245Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:31:24.246Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:31:24.246Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:31:24.246Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:31:24.264Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:31:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:31:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:31:37.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:31:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:31:54.265Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:31:54.278Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T05:31:54.278Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T05:31:54.279Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T05:31:54.286Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:31:54.302Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T05:31:54.302Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ceaddac6-5fc0-40fc-abbf-cca7209aff94], X-ECOMP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-TransactionId=[], X-ONAP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], Content-Type=[application/merge-patch+json]}
2023-04-01T05:31:54.310Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:31:54.472Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:31:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[192576], x-aai-txid=[0-aai-resources-230401-05:31:53:462-16293], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:31:54.473Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:31:54.474Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T05:31:54.474Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:31:54.474Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:31:54.487Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:31:54.488Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:31:54.488Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:31:54.488Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:31:54.488Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:31:54.488Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327114488,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:31:55.517Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:31:55.517Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:31:55.517Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:31:55.517Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:31:55.518Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:31:55.518Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:31:56.518Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:31:56.518Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:31:56.518Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:31:56.518Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:31:57.519Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:31:57.519Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:31:57.520Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:31:57.520Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:31:58.520Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:31:58.521Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:31:58.521Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:31:58.521Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:31:59.522Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:31:59.523Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:31:59.523Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:31:59.523Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:32:00.524Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:32:00.524Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:32:00.524Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:32:00.524Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:32:01.525Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:32:01.525Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:32:01.525Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:32:01.525Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:32:02.526Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:32:02.526Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:32:02.527Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:32:02.527Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:32:03.527Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:32:03.528Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:32:03.528Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T05:32:03.529Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T05:32:03.529Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:32:03.580Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:32:03.580Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:32:03.580Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:32:03.581Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:32:03.581Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:32:03.581Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:32:03.864Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:32:03.867Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T05:32:03.867Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T05:32:03.867Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:32:03.867Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:32:03.868Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:32:03.868Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:32:03.868Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327123867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:32:04.869Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:32:04.869Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:32:04.870Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:32:04.870Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:32:04.871Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:32:04.871Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:32:04.975Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5614149946389128975/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T05:32:05.534Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:32:05.535Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:32:05.535Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:32:05.535Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T05:32:05.535Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:32:05.535Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:32:05.535Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:32:05.535Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:32:05.535Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:32:05.535Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:32:05.535Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:32:05.535Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:32:05.535Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:05.535Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:32:05.535Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T05:32:05.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:32:05.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:32:05.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:05.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:32:05.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T05:32:05.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:32:05.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:32:05.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:05.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:32:05.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:05.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:32:05.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:05.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:32:05.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:05.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:32:05.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:05.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:32:05.537Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:32:05.587Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T05:32:05.587Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T05:32:05.587Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T05:32:05.587Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:32:05.587Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:32:05.587Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:32:05.587Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327125587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:32:06.588Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T05:32:06.588Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T05:32:06.588Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:32:06.588Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:32:06.588Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:32:06.589Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327126588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:32:07.589Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:32:07.612Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:32:07.616Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:32:07.616Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:32:07.616Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:32:07.616Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:32:07.616Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:32:07.616Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:32:07.616Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:32:07.616Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:32:07.616Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:32:07.629Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:32:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:32:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:32:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327038895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:32:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:32:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:32:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327041659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T05:32:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:32:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:32:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327042662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T05:32:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:32:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327077397,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:32:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:32:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:32:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327080746,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:32:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:32:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327082207,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T05:32:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:32:37.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T05:32:37.269Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327083208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T05:32:37.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:32:37.629Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:32:37.637Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T05:32:37.637Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T05:32:37.638Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T05:32:37.645Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:32:37.678Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T05:32:37.680Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T05:32:37.687Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:32:37.839Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T05:32:37.840Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:32:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[221344], x-aai-txid=[2-aai-resources-230401-05:32:36:840-2615], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:32:37.840Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:32:37.841Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:32:37.841Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:32:37.852Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:32:37.852Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:32:37.853Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:32:37.853Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:32:37.853Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:32:37.853Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327157852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:32:38.887Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:32:38.887Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:32:38.890Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:32:38.890Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:32:38.890Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:32:38.891Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:32:39.891Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:32:39.892Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:32:39.892Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:32:39.892Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:32:40.892Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:32:40.893Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:32:40.893Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:32:40.893Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:32:41.893Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:32:41.894Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:32:41.894Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:32:41.894Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:32:42.895Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:32:42.895Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:32:42.895Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:32:42.895Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:32:43.896Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:32:43.896Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:32:43.897Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:32:43.897Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:32:44.897Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:32:44.898Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:32:44.898Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:32:44.898Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:32:45.899Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:32:45.899Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:32:45.899Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T05:32:45.899Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:32:45.899Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:32:45.948Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:32:45.949Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:32:45.949Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:32:45.949Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T05:32:45.949Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:32:45.949Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T05:32:46.162Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:32:46.164Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T05:32:46.165Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T05:32:46.165Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T05:32:46.165Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:32:46.165Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:32:46.165Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:32:46.165Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327166164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:32:47.166Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:32:47.166Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:32:47.167Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:32:47.167Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T05:32:47.167Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:32:47.167Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:32:47.252Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10145052957298752658/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T05:32:48.125Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T05:32:48.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:32:48.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:32:48.176Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T05:32:48.177Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T05:32:48.177Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T05:32:48.177Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:32:48.177Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:32:48.177Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:32:48.177Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327168177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:32:49.178Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T05:32:49.179Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T05:32:49.179Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:32:49.179Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:32:49.179Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:32:49.179Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327169178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:32:50.180Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:32:50.209Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:32:50.214Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:32:50.214Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:32:50.214Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:32:50.214Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:32:50.215Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:32:50.215Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:32:50.215Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:32:50.215Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:32:50.215Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:32:50.229Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:33:20.230Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:33:20.243Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T05:33:20.243Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T05:33:20.244Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T05:33:20.253Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:33:20.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T05:33:20.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c7b0a12-a75e-4c8e-a9cf-9733875433e8], X-ECOMP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-TransactionId=[], X-ONAP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], Content-Type=[application/merge-patch+json]}
2023-04-01T05:33:20.285Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:33:20.436Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:33:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[200848], x-aai-txid=[2-aai-resources-230401-05:33:19:438-49977], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:33:20.436Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:33:20.437Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T05:33:20.437Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:33:20.437Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:33:20.448Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:33:20.448Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:33:20.449Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:33:20.449Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:33:20.449Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:33:20.449Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327200449,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:33:21.484Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T05:33:21.485Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T05:33:21.485Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T05:33:21.486Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T05:33:21.486Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T05:33:21.486Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T05:33:21.492Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-9899a39e-9f2a-4f62-b0aa-e47d0d9051dc
2023-04-01T05:33:21.492Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=6, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T05:33:21.492Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T05:33:21.493Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T05:33:23.831Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:33:26.841Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:33:29.850Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:33:32.859Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:33:35.869Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:33:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:33:37.282Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:33:37.283Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T05:33:37.289Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-9899a39e-9f2a-4f62-b0aa-e47d0d9051dc', protocol='range'}
2023-04-01T05:33:37.290Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:33:37.295Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 35: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-9899a39e-9f2a-4f62-b0aa-e47d0d9051dc=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T05:33:37.312Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-9899a39e-9f2a-4f62-b0aa-e47d0d9051dc', protocol='range'}
2023-04-01T05:33:37.312Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:33:37.312Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T05:33:37.313Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T05:33:37.313Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T05:33:37.313Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:33:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:33:37.318Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:33:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:33:37.319Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:33:37.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:33:37.319Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:33:37.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:33:37.319Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1053, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:33:37.319Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:33:37.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:33:37.319Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:33:37.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:33:37.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:33:37.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:33:37.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:33:37.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:33:37.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:33:37.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:33:38.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:33:38.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:33:38.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:33:38.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:33:38.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.337Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327114488,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:33:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:33:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:33:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:33:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:33:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:33:38.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:33:38.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:33:38.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:33:38.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327123867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:33:38.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.340Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327125587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T05:33:38.340Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.340Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327126588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T05:33:38.340Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.340Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327157852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:33:38.340Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.340Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:33:38.340Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.341Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:33:38.341Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.341Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:33:38.341Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.341Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:33:38.341Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.341Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T05:33:38.341Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.341Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:33:38.342Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.342Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680326658128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:33:38.342Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.342Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327166164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:33:38.342Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.342Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327168177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T05:33:38.342Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.342Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327169178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T05:33:38.342Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.342Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327200449,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:33:38.342Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:38.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:33:38.343Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:33:38.343Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:33:39.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:33:39.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:33:39.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:33:39.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:33:40.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:33:40.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:33:40.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:33:40.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:33:41.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:33:41.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:33:41.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:33:41.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:33:42.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:33:42.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:33:42.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:33:42.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:33:43.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:33:43.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:33:43.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:33:43.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:33:44.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:33:44.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:33:44.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T05:33:44.343Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:33:44.343Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:33:44.388Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:33:44.389Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:33:44.389Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:33:44.389Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T05:33:44.389Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:33:44.389Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T05:33:44.419Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T05:33:44.420Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1dec08
2023-04-01T05:33:44.420Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T05:33:44.420Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T05:33:44.420Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T05:33:44.420Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T05:33:44.420Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T05:33:44.420Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T05:33:44.421Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:33:44.421Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:33:44.421Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327224420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:33:45.422Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T05:33:45.443Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:33:45.443Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:33:45.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T05:33:45.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T05:33:45.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T05:33:45.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:33:45.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T05:33:45.463Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T05:33:45.463Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@254cf245
2023-04-01T05:33:45.463Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T05:33:45.463Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T05:33:45.463Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T05:33:45.464Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T05:33:45.464Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T05:33:45.464Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T05:33:45.464Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:33:45.464Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:33:45.464Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327225464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:33:46.465Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:33:46.466Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:33:46.491Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:33:46.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:33:46.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:34:16.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:34:16.527Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:34:16.531Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:34:16.531Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:34:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:34:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:34:37.266Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:34:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:34:46.532Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:34:46.564Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:34:46.568Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:34:46.568Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:35:16.568Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:35:16.589Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:35:16.594Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:35:16.594Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:35:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:35:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:35:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:35:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:35:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:35:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:35:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:35:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:35:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T05:35:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:35:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:35:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:35:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:35:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:35:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:35:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:35:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:35:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327224420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T05:35:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:35:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:35:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327225464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T05:35:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:35:46.594Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:35:46.621Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:35:46.630Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:35:46.630Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:36:16.630Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:36:16.654Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:36:16.658Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:36:16.658Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:36:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:36:46.659Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:36:46.682Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:36:46.686Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:36:46.686Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:37:16.686Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:37:16.711Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:37:16.715Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:37:16.715Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:37:37.266Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:37:46.716Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:37:46.738Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:37:46.742Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:37:46.742Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:38:16.742Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:38:16.760Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:38:16.767Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:38:16.767Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:38:37.267Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:38:37.377Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T05:38:37.377Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-9899a39e-9f2a-4f62-b0aa-e47d0d9051dc 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-04-01T05:38:37.377Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T05:38:37.377Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T05:38:37.878Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:38:37.899Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:38:37.900Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T05:38:37.906Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:38:37.907Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 36: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T05:38:37.922Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:38:37.924Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T05:38:37.925Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:38:37.930Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:38:37.931Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:38:37.931Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:38:37.931Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1086, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:38:37.931Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:38:37.932Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:38:46.767Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T05:38:46.768Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:38:46.776Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T05:38:46.776Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T05:38:46.777Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T05:38:46.788Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:38:46.814Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T05:38:46.815Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T05:38:46.823Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T05:38:46.995Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T05:38:46.996Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:38:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[168], vertex-id=[168128], x-aai-txid=[2-aai-resources-230401-05:38:45:974-61428], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:38:46.996Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:38:46.996Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:38:46.996Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:38:47.007Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:38:47.007Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T05:38:47.007Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T05:38:47.007Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:38:47.008Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:38:47.008Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327527007,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:38:47.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:38:47.029Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327527007,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T05:38:47.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:38:48.033Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:38:48.033Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:38:48.034Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:38:48.034Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:38:48.034Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:38:48.034Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:38:49.035Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:38:49.035Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:38:49.035Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:38:49.035Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:38:50.036Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:38:50.037Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:38:50.037Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:38:50.037Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:38:51.038Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:38:51.038Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:38:51.038Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:38:51.038Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:38:52.039Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:38:52.039Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:38:52.040Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:38:52.040Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:38:53.040Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:38:53.041Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:38:53.041Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:38:53.041Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:38:54.042Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:38:54.042Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:38:54.043Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:38:54.043Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:38:55.044Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:38:55.044Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:38:55.044Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T05:38:55.044Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:38:55.045Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:38:55.535Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:38:55.536Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:38:55.536Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:38:55.536Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:38:55.536Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:38:55.537Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:38:55.782Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:38:55.786Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T05:38:55.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:38:55.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:38:55.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:38:55.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:38:55.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:38:55.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327535787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:38:56.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:38:56.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:38:56.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:38:56.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T05:38:56.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:38:56.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:38:56.900Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6567776685127695072/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T05:38:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:38:58.409Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:38:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:38:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T05:38:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:38:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:38:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:38:58.410Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:38:58.411Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:38:58.411Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:38:58.411Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:38:58.411Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:38:58.411Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:38:58.411Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:38:58.411Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T05:38:58.411Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:38:58.411Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:38:58.412Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:38:58.412Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:38:58.412Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:38:58.412Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:38:58.412Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:38:58.413Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:38:58.413Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:38:58.413Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:38:58.413Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:38:58.413Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:38:58.413Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:38:58.413Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:38:58.414Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:38:58.414Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:38:58.414Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:38:58.414Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:38:58.414Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:38:58.414Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:38:58.415Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:38:58.415Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:38:58.415Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:38:58.415Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:38:58.415Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:38:58.416Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:38:58.416Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:38:58.416Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:38:58.416Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:38:58.416Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:38:58.416Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:38:58.416Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:38:58.416Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:38:58.417Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:38:58.417Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:38:58.417Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:38:58.417Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:38:58.417Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:38:58.417Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:38:58.418Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:38:58.418Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:38:58.418Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:38:58.418Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:38:58.418Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:38:58.418Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:38:58.418Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:38:58.419Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T05:38:58.419Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:38:58.419Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:38:58.419Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:38:58.419Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:38:58.419Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:38:58.419Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:38:58.419Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:38:58.419Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:38:58.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T05:38:58.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:38:58.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:38:58.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:38:58.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:38:58.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:38:58.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:38:58.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:38:58.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:38:58.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:38:58.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T05:38:58.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:38:58.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:38:58.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:38:58.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:38:58.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T05:38:58.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:38:58.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:38:58.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:38:58.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:38:58.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:38:58.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:38:58.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:38:58.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:38:58.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:38:58.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:38:58.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:38:58.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:38:58.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:38:58.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T05:38:58.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T05:38:58.422Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:38:58.422Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:38:58.422Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:38:58.422Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:38:58.422Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:38:58.422Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:38:58.422Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:38:58.422Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:38:58.422Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:38:58.465Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T05:38:58.466Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:38:58.466Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T05:38:58.466Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:38:58.466Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:38:58.466Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:38:58.466Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327538466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:38:59.467Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:38:59.467Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T05:38:59.468Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:38:59.468Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:38:59.468Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:38:59.468Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327539467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:39:00.469Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:39:00.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:39:00.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:39:00.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:39:00.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:39:00.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:39:00.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:39:00.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:39:00.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:39:00.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:39:00.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:39:00.510Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:39:30.510Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:39:30.518Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T05:39:30.518Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T05:39:30.519Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T05:39:30.526Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:39:30.549Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T05:39:30.550Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cb878c1f-adcc-4e09-8ee2-59e8fe0cf689], X-ECOMP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-TransactionId=[], X-ONAP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], Content-Type=[application/merge-patch+json]}
2023-04-01T05:39:30.557Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:39:30.728Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:39:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[168], vertex-id=[172224], x-aai-txid=[0-aai-resources-230401-05:39:29:710-79960], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:39:30.728Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:39:30.729Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T05:39:30.729Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:39:30.729Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:39:31.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:39:31.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:39:31.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:39:31.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:39:31.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:39:31.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327571186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:39:32.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:39:32.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:39:32.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:39:32.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:39:32.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:39:32.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:39:33.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:39:33.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:39:33.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:39:33.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:39:34.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:39:34.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:39:34.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:39:34.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:39:35.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:39:35.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:39:35.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:39:35.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:39:36.216Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:39:36.217Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:39:36.217Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:39:36.217Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:39:37.218Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:39:37.218Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:39:37.218Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:39:37.218Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:39:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:39:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:39:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:39:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T05:39:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.276Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.276Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:39:37.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.276Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327535787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:39:37.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.276Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327538466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T05:39:37.277Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.277Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327539467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T05:39:37.277Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.277Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680327552635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.277Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.277Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680327550232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.277Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.278Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680327549094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.278Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.278Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680327559288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.278Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.278Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680327552635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.278Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.278Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680327549094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.279Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680327550232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.279Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680327559288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.279Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680327549094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.279Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.280Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680327552635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.280Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680327559288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.280Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680327550232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.280Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680327552635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.281Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680327549094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.281Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680327550232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.281Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680327559288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.282Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680327552635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.282Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.282Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680327549094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.282Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.282Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680327550232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.282Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.282Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680327559288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.283Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.283Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680327552635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.283Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.283Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680327550232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.283Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.283Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680327549094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.283Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.284Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680327559288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:39:37.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.284Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680327552635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.284Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680327550232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.284Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.284Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680327559288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.285Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.285Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680327549094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.285Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.285Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680327552635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:39:37.285Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.285Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680327550232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:39:37.285Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.286Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680327559288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.286Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.286Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680327549094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:39:37.286Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.286Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680327568793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:39:37.286Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.286Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680327569185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:39:37.287Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.287Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "aai-model-loader",
  "timestamp": 1680327569473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.287Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.287Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680327570190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T05:39:37.287Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.287Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327571186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:39:37.287Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.287Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "aai-model-loader",
  "timestamp": 1680327569473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.287Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.288Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680327571191,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:39:37.332Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b45de55-3695-452f-9983-9028c5d19e44
2023-04-01T05:39:37.332Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b45de55-3695-452f-9983-9028c5d19e44 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:39:37.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.359Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "aai-model-loader",
  "timestamp": 1680327569473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.359Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.359Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.359Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.359Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "aai-model-loader",
  "timestamp": 1680327569473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.359Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.360Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:39:37.360Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.360Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "aai-model-loader",
  "timestamp": 1680327569473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.361Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.361Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:39:37.361Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.361Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "aai-model-loader",
  "timestamp": 1680327569473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.361Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.361Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.361Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.362Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "aai-model-loader",
  "timestamp": 1680327569473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.362Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.362Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T05:39:37.362Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.362Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "aai-model-loader",
  "timestamp": 1680327569473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:39:37.362Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:37.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:39:37.362Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:39:37.362Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:39:38.219Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:39:38.219Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:39:38.220Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:39:38.220Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:39:39.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:39:39.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:39:39.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T05:39:39.222Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:39:39.222Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:39:39.263Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:39:39.263Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:39:39.263Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:39:39.263Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T05:39:39.263Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:39:39.263Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T05:39:39.751Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:39:39.755Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T05:39:39.755Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T05:39:39.755Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T05:39:39.756Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:39:39.756Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:39:39.756Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:39:39.756Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327579755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:39:40.757Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:39:40.758Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:39:40.758Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:39:40.759Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T05:39:40.760Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:39:40.760Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:39:40.908Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP956802432820035553/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-01T05:39:42.456Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:39:42.457Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:39:42.457Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:39:42.457Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T05:39:42.457Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:39:42.457Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T05:39:42.457Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:39:42.457Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:39:42.457Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:39:42.457Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:39:42.457Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:39:42.457Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:39:42.457Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:39:42.457Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:39:42.457Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:39:42.457Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:39:42.457Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:39:42.457Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:39:42.458Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:39:42.458Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:39:42.458Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:39:42.458Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:39:42.458Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:39:42.458Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:39:42.458Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:39:42.458Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:39:42.458Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:39:42.458Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:39:42.458Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:39:42.458Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:39:42.458Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:39:42.459Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:39:42.459Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:39:42.459Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:39:42.459Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:39:42.459Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:39:42.459Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:39:42.459Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:39:42.459Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:39:42.459Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:39:42.459Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:39:42.459Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:39:42.459Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:39:42.459Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:39:42.459Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:39:42.459Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:39:42.459Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:39:42.459Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:39:42.460Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:39:42.460Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:39:42.460Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:39:42.460Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:39:42.460Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:39:42.460Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:39:42.460Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:39:42.460Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:39:42.460Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:39:42.460Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:39:42.460Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:39:42.460Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:39:42.460Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:39:42.460Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T05:39:42.460Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:39:42.460Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:39:42.460Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:39:42.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:39:42.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:39:42.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:39:42.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:39:42.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:39:42.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T05:39:42.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:39:42.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:39:42.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:39:42.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:39:42.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:39:42.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:39:42.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:39:42.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:39:42.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:39:42.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T05:39:42.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:39:42.461Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:39:42.462Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:39:42.462Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:39:42.462Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T05:39:42.462Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:39:42.462Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:39:42.462Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:39:42.462Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:39:42.462Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:39:42.462Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:39:42.462Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:39:42.462Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:39:42.462Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:39:42.462Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:39:42.462Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:39:42.462Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:39:42.463Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:39:42.463Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T05:39:42.463Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T05:39:42.463Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:39:42.463Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:39:42.463Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:39:42.463Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:39:42.463Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:39:42.463Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:39:42.463Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:39:42.463Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:39:42.463Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:39:42.504Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T05:39:42.504Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T05:39:42.504Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T05:39:42.504Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:39:42.504Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:39:42.504Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:39:42.505Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327582504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:39:43.505Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T05:39:43.506Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T05:39:43.506Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:39:43.506Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:39:43.506Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:39:43.506Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327583505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:39:44.507Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:39:44.531Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:39:44.536Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:39:44.536Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:39:44.536Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:39:44.536Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:39:44.536Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:39:44.537Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:39:44.537Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:39:44.537Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:39:44.537Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:39:44.551Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:40:14.552Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:40:14.565Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T05:40:14.566Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T05:40:14.566Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T05:40:14.573Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:40:14.593Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T05:40:14.593Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[da29ff9e-3888-4e51-92a0-000068f5d013], X-ECOMP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-TransactionId=[], X-ONAP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], Content-Type=[application/merge-patch+json]}
2023-04-01T05:40:14.600Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:40:14.755Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:40:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[188560], x-aai-txid=[1-aai-resources-230401-05:40:13:753-79433], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:40:14.755Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:40:14.756Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T05:40:14.756Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:40:14.756Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:40:14.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:40:14.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:40:14.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:40:14.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:40:14.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:40:14.768Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327614768,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:40:15.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:40:15.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:40:15.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:40:15.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:40:15.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:40:15.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:40:16.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:40:16.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:40:16.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:40:16.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:40:17.798Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:40:17.799Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:40:17.799Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T05:40:17.799Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T05:40:17.800Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:40:17.846Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:40:17.846Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:40:17.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:40:17.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T05:40:17.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:40:17.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T05:40:18.079Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:40:18.081Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T05:40:18.081Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T05:40:18.081Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T05:40:18.081Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:40:18.081Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:40:18.081Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:40:18.082Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327618081,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:40:19.083Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:40:19.083Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:40:19.084Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:40:19.084Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T05:40:19.085Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:40:19.085Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:40:19.168Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14386919192740109974/Definitions/service-BasicNetwork-template.yml
2023-04-01T05:40:19.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:40:19.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:40:19.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:40:19.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T05:40:19.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:40:19.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:40:19.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:40:19.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:40:19.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:40:19.546Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T05:40:19.546Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T05:40:19.547Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T05:40:19.547Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:40:19.547Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:40:19.547Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:40:19.547Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327619546,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:40:20.548Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T05:40:20.549Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T05:40:20.549Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:40:20.549Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:40:20.549Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:40:20.550Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327620548,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:40:21.550Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:40:21.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:40:21.575Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:40:21.575Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:40:21.575Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:40:21.575Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:40:21.576Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:40:21.576Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:40:21.576Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:40:21.576Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:40:21.576Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:40:21.587Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:40:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:40:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:40:37.266Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680327575704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:40:37.266Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:40:51.587Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:40:51.600Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T05:40:51.601Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T05:40:51.601Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T05:40:51.609Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:40:51.636Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T05:40:51.637Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T05:40:51.644Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:40:51.811Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T05:40:51.811Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:40:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[192576], x-aai-txid=[0-aai-resources-230401-05:40:50:797-47898], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:40:51.811Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:40:51.812Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:40:51.812Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:40:51.823Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:40:51.823Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:40:51.823Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:40:51.823Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:40:51.823Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:40:51.823Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327651823,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:40:52.857Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:40:52.857Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:40:52.857Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:40:52.858Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:40:52.858Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:40:52.858Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:40:53.859Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:40:53.860Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:40:53.860Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:40:53.860Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:40:54.861Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:40:54.861Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:40:54.861Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:40:54.861Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:40:55.863Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:40:55.863Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:40:55.863Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:40:55.863Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:40:56.865Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:40:56.865Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:40:56.865Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:40:56.865Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:40:57.866Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:40:57.867Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:40:57.867Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:40:57.867Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:40:58.868Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:40:58.868Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:40:58.868Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:40:58.868Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:40:59.870Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:40:59.870Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:40:59.870Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:40:59.871Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:41:00.872Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:41:00.873Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:41:00.873Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T05:41:00.873Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T05:41:00.873Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:41:00.922Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:41:00.923Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:41:00.923Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:41:00.923Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:41:00.923Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:41:00.923Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:41:01.204Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:41:01.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T05:41:01.209Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T05:41:01.209Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:41:01.209Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:41:01.209Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:41:01.210Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:41:01.210Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327661209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:41:02.210Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:41:02.211Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:41:02.211Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:41:02.211Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:41:02.212Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:41:02.212Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:41:02.281Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2056101339808892104/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T05:41:02.805Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:41:02.805Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:41:02.805Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:41:02.805Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T05:41:02.805Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:41:02.805Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:41:02.805Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:41:02.805Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:41:02.805Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:41:02.805Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:41:02.805Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:41:02.805Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:41:02.806Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:02.807Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:41:02.807Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:41:02.853Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T05:41:02.854Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T05:41:02.854Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T05:41:02.854Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:41:02.854Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:41:02.854Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:41:02.855Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327662854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:41:03.856Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T05:41:03.856Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T05:41:03.856Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:41:03.857Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:41:03.857Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:41:03.857Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327663856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:41:04.858Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:41:04.886Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:41:04.891Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:41:04.891Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:41:04.891Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:41:04.892Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:41:04.892Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:41:04.892Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:41:04.892Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:41:04.892Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:41:04.892Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:41:04.907Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:41:34.908Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:41:34.921Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T05:41:34.921Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T05:41:34.922Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T05:41:34.928Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:41:34.940Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T05:41:34.941Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[84020274-3b21-486b-9cb9-c758c475daf8], X-ECOMP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-TransactionId=[], X-ONAP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], Content-Type=[application/merge-patch+json]}
2023-04-01T05:41:34.948Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:41:35.117Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:41:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[165], vertex-id=[221344], x-aai-txid=[0-aai-resources-230401-05:41:34:102-56734], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:41:35.118Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:41:35.118Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T05:41:35.119Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:41:35.119Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:41:35.126Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:41:35.127Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:41:35.127Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:41:35.127Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:41:35.127Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:41:35.127Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327695127,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:41:36.152Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:41:36.153Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:41:36.153Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:41:36.153Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:41:36.153Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:41:36.153Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:41:37.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:41:37.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:41:37.155Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:41:37.156Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:41:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:41:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:41:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "aai-model-loader",
  "timestamp": 1680327577620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:41:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680327575704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:41:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680327575704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:41:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327579755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:41:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680327575704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:41:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680327575704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:41:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "aai-model-loader",
  "timestamp": 1680327581401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T05:41:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327582504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T05:41:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680327575704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:41:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "aai-model-loader",
  "timestamp": 1680327582404,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:41:37.291Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b45de55-3695-452f-9983-9028c5d19e44
2023-04-01T05:41:37.291Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b45de55-3695-452f-9983-9028c5d19e44 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:41:37.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.314Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327583505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T05:41:37.314Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.315Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680327575704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:41:37.315Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.315Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680327575704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:41:37.315Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.315Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680327584488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:41:37.315Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.315Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680327586259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T05:41:37.316Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.316Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680327587264,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:41:37.327Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5b45de55-3695-452f-9983-9028c5d19e44
2023-04-01T05:41:37.328Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b45de55-3695-452f-9983-9028c5d19e44 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:41:37.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.349Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327614768,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:41:37.349Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.349Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:41:37.349Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.349Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:41:37.349Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.349Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327618081,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:41:37.349Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.350Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327619546,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T05:41:37.350Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:37.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:41:37.350Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327620548,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T05:41:37.350Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:41:38.157Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:41:38.158Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:41:38.158Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:41:38.158Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:41:39.159Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:41:39.159Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:41:39.160Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:41:39.160Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:41:40.161Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:41:40.161Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:41:40.161Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:41:40.162Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:41:41.162Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:41:41.163Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:41:41.163Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:41:41.163Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:41:42.165Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:41:42.166Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:41:42.166Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:41:42.166Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:41:43.167Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:41:43.168Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:41:43.168Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T05:41:43.168Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:41:43.168Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:41:43.208Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:41:43.209Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:41:43.209Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:41:43.209Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T05:41:43.209Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:41:43.210Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T05:41:43.442Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:41:43.444Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T05:41:43.445Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T05:41:43.445Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T05:41:43.445Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:41:43.446Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:41:43.446Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:41:43.446Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327703445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:41:44.447Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:41:44.448Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:41:44.449Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:41:44.449Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T05:41:44.450Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:41:44.450Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:41:44.556Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13056008954544681729/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T05:41:45.505Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:41:45.505Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:41:45.505Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:41:45.505Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T05:41:45.505Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:41:45.506Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:41:45.506Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:41:45.506Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:41:45.506Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:41:45.506Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:41:45.506Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:41:45.506Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:41:45.506Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:45.506Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:41:45.506Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:41:45.506Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:41:45.506Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:41:45.506Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:45.506Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:41:45.506Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:41:45.506Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:41:45.506Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:41:45.506Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:45.507Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:41:45.507Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:45.507Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T05:41:45.507Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T05:41:45.507Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T05:41:45.507Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T05:41:45.507Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T05:41:45.507Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:41:45.507Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:45.507Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:41:45.507Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:45.507Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:41:45.507Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:41:45.507Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:45.508Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:41:45.508Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:41:45.508Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:45.508Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:41:45.508Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:41:45.508Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:45.508Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T05:41:45.508Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T05:41:45.508Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T05:41:45.508Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T05:41:45.508Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:45.508Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:41:45.508Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:45.509Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:41:45.509Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:45.509Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:41:45.509Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:41:45.509Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:41:45.509Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:41:45.887Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T05:41:45.888Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T05:41:45.888Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T05:41:45.888Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:41:45.888Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:41:45.888Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:41:45.888Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327705887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:41:46.890Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T05:41:46.890Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T05:41:46.890Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:41:46.890Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:41:46.890Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:41:46.890Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327706889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:41:47.891Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:41:47.917Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:41:47.922Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:41:47.922Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:41:47.922Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:41:47.923Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:41:47.923Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:41:47.923Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:41:47.923Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:41:47.923Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:41:47.923Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:41:47.937Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:42:17.937Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:42:17.951Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T05:42:17.951Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T05:42:17.952Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T05:42:17.960Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:42:17.980Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T05:42:17.980Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e06b9c45-44db-4d82-be80-e8fc59d94212], X-ECOMP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-TransactionId=[], X-ONAP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], Content-Type=[application/merge-patch+json]}
2023-04-01T05:42:17.987Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:42:18.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:42:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[200848], x-aai-txid=[2-aai-resources-230401-05:42:17:139-21755], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:42:18.120Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:42:18.121Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T05:42:18.121Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:42:18.122Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:42:18.131Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:42:18.131Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:42:18.131Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:42:18.131Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:42:18.132Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:42:18.132Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327738131,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:42:19.163Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:42:19.163Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"efccc4c5-7bb8-41cf-a6f1-9349eb35981a","serviceName":"Demo_pNF_Ic9dwGek3O8urfndll23","serviceVersion":"1.0","serviceUUID":"508389d7-38f7-47fd-bd41-20662b25b49f","serviceDescription":"catalog service description","serviceInvariantUUID":"0c7ab211-5fee-4b5a-bec9-64020478b0d6","resources":[{"resourceInstanceName":"pNF 714be145-f272 0","resourceName":"pNF 714be145-f272","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a88b7f5-eb0f-4834-8b28-b493ad94df97","resourceInvariantUUID":"d433ff3f-bd27-4f50-9a82-92c827585226","resourceCustomizationUUID":"1e941aea-4b3a-4cce-abb2-10cfdf34307e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml","artifactChecksum":"NjU5MzlhODFlOGE1N2EwYTMxYzIwYTMwNmU1YWE3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e040a26-adca-4b38-9d2e-fdfcfef6d9e1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1d3a0bb-10d9-439a-ae6b-df81971675e9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6015e29b-2f4a-410f-82e3-806118e18502","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml","artifactChecksum":"MTYwNGM5OGNmMmVlNGI4Yjg5ZGNmZTY2OGUyOTJiZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32dc7eae-06c0-4612-a8d9-3dfbfd0d28bf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60dd7381-89ba-45dd-a9da-027a43838703","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8f86f18-4d48-4f98-b9a5-9d23ac6f4ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactChecksum":"NjVhNGRmZmExYzg1ZDZkZjljNDYzNDkzZDQ2MTYxMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da026c00-e8ae-4986-a794-33fb54386015","artifactVersion":"1"},{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactChecksum":"NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48e8d3b4-539a-49e9-b8f3-1c68661898e1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:42:19.163Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:42:19.164Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:42:19.164Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:42:19.164Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:42:20.165Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:42:20.166Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:42:20.166Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:42:20.166Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:42:21.168Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:42:21.168Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:42:21.168Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:42:21.168Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:42:22.169Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:42:22.170Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:42:22.170Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:42:22.170Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:42:23.171Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:42:23.172Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:42:23.172Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:42:23.172Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:42:24.173Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:42:24.174Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:42:24.174Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:42:24.174Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:42:25.175Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:42:25.175Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:42:25.176Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:42:25.176Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:42:26.177Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:42:26.178Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:42:26.178Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:42:26.178Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:42:27.179Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "serviceName": "Demo_pNF_Ic9dwGek3O8urfndll23",
  "serviceVersion": "1.0",
  "serviceUUID": "508389d7-38f7-47fd-bd41-20662b25b49f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c7ab211-5fee-4b5a-bec9-64020478b0d6",
  "resources": [
    {
      "resourceInstanceName": "pNF 714be145-f272 0",
      "resourceCustomizationUUID": "1e941aea-4b3a-4cce-abb2-10cfdf34307e",
      "resourceName": "pNF 714be145-f272",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2a88b7f5-eb0f-4834-8b28-b493ad94df97",
      "resourceInvariantUUID": "d433ff3f-bd27-4f50-9a82-92c827585226",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactChecksum": "NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48e8d3b4-539a-49e9-b8f3-1c68661898e1"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:42:27.179Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:42:27.180Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 508389d7-38f7-47fd-bd41-20662b25b49f ASDC
2023-04-01T05:42:27.180Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:efccc4c5-7bb8-41cf-a6f1-9349eb35981a
ServiceName:Demo_pNF_Ic9dwGek3O8urfndll23
ServiceVersion:1.0
ServiceUUID:508389d7-38f7-47fd-bd41-20662b25b49f
ServiceInvariantUUID:0c7ab211-5fee-4b5a-bec9-64020478b0d6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactUUID:48e8d3b4-539a-49e9-b8f3-1c68661898e1
ArtifactChecksum:NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 714be145-f272 0
ResourceCustomizationUUID:1e941aea-4b3a-4cce-abb2-10cfdf34307e
ResourceInvariantUUID:d433ff3f-bd27-4f50-9a82-92c827585226
ResourceName:pNF 714be145-f272
ResourceType:PNF
ResourceUUID:2a88b7f5-eb0f-4834-8b28-b493ad94df97
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T05:42:27.180Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 508389d7-38f7-47fd-bd41-20662b25b49f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:42:27.232Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:42:27.232Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:42:27.233Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:42:27.233Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 from URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:42:27.233Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:42:27.233Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:42:27.534Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:42:27.537Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar 48e8d3b4-539a-49e9-b8f3-1c68661898e1 87995
2023-04-01T05:42:27.537Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T05:42:27.538Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:42:27.538Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:42:27.538Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:42:27.538Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:42:27.539Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327747537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:42:28.540Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:42:28.541Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:42:28.541Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1, URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar to file: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:42:28.541Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:42:28.542Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:42:28.542Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:42:28.678Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7234851493764515428/Definitions/service-DemoPnfIc9dwgek3o8urfndll23-template.yml
2023-04-01T05:42:29.267Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:42:29.267Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:42:29.267Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:42:29.267Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T05:42:29.268Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:42:29.268Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 714be145-f272 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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:42:29.268Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:42:29.268Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:42:29.268Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:42:29.268Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:42:29.268Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:42:29.268Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:42:29.268Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:42:29.268Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:42:29.268Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T05:42:29.268Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:42:29.268Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:42:29.268Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:42:29.269Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:42:29.269Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T05:42:29.269Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:42:29.269Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:42:29.269Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:42:29.269Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:42:29.269Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:42:29.269Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:42:29.269Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:42:29.269Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:42:29.269Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:42:29.269Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:42:29.269Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:42:29.269Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:42:29.269Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Ic9dwGek3O8urfndll23
Description:catalog service description
Model UUID:508389d7-38f7-47fd-bd41-20662b25b49f
Model Version:NULL
Model InvariantUuid:0c7ab211-5fee-4b5a-bec9-64020478b0d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T05:42:29.290Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:42:29.295Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||pNF 714be145-f272 0
2023-04-01T05:42:29.295Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97
2023-04-01T05:42:29.296Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 508389d7-38f7-47fd-bd41-20662b25b49f
2023-04-01T05:42:29.296Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 508389d7-38f7-47fd-bd41-20662b25b49f
2023-04-01T05:42:29.296Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 714be145-f272 0 2a88b7f5-eb0f-4834-8b28-b493ad94df97 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:42:29.308Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73023344, org.onap.sdc.toscaparser.api.parameters.Input@7c7452e2, org.onap.sdc.toscaparser.api.parameters.Input@5514284, org.onap.sdc.toscaparser.api.parameters.Input@2974ec1b, org.onap.sdc.toscaparser.api.parameters.Input@4b0e6262]
2023-04-01T05:42:29.308Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:42:29.308Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:42:29.308Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 508389d7-38f7-47fd-bd41-20662b25b49f: pNF 714be145-f272
2023-04-01T05:42:29.308Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Processing PNF resource: 2a88b7f5-eb0f-4834-8b28-b493ad94df97
2023-04-01T05:42:29.308Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:42:29.308Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:42:29.308Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Resource customization UUID: 1e941aea-4b3a-4cce-abb2-10cfdf34307e is the same as notified resource customizationUUID: 1e941aea-4b3a-4cce-abb2-10cfdf34307e
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-04-01T05:42:29.385Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 714be145-f272 2a88b7f5-eb0f-4834-8b28-b493ad94df97 0 ASDC deployResourceStructure
2023-04-01T05:42:29.386Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T05:42:29.386Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:42:29.386Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T05:42:29.386Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:42:29.386Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:42:29.386Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327749386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:42:30.387Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:42:30.413Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:42:30.417Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:42:30.417Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:42:30.418Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:42:30.418Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:42:30.418Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:42:30.418Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:42:30.418Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:42:30.418Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:42:30.418Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:42:30.431Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:42:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:42:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:42:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327651823,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:42:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:42:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:42:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:42:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:42:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:42:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:42:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:42:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:42:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:42:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:42:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:42:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:42:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:42:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:42:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:42:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:42:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:42:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:42:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:42:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:42:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:42:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:42:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:42:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:42:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:42:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:42:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327661209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:42:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:42:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:42:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327662854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T05:42:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:42:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:42:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327663856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T05:42:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:42:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:42:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327695127,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:42:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:42:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:42:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:42:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:42:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:42:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:42:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:00.431Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:43:00.444Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and serviceModelVersionId: 508389d7-38f7-47fd-bd41-20662b25b49f
2023-04-01T05:43:00.444Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c7ab211-5fee-4b5a-bec9-64020478b0d6
2023-04-01T05:43:00.445Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0
2023-04-01T05:43:00.455Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:43:00.476Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||Invoke
2023-04-01T05:43:00.476Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[efccc4c5-7bb8-41cf-a6f1-9349eb35981a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5ccd27d1-16b8-485f-ad9c-012d46bc8f1c], X-ECOMP-RequestID=[efccc4c5-7bb8-41cf-a6f1-9349eb35981a], X-TransactionId=[], X-ONAP-RequestID=[efccc4c5-7bb8-41cf-a6f1-9349eb35981a], Content-Type=[application/merge-patch+json]}
2023-04-01T05:43:00.484Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:43:00.639Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:42:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[262192], x-aai-txid=[2-aai-resources-230401-05:42:59:636-29076], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:43:00.640Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:43:00.641Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||InvokeReturn
2023-04-01T05:43:00.642Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:43:00.642Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:43:00.649Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:43:00.649Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efccc4c5-7bb8-41cf-a6f1-9349eb35981a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:43:00.650Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:43:00.650Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:43:00.651Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:43:00.651Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327780650,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:43:01.683Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T05:43:01.683Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T05:43:01.685Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 0 disconnected.
2023-04-01T05:43:01.686Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 1 disconnected.
2023-04-01T05:43:01.687Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T05:43:01.687Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T05:43:01.687Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T05:43:01.687Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T05:43:01.690Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=7, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T05:43:01.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-903d9ea4-9780-4902-abd8-0f1023b32c7e
2023-04-01T05:43:01.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T05:43:01.694Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T05:43:02.804Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:43:05.814Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:43:08.824Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:43:11.834Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:43:14.843Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:43:17.851Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:43:20.862Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:43:23.871Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:43:26.880Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:43:29.889Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:43:32.899Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:43:35.911Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:43:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:43:37.282Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:43:37.283Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T05:43:37.290Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:43:37.290Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-903d9ea4-9780-4902-abd8-0f1023b32c7e', protocol='range'}
2023-04-01T05:43:37.296Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 37: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-903d9ea4-9780-4902-abd8-0f1023b32c7e=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T05:43:37.314Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-903d9ea4-9780-4902-abd8-0f1023b32c7e', protocol='range'}
2023-04-01T05:43:37.314Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:43:37.314Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T05:43:37.315Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T05:43:37.315Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T05:43:37.315Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:43:37.320Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:43:37.320Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:43:37.320Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:43:37.320Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:43:37.321Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1187, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:43:37.321Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:43:37.321Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:43:37.322Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:43:37.322Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:43:37.322Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:43:37.323Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:43:37.323Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:43:37.359Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:43:37.360Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:43:37.362Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:43:37.362Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:43:37.362Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:43:37.362Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:43:38.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.337Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327703445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327705887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T05:43:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327706889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327738131,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327201484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327747537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327749386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327780650,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:43:38.340Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:43:38.341Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:43:38.364Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:43:38.364Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:43:38.364Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:43:38.365Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:43:39.365Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:43:39.366Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:43:39.366Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:43:39.366Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:43:40.367Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:43:40.367Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:43:40.368Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:43:40.368Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:43:41.370Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:43:41.370Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:43:41.370Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:43:41.370Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:43:42.372Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:43:42.372Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:43:42.372Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:43:42.372Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:43:43.374Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:43:43.374Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:43:43.375Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:43:43.375Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:43:44.376Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:43:44.376Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:43:44.376Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T05:43:44.377Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:43:44.377Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:43:44.421Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:43:44.421Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:43:44.422Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:43:44.422Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T05:43:44.422Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:43:44.422Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T05:43:44.451Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T05:43:44.451Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@362c8de4
2023-04-01T05:43:44.451Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T05:43:44.452Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T05:43:44.452Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T05:43:44.452Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T05:43:44.452Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T05:43:44.452Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T05:43:44.453Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:43:44.453Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:43:44.453Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327824452,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:43:45.454Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T05:43:45.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:43:45.474Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:43:45.478Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T05:43:45.478Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T05:43:45.478Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T05:43:45.478Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:43:45.478Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T05:43:45.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T05:43:45.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3b413812
2023-04-01T05:43:45.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T05:43:45.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T05:43:45.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T05:43:45.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T05:43:45.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T05:43:45.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T05:43:45.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:43:45.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:43:45.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327825495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:43:46.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:43:46.497Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:43:46.521Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:43:46.525Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:43:46.525Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:44:16.525Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:44:16.555Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:44:16.559Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:44:16.559Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:44:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:44:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:44:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:44:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:44:46.559Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:44:46.586Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:44:46.590Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:44:46.590Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:45:16.591Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:45:16.615Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:45:16.620Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:45:16.620Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:45:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:45:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:45:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:45:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:45:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:45:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:45:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:45:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:45:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T05:45:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:45:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:45:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:45:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:45:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:45:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:45:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:45:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:45:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327824452,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T05:45:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:45:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:45:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327825495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T05:45:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:45:46.620Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:45:46.647Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:45:46.652Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:45:46.652Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:46:16.653Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:46:16.679Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:46:16.684Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:46:16.684Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:46:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:46:46.685Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:46:46.709Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:46:46.713Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:46:46.713Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:47:16.713Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:47:16.737Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:47:16.741Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:47:16.741Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:47:37.266Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:47:46.741Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:47:46.763Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:47:46.767Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:47:46.767Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:48:16.767Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:48:16.793Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:48:16.797Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:48:16.797Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:48:37.267Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:48:37.419Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T05:48:37.420Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-903d9ea4-9780-4902-abd8-0f1023b32c7e 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-04-01T05:48:37.420Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T05:48:37.421Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T05:48:37.888Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:48:37.903Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:48:37.904Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T05:48:37.910Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:48:37.911Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 38: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T05:48:37.928Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:48:37.928Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T05:48:37.928Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:48:37.933Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:48:37.933Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:48:37.933Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:48:37.933Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1216, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:48:37.933Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:48:37.934Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:48:46.798Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T05:48:46.798Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:48:46.812Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T05:48:46.812Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T05:48:46.812Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T05:48:46.818Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:48:46.834Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T05:48:46.834Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T05:48:46.842Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T05:48:46.990Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T05:48:46.990Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:48:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[168128], x-aai-txid=[2-aai-resources-230401-05:48:45:994-5592], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:48:46.990Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:48:46.990Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:48:46.990Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:48:46.998Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:48:46.999Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T05:48:46.999Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T05:48:46.999Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:48:46.999Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:48:46.999Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328126999,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:48:47.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:48:47.020Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328126999,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T05:48:47.020Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:48:48.028Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:48:48.029Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:48:48.029Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:48:48.029Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:48:48.029Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:48:48.029Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:48:49.031Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:48:49.032Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:48:49.032Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:48:49.032Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:48:50.033Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:48:50.034Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:48:50.034Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:48:50.034Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:48:51.035Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:48:51.035Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:48:51.035Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:48:51.035Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:48:52.037Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:48:52.037Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:48:52.037Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:48:52.037Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:48:53.038Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:48:53.038Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:48:53.038Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:48:53.038Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:48:54.039Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:48:54.040Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:48:54.040Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:48:54.040Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:48:55.042Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:48:55.042Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:48:55.042Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T05:48:55.043Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:48:55.043Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:48:55.091Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:48:55.092Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:48:55.092Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:48:55.092Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:48:55.092Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:48:55.092Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:48:55.426Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:48:55.430Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T05:48:55.431Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:48:55.431Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:48:55.431Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:48:55.431Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:48:55.431Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:48:55.431Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328135431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:48:56.433Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:48:56.433Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:48:56.434Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:48:56.434Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T05:48:56.434Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:48:56.434Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:48:56.539Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15465715135930371270/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-04-01T05:48:58.066Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:48:58.066Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:48:58.067Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:48:58.067Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T05:48:58.067Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:48:58.067Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:48:58.067Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:48:58.067Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:48:58.067Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:48:58.067Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:48:58.067Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:48:58.067Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:48:58.067Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:48:58.067Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:48:58.067Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T05:48:58.067Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:48:58.067Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:48:58.067Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:48:58.068Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:48:58.068Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:48:58.068Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:48:58.068Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:48:58.068Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:48:58.068Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:48:58.068Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:48:58.068Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:48:58.068Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:48:58.068Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:48:58.068Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:48:58.068Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:48:58.068Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:48:58.069Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:48:58.069Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:48:58.069Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:48:58.069Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:48:58.069Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:48:58.069Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:48:58.069Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:48:58.069Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:48:58.069Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:48:58.069Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:48:58.069Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:48:58.069Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:48:58.069Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:48:58.069Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:48:58.069Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:48:58.070Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:48:58.070Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:48:58.070Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:48:58.070Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:48:58.070Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:48:58.070Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:48:58.070Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:48:58.070Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:48:58.070Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:48:58.070Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:48:58.070Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:48:58.070Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:48:58.070Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:48:58.071Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:48:58.071Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:48:58.071Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T05:48:58.071Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:48:58.071Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:48:58.071Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:48:58.071Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:48:58.071Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:48:58.071Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:48:58.071Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:48:58.071Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:48:58.071Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T05:48:58.071Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:48:58.071Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:48:58.071Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:48:58.072Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:48:58.072Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:48:58.072Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:48:58.072Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:48:58.072Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:48:58.072Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:48:58.072Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T05:48:58.072Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:48:58.072Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:48:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:48:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:48:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T05:48:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:48:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:48:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:48:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:48:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:48:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:48:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:48:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:48:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:48:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:48:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:48:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:48:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:48:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T05:48:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T05:48:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:48:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:48:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:48:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:48:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:48:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:48:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:48:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:48:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:48:58.124Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T05:48:58.125Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:48:58.125Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T05:48:58.125Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:48:58.125Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:48:58.125Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:48:58.125Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328138125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:48:59.126Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:48:59.126Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T05:48:59.126Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:48:59.127Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:48:59.127Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:48:59.127Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328139126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:49:00.128Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:49:00.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:49:00.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:49:00.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:49:00.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:49:00.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:49:00.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:49:00.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:49:00.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:49:00.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:49:00.159Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:49:00.174Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:49:30.174Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:49:30.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T05:49:30.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T05:49:30.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T05:49:30.193Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:49:30.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T05:49:30.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T05:49:30.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:49:30.378Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T05:49:30.379Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:49:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[172224], x-aai-txid=[1-aai-resources-230401-05:49:29:374-70267], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:49:30.379Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:49:30.379Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:49:30.379Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:49:30.387Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:49:30.388Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:49:30.388Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:49:30.388Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:49:30.388Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:49:30.388Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328170388,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:49:31.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:49:31.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:49:31.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:49:31.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:49:31.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:49:31.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:49:32.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:49:32.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:49:32.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:49:32.422Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:49:33.422Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:49:33.422Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:49:33.423Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:49:33.423Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:49:34.423Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:49:34.424Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:49:34.424Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:49:34.424Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:49:35.425Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:49:35.425Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:49:35.425Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:49:35.425Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:49:36.426Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:49:36.426Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:49:36.426Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:49:36.426Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:49:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:49:37.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:49:37.272Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:49:37.273Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:49:37.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:49:37.273Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:49:37.273Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:49:37.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:49:37.274Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:49:37.274Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:49:37.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:49:37.274Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:49:37.274Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:49:37.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:49:37.274Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T05:49:37.274Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:49:37.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:49:37.274Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:49:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:49:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:49:37.275Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:49:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:49:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:49:37.275Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328135431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:49:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:49:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:49:37.276Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328138125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T05:49:37.276Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:49:37.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:49:37.276Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328139126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T05:49:37.276Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:49:37.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:49:37.276Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328170388,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:49:37.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:49:37.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:49:37.277Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:49:37.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:49:37.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:49:37.277Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:49:37.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:49:37.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:49:37.277Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:49:37.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:49:37.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:49:37.278Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:49:37.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:49:37.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:49:37.278Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T05:49:37.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:49:37.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:49:37.278Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:49:37.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:49:37.427Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:49:37.427Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:49:37.427Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:49:37.427Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:49:38.428Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:49:38.429Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:49:38.429Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T05:49:38.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:49:38.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:49:38.473Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:49:38.473Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:49:38.473Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:49:38.473Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T05:49:38.474Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:49:38.474Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T05:49:38.810Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:49:38.813Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T05:49:38.815Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T05:49:38.815Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T05:49:38.815Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:49:38.815Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:49:38.815Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:49:38.815Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328178814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:49:39.816Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:49:39.817Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:49:39.817Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:49:39.818Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T05:49:39.818Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:49:39.818Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:49:39.953Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17452178996319325645/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T05:49:41.359Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:49:41.359Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:49:41.359Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T05:49:41.359Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T05:49:41.359Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:49:41.359Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T05:49:41.359Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:49:41.359Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:49:41.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:49:41.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:49:41.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:49:41.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:49:41.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:49:41.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:49:41.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T05:49:41.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:49:41.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:49:41.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:49:41.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:49:41.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:49:41.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:49:41.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:49:41.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:49:41.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:49:41.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:49:41.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:49:41.361Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:49:41.362Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:49:41.363Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:49:41.364Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:49:41.365Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:49:41.365Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:49:41.365Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:49:41.365Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:49:41.365Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:49:41.413Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T05:49:41.414Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T05:49:41.414Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T05:49:41.414Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:49:41.414Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:49:41.414Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:49:41.414Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328181414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:49:42.415Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T05:49:42.415Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T05:49:42.416Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:49:42.416Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:49:42.416Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:49:42.416Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328182415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:49:43.417Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:49:43.437Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:49:43.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:49:43.442Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:49:43.442Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:49:43.442Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:49:43.442Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:49:43.442Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:49:43.442Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:49:43.442Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:49:43.442Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:49:43.455Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:50:13.456Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:50:13.465Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T05:50:13.465Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T05:50:13.465Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T05:50:13.471Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:50:13.492Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T05:50:13.493Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[51a45b44-eca9-4468-8b91-bba89efbba2c], X-ECOMP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-TransactionId=[], X-ONAP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], Content-Type=[application/merge-patch+json]}
2023-04-01T05:50:13.500Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:50:13.657Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:50:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[188560], x-aai-txid=[2-aai-resources-230401-05:50:12:651-36581], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:50:13.658Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:50:13.659Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T05:50:13.659Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:50:13.659Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:50:13.668Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:50:13.669Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:50:13.669Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:50:13.669Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:50:13.669Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:50:13.669Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328213669,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:50:14.697Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:50:14.697Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:50:14.698Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:50:14.698Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:50:14.698Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:50:14.698Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:50:15.699Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:50:15.699Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:50:15.699Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:50:15.699Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:50:16.699Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:50:16.700Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:50:16.700Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T05:50:16.700Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T05:50:16.700Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:50:16.742Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:50:16.743Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:50:16.743Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:50:16.744Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T05:50:16.744Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:50:16.744Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T05:50:16.984Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:50:16.986Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T05:50:16.986Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T05:50:16.986Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T05:50:16.986Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:50:16.987Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:50:16.987Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:50:16.987Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328216986,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:50:17.987Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:50:17.988Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:50:17.988Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:50:17.990Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T05:50:17.990Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:50:17.990Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:50:18.092Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP176447382971040095/Definitions/service-BasicNetwork-template.yml
2023-04-01T05:50:18.422Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:50:18.422Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:50:18.422Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:50:18.423Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T05:50:18.423Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:50:18.423Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:50:18.423Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:50:18.423Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:50:18.423Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:50:18.423Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:50:18.423Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:50:18.423Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T05:50:18.423Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:50:18.424Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:50:18.424Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:50:18.424Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T05:50:18.424Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:50:18.424Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:50:18.424Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:50:18.424Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:50:18.425Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T05:50:18.425Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:50:18.425Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:50:18.425Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:50:18.425Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:50:18.425Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:50:18.425Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:50:18.425Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:50:18.425Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:50:18.426Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:50:18.426Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:50:18.426Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:50:18.426Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:50:18.426Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:50:18.468Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T05:50:18.469Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T05:50:18.469Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T05:50:18.469Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:50:18.469Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:50:18.469Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:50:18.469Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328218469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:50:19.470Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T05:50:19.471Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T05:50:19.471Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:50:19.471Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:50:19.471Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:50:19.471Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328219470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:50:20.472Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:50:20.497Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:50:20.502Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:50:20.502Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:50:20.502Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:50:20.502Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:50:20.503Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:50:20.503Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:50:20.503Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:50:20.503Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:50:20.503Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:50:20.515Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:50:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:50:37.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:50:37.266Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:50:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:50:50.516Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:50:50.528Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T05:50:50.528Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T05:50:50.528Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T05:50:50.533Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:50:50.548Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T05:50:50.548Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[feb1009d-c7bb-4db9-aca0-f49733238c0c], X-ECOMP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-TransactionId=[], X-ONAP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], Content-Type=[application/merge-patch+json]}
2023-04-01T05:50:50.555Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:50:50.679Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:50:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[121], vertex-id=[192576], x-aai-txid=[2-aai-resources-230401-05:50:49:705-78732], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:50:50.680Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:50:50.680Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T05:50:50.680Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:50:50.680Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:50:50.687Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:50:50.688Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:50:50.688Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:50:50.688Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:50:50.688Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:50:50.688Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328250688,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:50:51.715Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:50:51.715Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:50:51.715Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:50:51.716Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:50:51.716Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:50:51.716Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:50:52.716Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:50:52.717Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:50:52.717Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:50:52.717Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:50:53.718Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:50:53.718Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:50:53.718Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:50:53.718Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:50:54.719Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:50:54.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:50:54.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:50:54.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:50:55.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:50:55.721Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:50:55.721Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:50:55.721Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:50:56.722Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:50:56.722Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:50:56.722Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:50:56.723Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:50:57.724Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:50:57.724Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:50:57.724Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:50:57.724Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:50:58.725Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:50:58.725Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:50:58.726Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:50:58.726Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:50:59.727Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:50:59.727Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:50:59.727Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T05:50:59.728Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T05:50:59.728Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:50:59.770Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:50:59.771Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:50:59.771Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:50:59.771Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:50:59.771Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:50:59.772Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:51:00.062Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:51:00.064Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T05:51:00.064Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T05:51:00.064Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:51:00.065Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:51:00.065Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:51:00.065Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:51:00.065Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328260064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:51:01.065Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:51:01.066Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:51:01.066Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:51:01.067Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:51:01.068Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:51:01.068Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:51:01.178Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1887767338240227879/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T05:51:01.767Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:51:01.767Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:51:01.767Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:51:01.767Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T05:51:01.767Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:51:01.767Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:51:01.767Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:51:01.767Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:51:01.767Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:51:01.767Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:51:01.767Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T05:51:01.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:51:01.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:01.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:51:01.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T05:51:01.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:51:01.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:51:01.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:01.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:51:01.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T05:51:01.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:51:01.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:51:01.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:01.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:51:01.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:01.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:51:01.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:01.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:51:01.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:01.769Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:51:01.769Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:01.769Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:51:01.769Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:51:01.816Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T05:51:01.817Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T05:51:01.817Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T05:51:01.817Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:51:01.817Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:51:01.817Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:51:01.817Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328261817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:51:02.818Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T05:51:02.818Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T05:51:02.818Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:51:02.818Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:51:02.818Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:51:02.819Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328262818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:51:03.819Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:51:03.847Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:51:03.852Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:51:03.852Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:51:03.852Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:51:03.852Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:51:03.852Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:51:03.852Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:51:03.852Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:51:03.853Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:51:03.853Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:51:03.869Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:51:33.869Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:51:33.883Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T05:51:33.883Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T05:51:33.884Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T05:51:33.892Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:51:33.912Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T05:51:33.912Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f81cf8e3-62b6-40e1-a21b-47b00a933caf], X-ECOMP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-TransactionId=[], X-ONAP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], Content-Type=[application/merge-patch+json]}
2023-04-01T05:51:33.920Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:51:34.086Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:51:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[221344], x-aai-txid=[0-aai-resources-230401-05:51:33:072-6037], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:51:34.087Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:51:34.089Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T05:51:34.089Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:51:34.089Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:51:34.098Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:51:34.098Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:51:34.099Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:51:34.099Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:51:34.099Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:51:34.099Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328294098,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:51:35.132Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:51:35.132Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:51:35.132Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:51:35.132Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:51:35.133Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:51:35.133Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:51:36.134Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:51:36.134Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:51:36.134Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:51:36.135Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:51:37.136Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:51:37.137Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:51:37.137Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:51:37.137Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:51:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:51:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:51:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328178814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:51:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:51:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:51:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328181414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T05:51:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:51:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:51:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328182415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T05:51:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:51:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:51:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328213669,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:51:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:51:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:51:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:51:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:51:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:51:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:51:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:51:37.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:51:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328216986,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:51:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:51:37.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:51:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328218469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T05:51:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:51:37.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:51:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328219470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T05:51:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:51:38.138Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:51:38.139Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:51:38.139Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:51:38.139Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:51:39.140Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:51:39.141Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:51:39.141Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:51:39.141Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:51:40.142Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:51:40.142Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:51:40.142Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:51:40.142Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:51:41.143Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:51:41.144Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:51:41.144Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:51:41.144Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:51:42.145Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:51:42.145Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:51:42.145Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T05:51:42.146Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:51:42.146Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:51:42.194Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:51:42.195Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:51:42.195Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:51:42.195Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T05:51:42.195Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:51:42.195Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T05:51:42.609Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:51:42.611Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T05:51:42.612Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T05:51:42.612Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T05:51:42.612Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:51:42.612Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:51:42.612Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:51:42.612Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328302612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:51:43.613Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:51:43.614Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:51:43.614Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:51:43.615Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T05:51:43.615Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:51:43.616Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:51:43.741Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10487206009688588888/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T05:51:44.726Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:51:44.726Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:51:44.726Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:51:44.726Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T05:51:44.726Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:51:44.726Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:51:44.726Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:51:44.726Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:51:44.726Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:51:44.726Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:51:44.726Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T05:51:44.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:51:44.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:44.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:51:44.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:51:44.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:51:44.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:51:44.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:44.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:51:44.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:51:44.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:51:44.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:51:44.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:44.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:51:44.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:44.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T05:51:44.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T05:51:44.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T05:51:44.728Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T05:51:44.728Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T05:51:44.728Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:51:44.728Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:44.728Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:51:44.728Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:44.728Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:51:44.728Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:51:44.728Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:44.728Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:51:44.728Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:51:44.728Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:44.728Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T05:51:44.728Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:51:44.729Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:44.729Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T05:51:44.729Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T05:51:44.729Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T05:51:44.729Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T05:51:44.729Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:44.729Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:51:44.729Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:44.729Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:51:44.729Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:44.729Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:51:44.729Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:51:44.729Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:51:44.729Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:51:44.768Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T05:51:44.768Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T05:51:44.768Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T05:51:44.768Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:51:44.769Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:51:44.769Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:51:44.769Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328304768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:51:45.769Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T05:51:45.770Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T05:51:45.770Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:51:45.770Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:51:45.770Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:51:45.771Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328305769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:51:46.771Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:51:46.793Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:51:46.798Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:51:46.799Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:51:46.799Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:51:46.799Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:51:46.799Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:51:46.799Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:51:46.800Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:51:46.800Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:51:46.800Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:51:46.813Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:52:16.813Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:52:16.823Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T05:52:16.823Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T05:52:16.824Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T05:52:16.831Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:52:16.852Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T05:52:16.853Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5955898a-38e0-4877-a410-abcaa0bcc124], X-ECOMP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-TransactionId=[], X-ONAP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], Content-Type=[application/merge-patch+json]}
2023-04-01T05:52:16.867Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:52:17.034Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:52:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[200848], x-aai-txid=[0-aai-resources-230401-05:52:16:019-35744], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:52:17.035Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:52:17.035Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T05:52:17.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:52:17.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:52:17.044Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:52:17.044Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:52:17.044Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:52:17.045Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:52:17.045Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:52:17.046Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328337044,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:52:18.076Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:52:18.077Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"efccc4c5-7bb8-41cf-a6f1-9349eb35981a","serviceName":"Demo_pNF_Ic9dwGek3O8urfndll23","serviceVersion":"1.0","serviceUUID":"508389d7-38f7-47fd-bd41-20662b25b49f","serviceDescription":"catalog service description","serviceInvariantUUID":"0c7ab211-5fee-4b5a-bec9-64020478b0d6","resources":[{"resourceInstanceName":"pNF 714be145-f272 0","resourceName":"pNF 714be145-f272","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a88b7f5-eb0f-4834-8b28-b493ad94df97","resourceInvariantUUID":"d433ff3f-bd27-4f50-9a82-92c827585226","resourceCustomizationUUID":"1e941aea-4b3a-4cce-abb2-10cfdf34307e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml","artifactChecksum":"NjU5MzlhODFlOGE1N2EwYTMxYzIwYTMwNmU1YWE3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e040a26-adca-4b38-9d2e-fdfcfef6d9e1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1d3a0bb-10d9-439a-ae6b-df81971675e9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6015e29b-2f4a-410f-82e3-806118e18502","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml","artifactChecksum":"MTYwNGM5OGNmMmVlNGI4Yjg5ZGNmZTY2OGUyOTJiZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32dc7eae-06c0-4612-a8d9-3dfbfd0d28bf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60dd7381-89ba-45dd-a9da-027a43838703","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8f86f18-4d48-4f98-b9a5-9d23ac6f4ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactChecksum":"NjVhNGRmZmExYzg1ZDZkZjljNDYzNDkzZDQ2MTYxMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da026c00-e8ae-4986-a794-33fb54386015","artifactVersion":"1"},{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactChecksum":"NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48e8d3b4-539a-49e9-b8f3-1c68661898e1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:52:18.078Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:52:18.078Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:52:18.078Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:52:18.079Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:52:19.079Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:52:19.079Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:52:19.079Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:52:19.080Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:52:20.080Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:52:20.081Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:52:20.081Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:52:20.081Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:52:21.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:52:21.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:52:21.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:52:21.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:52:22.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:52:22.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:52:22.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:52:22.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:52:23.084Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:52:23.084Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:52:23.084Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:52:23.084Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:52:24.085Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:52:24.085Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:52:24.085Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:52:24.085Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:52:25.086Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:52:25.086Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:52:25.087Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:52:25.087Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:52:26.087Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "serviceName": "Demo_pNF_Ic9dwGek3O8urfndll23",
  "serviceVersion": "1.0",
  "serviceUUID": "508389d7-38f7-47fd-bd41-20662b25b49f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c7ab211-5fee-4b5a-bec9-64020478b0d6",
  "resources": [
    {
      "resourceInstanceName": "pNF 714be145-f272 0",
      "resourceCustomizationUUID": "1e941aea-4b3a-4cce-abb2-10cfdf34307e",
      "resourceName": "pNF 714be145-f272",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2a88b7f5-eb0f-4834-8b28-b493ad94df97",
      "resourceInvariantUUID": "d433ff3f-bd27-4f50-9a82-92c827585226",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactChecksum": "NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48e8d3b4-539a-49e9-b8f3-1c68661898e1"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:52:26.088Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:52:26.088Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 508389d7-38f7-47fd-bd41-20662b25b49f ASDC
2023-04-01T05:52:26.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:efccc4c5-7bb8-41cf-a6f1-9349eb35981a
ServiceName:Demo_pNF_Ic9dwGek3O8urfndll23
ServiceVersion:1.0
ServiceUUID:508389d7-38f7-47fd-bd41-20662b25b49f
ServiceInvariantUUID:0c7ab211-5fee-4b5a-bec9-64020478b0d6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactUUID:48e8d3b4-539a-49e9-b8f3-1c68661898e1
ArtifactChecksum:NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 714be145-f272 0
ResourceCustomizationUUID:1e941aea-4b3a-4cce-abb2-10cfdf34307e
ResourceInvariantUUID:d433ff3f-bd27-4f50-9a82-92c827585226
ResourceName:pNF 714be145-f272
ResourceType:PNF
ResourceUUID:2a88b7f5-eb0f-4834-8b28-b493ad94df97
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T05:52:26.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 508389d7-38f7-47fd-bd41-20662b25b49f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:52:26.123Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:52:26.124Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:52:26.124Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:52:26.124Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 from URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:52:26.124Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:52:26.124Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:52:26.396Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:52:26.397Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar 48e8d3b4-539a-49e9-b8f3-1c68661898e1 87995
2023-04-01T05:52:26.398Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T05:52:26.398Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:52:26.398Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:52:26.398Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:52:26.398Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:52:26.399Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328346397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:52:27.399Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:52:27.400Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:52:27.400Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1, URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar to file: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:52:27.402Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:52:27.403Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:52:27.403Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:52:27.488Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12156316526586465942/Definitions/service-DemoPnfIc9dwgek3o8urfndll23-template.yml
2023-04-01T05:52:28.087Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:52:28.087Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:52:28.087Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:52:28.087Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T05:52:28.087Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:52:28.087Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 714be145-f272 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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:52:28.087Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:52:28.088Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:52:28.089Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:52:28.089Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:52:28.089Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:52:28.089Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:52:28.089Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Ic9dwGek3O8urfndll23
Description:catalog service description
Model UUID:508389d7-38f7-47fd-bd41-20662b25b49f
Model Version:NULL
Model InvariantUuid:0c7ab211-5fee-4b5a-bec9-64020478b0d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:52:28.132Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists
2023-04-01T05:52:28.133Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T05:52:28.133Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists)
2023-04-01T05:52:28.133Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:52:28.133Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:52:28.133Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:52:28.133Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328348133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:52:29.134Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T05:52:29.135Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists)
2023-04-01T05:52:29.135Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:52:29.136Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:52:29.136Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:52:29.136Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328349134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:52:30.137Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:52:30.162Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:52:30.166Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:52:30.166Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:52:30.166Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:52:30.166Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:52:30.166Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:52:30.166Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:52:30.166Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:52:30.166Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:52:30.166Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:52:30.179Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:52:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:52:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:52:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328250688,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:52:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:52:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:52:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:52:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:52:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:52:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:52:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:52:37.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:52:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:52:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:52:37.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:52:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:52:37.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:52:37.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:52:37.270Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:52:37.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:52:37.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:52:37.270Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:52:37.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:52:37.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:52:37.270Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:52:37.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:52:37.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:52:37.270Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:52:37.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:52:37.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:52:37.271Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328260064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:52:37.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:52:37.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:52:37.271Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328261817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T05:52:37.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:52:37.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:52:37.271Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328262818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T05:52:37.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:52:37.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:52:37.272Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328294098,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:52:37.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:52:37.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:52:37.272Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:52:37.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:52:37.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:52:37.272Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:52:37.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:52:37.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:52:37.273Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:52:37.273Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:00.179Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:53:00.190Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and serviceModelVersionId: 508389d7-38f7-47fd-bd41-20662b25b49f
2023-04-01T05:53:00.191Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c7ab211-5fee-4b5a-bec9-64020478b0d6
2023-04-01T05:53:00.192Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0
2023-04-01T05:53:00.199Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:53:00.223Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T05:53:00.224Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||Invoke
2023-04-01T05:53:00.233Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:53:00.383Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||InvokeReturn
2023-04-01T05:53:00.384Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:52:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[262192], x-aai-txid=[1-aai-resources-230401-05:52:59:384-51383], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:53:00.384Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:53:00.385Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:53:00.385Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:53:00.393Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:53:00.394Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efccc4c5-7bb8-41cf-a6f1-9349eb35981a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:53:00.394Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:53:00.394Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:53:00.395Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:53:00.395Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328380394,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:53:01.421Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:53:01.421Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"5b45de55-3695-452f-9983-9028c5d19e44","serviceName":"Demo_pNF_T3B6zbSGi2YaADhQk31n","serviceVersion":"1.0","serviceUUID":"0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce","serviceDescription":"catalog service description","serviceInvariantUUID":"53a72de3-783e-4b47-b1de-0a636a89ab5c","resources":[{"resourceInstanceName":"pNF 16fd43e8-271b 0","resourceName":"pNF 16fd43e8-271b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d508e38c-c0fa-4a4d-9625-eb3b8160f955","resourceInvariantUUID":"e0c45bf9-a664-4da1-a4af-6cca8f95a224","resourceCustomizationUUID":"88fa0cd3-4226-4714-8744-fb73ed71935e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml","artifactChecksum":"YjUyMjQ2MzM0ZTYzMWY2ZTQ3OGU0N2FiMDM5MzQ1MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"657b817d-7d0e-44c2-94ac-231ba194e947","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c8d24aa5-0656-462d-8ed0-090aa89b712f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28f516db-5f2e-4b3d-9fa5-c4e51a8f54e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml","artifactChecksum":"YzhmZWViYWMwMjhlY2VkZDFiZDZjNGVkYWU0OGFmYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14cb3a33-a56a-47db-afe8-dc6502ca836c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2138386-4a06-4fbc-93b3-fe0b6f0a0bfc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"450a51c0-1ad1-432b-87c0-0ec0c73f9990","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactChecksum":"NDQ4ZWFlYmQ3OGQ0N2M5OWE2ZGFlYTQ4YzM2MzM5ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5e828e-6ec8-4cc1-b187-c0bd8c97a387","artifactVersion":"1"},{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactChecksum":"ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7094e1e0-36ad-4848-a315-00b0c9b42a72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:53:01.422Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:53:01.422Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:53:01.422Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:53:01.422Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:53:02.423Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:53:02.424Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:53:02.424Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:53:02.424Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:53:03.424Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:53:03.425Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:53:03.425Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:53:03.425Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:53:04.425Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:53:04.426Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:53:04.426Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:53:04.426Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:53:05.427Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:53:05.427Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:53:05.428Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:53:05.428Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:53:06.428Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:53:06.429Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:53:06.429Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:53:06.429Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:53:07.429Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:53:07.429Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:53:07.429Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:53:07.429Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:53:08.430Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:53:08.430Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:53:08.431Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:53:08.431Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:53:09.431Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "serviceName": "Demo_pNF_T3B6zbSGi2YaADhQk31n",
  "serviceVersion": "1.0",
  "serviceUUID": "0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "53a72de3-783e-4b47-b1de-0a636a89ab5c",
  "resources": [
    {
      "resourceInstanceName": "pNF 16fd43e8-271b 0",
      "resourceCustomizationUUID": "88fa0cd3-4226-4714-8744-fb73ed71935e",
      "resourceName": "pNF 16fd43e8-271b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d508e38c-c0fa-4a4d-9625-eb3b8160f955",
      "resourceInvariantUUID": "e0c45bf9-a664-4da1-a4af-6cca8f95a224",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactChecksum": "ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7094e1e0-36ad-4848-a315-00b0c9b42a72"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:53:09.432Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:53:09.432Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC
2023-04-01T05:53:09.432Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5b45de55-3695-452f-9983-9028c5d19e44
ServiceName:Demo_pNF_T3B6zbSGi2YaADhQk31n
ServiceVersion:1.0
ServiceUUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
ServiceInvariantUUID:53a72de3-783e-4b47-b1de-0a636a89ab5c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactUUID:7094e1e0-36ad-4848-a315-00b0c9b42a72
ArtifactChecksum:ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 16fd43e8-271b 0
ResourceCustomizationUUID:88fa0cd3-4226-4714-8744-fb73ed71935e
ResourceInvariantUUID:e0c45bf9-a664-4da1-a4af-6cca8f95a224
ResourceName:pNF 16fd43e8-271b
ResourceType:PNF
ResourceUUID:d508e38c-c0fa-4a4d-9625-eb3b8160f955
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T05:53:09.432Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:53:09.488Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:53:09.488Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:53:09.488Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:53:09.489Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 from URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T05:53:09.489Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:53:09.489Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T05:53:09.750Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:53:09.753Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar 7094e1e0-36ad-4848-a315-00b0c9b42a72 88007
2023-04-01T05:53:09.753Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T05:53:09.753Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T05:53:09.753Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:53:09.754Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:53:09.754Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:53:09.754Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328389753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:53:10.755Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:53:10.755Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:53:10.755Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72, URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar to file: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T05:53:10.756Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T05:53:10.757Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T05:53:10.757Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T05:53:10.840Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15078374528004713362/Definitions/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml
2023-04-01T05:53:11.374Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:53:11.375Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:53:11.375Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T05:53:11.375Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T05:53:11.375Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T05:53:11.375Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T05:53:11.375Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T05:53:11.375Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T05:53:11.375Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 16fd43e8-271b 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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T05:53:11.375Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T05:53:11.375Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T05:53:11.375Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:53:11.375Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:53:11.375Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:53:11.375Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T05:53:11.375Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:53:11.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:53:11.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:53:11.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:53:11.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T05:53:11.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:53:11.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:53:11.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:53:11.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:53:11.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:53:11.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:53:11.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:53:11.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:53:11.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:53:11.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:53:11.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:53:11.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:53:11.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_T3B6zbSGi2YaADhQk31n
Description:catalog service description
Model UUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
Model Version:NULL
Model InvariantUuid:53a72de3-783e-4b47-b1de-0a636a89ab5c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T05:53:11.397Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:53:11.402Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||pNF 16fd43e8-271b 0
2023-04-01T05:53:11.402Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955
2023-04-01T05:53:11.402Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
2023-04-01T05:53:11.402Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
2023-04-01T05:53:11.402Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 16fd43e8-271b 0 d508e38c-c0fa-4a4d-9625-eb3b8160f955 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:53:11.412Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@634aee64, org.onap.sdc.toscaparser.api.parameters.Input@6f49dd5a, org.onap.sdc.toscaparser.api.parameters.Input@2aeed957, org.onap.sdc.toscaparser.api.parameters.Input@67a9d3f1, org.onap.sdc.toscaparser.api.parameters.Input@532438ae]
2023-04-01T05:53:11.413Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:53:11.413Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:53:11.413Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce: pNF 16fd43e8-271b
2023-04-01T05:53:11.413Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Processing PNF resource: d508e38c-c0fa-4a4d-9625-eb3b8160f955
2023-04-01T05:53:11.413Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:53:11.413Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:53:11.413Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Resource customization UUID: 88fa0cd3-4226-4714-8744-fb73ed71935e is the same as notified resource customizationUUID: 88fa0cd3-4226-4714-8744-fb73ed71935e
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-04-01T05:53:11.477Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 16fd43e8-271b d508e38c-c0fa-4a4d-9625-eb3b8160f955 0 ASDC deployResourceStructure
2023-04-01T05:53:11.477Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T05:53:11.477Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T05:53:11.477Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T05:53:11.477Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:53:11.477Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:53:11.477Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328391477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:53:12.478Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:53:12.513Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:53:12.517Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T05:53:12.518Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T05:53:12.518Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T05:53:12.518Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T05:53:12.518Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:53:12.518Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:53:12.518Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:53:12.518Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T05:53:12.518Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:53:12.532Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T05:53:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:53:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.270Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.270Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.270Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.271Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328302612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:53:37.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.271Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328304768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T05:53:37.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.271Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328305769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T05:53:37.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.271Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328289809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.272Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328292212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.272Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328288706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.272Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328299290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.272Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328289473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.272Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328289809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.272Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328292212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.273Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.273Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328288706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.273Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.273Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328299290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.273Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.273Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328289473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.273Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.273Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328289809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.273Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.273Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328292212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.274Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.274Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328288706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.275Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328299290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.276Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328289473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.276Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.277Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328289809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.277Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328292212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.278Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328288706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.279Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.279Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328299290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.279Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.280Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328289473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.280Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.281Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328289809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.281Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.281Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328292212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.281Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.282Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328288706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.282Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.283Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328299290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.284Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328289473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.285Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328289809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.286Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.286Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328292212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.286Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.287Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328288706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.287Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328299290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.288Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.288Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328289473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.288Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.289Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328289809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.289Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.289Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328292212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.290Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328288706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.291Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328299290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.291Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328289473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.292Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328289809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.293Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328292212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.293Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328299290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.294Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328288706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.295Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328289473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.295Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328289809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.296Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328292212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.296Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328299290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.297Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.297Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328289473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.297Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.298Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328288706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.298Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.298Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328289809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.299Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.299Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328292212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.299Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.299Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328299290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.300Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328288706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.301Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328289473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.301Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.301Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328317096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:53:37.301Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.301Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328317103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:53:37.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.302Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328317499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:53:37.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.302Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328317619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:53:37.303Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.303Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328318502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T05:53:37.303Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.303Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328318202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:53:37.303Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.304Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328319503,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:53:37.346Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1314236a-cd6a-41a1-8281-e09a18d9fe21
2023-04-01T05:53:37.346Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1314236a-cd6a-41a1-8281-e09a18d9fe21 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:53:37.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.369Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328319297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:53:37.369Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.369Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328320397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:53:37.369Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.369Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328321517,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:53:37.383Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1314236a-cd6a-41a1-8281-e09a18d9fe21
2023-04-01T05:53:37.384Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1314236a-cd6a-41a1-8281-e09a18d9fe21 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:53:37.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.401Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328322519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-01T05:53:37.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.401Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328323394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T05:53:37.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.401Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328324396,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:53:37.414Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1314236a-cd6a-41a1-8281-e09a18d9fe21
2023-04-01T05:53:37.414Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1314236a-cd6a-41a1-8281-e09a18d9fe21 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:53:37.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.433Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328325704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.433Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.434Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328325704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.434Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328325704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.434Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328325704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.434Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328325704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.434Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328325704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.435Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328320505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.435Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328325398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.435Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328319264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.435Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328323523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.435Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328318106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.436Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328325704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.436Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328319264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.436Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328325398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.436Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328318106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.437Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328320505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.437Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.437Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328323523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.437Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.437Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328325704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.437Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.437Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328319264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.437Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.437Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328325398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.437Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.437Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328318106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.437Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.438Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328320505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.438Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328323523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.438Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328325704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.438Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328319264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.438Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328325398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.439Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328320505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.439Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328318106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.439Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328323523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.439Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328325704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.439Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328337044,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:53:37.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.439Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328319264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.440Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.440Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328325398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.440Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.440Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328320505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.440Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.440Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328318106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.440Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.440Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328323523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.440Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.441Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328336556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:53:37.441Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.441Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.441Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.441Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328319264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.441Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.441Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328318106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.441Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.441Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328325398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.442Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.442Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328323523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.442Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.442Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328320505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.442Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.442Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.442Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.442Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328319264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.442Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.442Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328318106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.442Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328325398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328320505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328323523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328338622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328319264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328318106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.444Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328325398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.444Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328320505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.444Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328323523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.444Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328339627,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:53:37.457Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1314236a-cd6a-41a1-8281-e09a18d9fe21
2023-04-01T05:53:37.457Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1314236a-cd6a-41a1-8281-e09a18d9fe21 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328340750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328340750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328341147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328341260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328340950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328341755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328342150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328341864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328340950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328341755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.478Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328343151,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:53:37.509Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4a0b667-7242-474d-a1f8-09bba9315ce1
2023-04-01T05:53:37.509Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4a0b667-7242-474d-a1f8-09bba9315ce1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:53:37.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.530Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.531Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.531Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328342988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:53:37.531Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.531Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328340950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.531Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.531Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328341755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.531Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.531Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328344152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.532Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.532Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.532Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.532Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328344043,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:53:37.544Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4a0b667-7242-474d-a1f8-09bba9315ce1
2023-04-01T05:53:37.544Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4a0b667-7242-474d-a1f8-09bba9315ce1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:53:37.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.561Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328340950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.561Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.562Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328341755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.562Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328344152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.563Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328345047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-01T05:53:37.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.564Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328346397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:53:37.564Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.565Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328340950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.565Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.566Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328341755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.566Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.566Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328344152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.567Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328346051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.567Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328346875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T05:53:37.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.568Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328340950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.568Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.568Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328341755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.568Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.568Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328344152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.568Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.568Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328348133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
}
2023-04-01T05:53:37.568Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.568Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328346051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.569Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.569Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328347878,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:53:37.580Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f4a0b667-7242-474d-a1f8-09bba9315ce1
2023-04-01T05:53:37.580Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4a0b667-7242-474d-a1f8-09bba9315ce1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:53:37.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328340950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328341755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328344152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328349134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
}
2023-04-01T05:53:37.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328346051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328340950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328341755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328344152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328349473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328346051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680328340950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.605Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328341755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.605Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328344152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.605Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328349473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.606Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328346051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.606Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.606Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328344152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.606Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.606Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680328350881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:53:37.606Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.606Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328349473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.607Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328346051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.607Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328344152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.607Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328349473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.608Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328346051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.608Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.608Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328353292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:53:37.608Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.608Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328349473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.608Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.609Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328346051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.609Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.609Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328354294,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T05:53:37.609Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.609Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328349473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.609Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.609Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680328346051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:53:37.610Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.610Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680328355300,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:53:37.646Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 501785e9-f1fd-4675-b2b8-533de86fc0eb
2023-04-01T05:53:37.646Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 501785e9-f1fd-4675-b2b8-533de86fc0eb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:53:37.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.668Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328349473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:37.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:53:37.668Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328349473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:53:37.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:53:42.532Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:53:42.545Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b45de55-3695-452f-9983-9028c5d19e44 and serviceModelVersionId: 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
2023-04-01T05:53:42.546Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53a72de3-783e-4b47-b1de-0a636a89ab5c
2023-04-01T05:53:42.547Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0
2023-04-01T05:53:42.555Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:53:42.582Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||Invoke
2023-04-01T05:53:42.583Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fdf9b9df-8a0e-42bd-8f24-aefe457d427b], X-ECOMP-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], X-TransactionId=[], X-ONAP-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], Content-Type=[application/merge-patch+json]}
2023-04-01T05:53:42.591Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T05:53:42.731Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:53:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[250016], x-aai-txid=[2-aai-resources-230401-05:53:41:741-85937], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:53:42.731Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:53:42.732Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||InvokeReturn
2023-04-01T05:53:42.732Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:53:42.732Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:53:42.741Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:53:42.741Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b45de55-3695-452f-9983-9028c5d19e44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T05:53:42.741Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T05:53:42.741Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:53:42.741Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:53:42.742Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328422741,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:53:43.771Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T05:53:43.772Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T05:53:43.773Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 0 disconnected.
2023-04-01T05:53:43.774Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 1 disconnected.
2023-04-01T05:53:43.774Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T05:53:43.774Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T05:53:43.774Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T05:53:43.775Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T05:53:43.778Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=8, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T05:53:43.780Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-9c6767cf-10c7-4826-a807-95fd9dc4e100
2023-04-01T05:53:43.780Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T05:53:43.780Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T05:53:44.944Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:53:47.953Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:53:50.963Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:53:53.973Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:53:56.982Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:53:59.992Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:54:03.002Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:54:06.017Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:54:09.025Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:54:12.035Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:54:15.044Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:54:18.054Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:54:21.064Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:54:24.072Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:54:27.081Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:54:30.090Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:54:33.101Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:54:36.112Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:54:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:54:37.282Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:54:37.282Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T05:54:37.288Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-9c6767cf-10c7-4826-a807-95fd9dc4e100', protocol='range'}
2023-04-01T05:54:37.288Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:54:37.293Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T05:54:37.293Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T05:54:37.293Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T05:54:37.294Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T05:54:37.294Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T05:54:37.294Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T05:54:37.294Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 39: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-9c6767cf-10c7-4826-a807-95fd9dc4e100=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T05:54:37.310Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-9c6767cf-10c7-4826-a807-95fd9dc4e100', protocol='range'}
2023-04-01T05:54:37.310Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:54:37.311Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T05:54:37.311Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T05:54:37.311Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:54:37.311Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T05:54:37.316Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:54:37.316Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:54:37.316Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:54:37.316Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:54:37.316Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:54:37.316Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:54:37.316Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:54:37.316Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1455, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:54:37.316Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:54:37.316Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:54:37.316Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:54:37.317Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:54:37.350Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:54:37.350Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:54:37.351Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:54:37.351Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:54:37.351Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:54:37.351Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:54:38.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.338Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328355704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.339Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328349473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:54:38.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.339Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328355704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.340Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328358621,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:54:38.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.340Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328355704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.340Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328355704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.340Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328355704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.341Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328355704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.341Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328362568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T05:54:38.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.341Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328355704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.342Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.342Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1680328363571,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:54:38.352Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:54:38.352Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:54:38.352Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:54:38.352Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:54:38.362Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 501785e9-f1fd-4675-b2b8-533de86fc0eb
2023-04-01T05:54:38.363Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 501785e9-f1fd-4675-b2b8-533de86fc0eb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:54:38.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.386Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328355704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:54:38.387Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.387Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328364496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:54:38.387Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.387Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328366565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T05:54:38.387Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.387Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328367570,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:54:38.402Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f4a0b667-7242-474d-a1f8-09bba9315ce1
2023-04-01T05:54:38.402Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4a0b667-7242-474d-a1f8-09bba9315ce1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:54:38.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328355704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328355704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328355704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328355704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328355704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328355704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328355704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328355704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328355704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:54:38.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.424Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328377740,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:54:38.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.424Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328380394,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:54:38.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.424Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328379498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T05:54:38.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.424Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.424Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680328380502,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T05:54:38.436Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 501785e9-f1fd-4675-b2b8-533de86fc0eb
2023-04-01T05:54:38.436Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 501785e9-f1fd-4675-b2b8-533de86fc0eb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-01T05:54:38.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.454Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.454Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.454Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.455Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.455Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.455Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.455Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680327781683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:54:38.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.456Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328389753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T05:54:38.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.456Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328391477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T05:54:38.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.457Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328422741,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T05:54:38.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:38.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T05:54:38.457Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:54:38.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:54:39.353Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:54:39.353Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:54:39.353Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:54:39.353Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:54:40.354Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:54:40.354Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:54:40.354Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:54:40.355Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:54:41.355Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:54:41.355Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:54:41.356Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:54:41.356Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:54:42.356Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:54:42.357Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:54:42.357Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:54:42.357Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:54:43.357Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:54:43.358Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:54:43.358Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:54:43.358Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:54:44.359Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:54:44.359Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:54:44.359Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T05:54:44.360Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:54:44.360Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:54:44.397Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:54:44.397Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:54:44.398Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:54:44.398Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T05:54:44.398Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:54:44.398Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T05:54:44.423Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T05:54:44.423Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6bc5ca7c
2023-04-01T05:54:44.423Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T05:54:44.423Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T05:54:44.423Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T05:54:44.424Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T05:54:44.424Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T05:54:44.424Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T05:54:44.424Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:54:44.424Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:54:44.424Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328484424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:54:45.425Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T05:54:45.444Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:54:45.444Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:54:45.449Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T05:54:45.450Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T05:54:45.450Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T05:54:45.450Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:54:45.450Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T05:54:45.465Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T05:54:45.466Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6b140421
2023-04-01T05:54:45.466Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T05:54:45.466Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T05:54:45.466Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T05:54:45.467Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T05:54:45.467Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T05:54:45.467Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T05:54:45.467Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:54:45.467Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:54:45.467Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328485467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:54:46.468Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:54:46.469Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:54:46.497Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:54:46.502Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:54:46.502Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:55:16.502Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:55:16.529Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:55:16.534Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:55:16.534Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:55:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:55:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:55:37.266Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T05:55:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:55:46.534Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:55:46.559Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:55:46.564Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:55:46.564Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:56:16.565Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:56:16.587Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:56:16.591Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:56:16.591Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:56:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:56:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:56:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T05:56:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:56:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:56:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:56:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:56:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:56:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T05:56:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:56:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:56:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T05:56:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:56:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:56:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T05:56:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:56:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:56:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328484424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T05:56:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:56:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T05:56:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328485467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T05:56:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T05:56:46.591Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:56:46.619Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:56:46.624Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:56:46.624Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:57:16.625Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:57:16.650Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:57:16.654Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:57:16.654Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:57:37.265Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:57:46.655Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:57:46.677Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:57:46.681Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:57:46.681Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:58:16.682Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:58:16.705Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:58:16.709Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:58:16.710Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:58:37.266Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:58:46.710Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:58:46.733Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:58:46.737Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:58:46.737Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:59:16.738Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:59:16.766Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T05:59:16.772Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T05:59:16.772Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T05:59:37.266Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:59:37.404Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T05:59:37.405Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-9c6767cf-10c7-4826-a807-95fd9dc4e100 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-04-01T05:59:37.405Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T05:59:37.405Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T05:59:37.869Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T05:59:37.885Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:59:37.885Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T05:59:37.891Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:59:37.891Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 40: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T05:59:37.909Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T05:59:37.909Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T05:59:37.910Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T05:59:37.915Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:59:37.915Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:59:37.915Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:59:37.915Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1503, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T05:59:37.915Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T05:59:37.915Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T05:59:46.773Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T05:59:46.773Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T05:59:46.786Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T05:59:46.786Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T05:59:46.786Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T05:59:46.793Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T05:59:46.820Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T05:59:46.822Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T05:59:46.830Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T05:59:47.024Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T05:59:47.025Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 05:59:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[190], vertex-id=[168128], x-aai-txid=[1-aai-resources-230401-05:59:45:981-10648], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T05:59:47.025Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T05:59:47.025Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T05:59:47.025Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T05:59:47.034Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T05:59:47.035Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T05:59:47.035Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T05:59:47.035Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:59:47.035Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:59:47.035Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328787035,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:59:47.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T05:59:47.060Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328787035,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T05:59:47.061Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:59:48.065Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T05:59:48.066Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T05:59:48.067Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:59:48.067Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:59:48.067Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:59:48.067Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:59:49.068Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:59:49.068Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:59:49.069Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:59:49.069Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:59:50.069Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:59:50.070Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:59:50.070Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:59:50.070Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:59:51.071Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:59:51.072Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:59:51.072Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:59:51.072Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:59:52.073Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:59:52.073Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:59:52.073Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:59:52.074Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:59:53.074Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:59:53.074Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:59:53.075Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:59:53.075Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:59:54.075Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T05:59:54.076Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:59:54.076Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:59:54.076Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:59:55.077Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T05:59:55.078Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T05:59:55.078Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T05:59:55.079Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T05:59:55.080Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T05:59:55.120Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:59:55.121Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:59:55.121Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:59:55.121Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:59:55.121Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T05:59:55.121Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:59:55.476Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T05:59:55.479Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T05:59:55.479Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:59:55.479Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T05:59:55.479Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T05:59:55.479Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:59:55.479Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:59:55.480Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328795479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:59:56.480Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T05:59:56.481Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T05:59:56.481Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:59:56.481Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T05:59:56.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:59:56.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:59:56.603Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13008463954451856059/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T05:59:58.072Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T05:59:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:59:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T05:59:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T05:59:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:59:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:59:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:59:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:59:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:59:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:59:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:59:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:59:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:59:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T05:59:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T05:59:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T05:59:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:59:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:59:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:59:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:59:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:59:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:59:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:59:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:59:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T05:59:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T05:59:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:59:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:59:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:59:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:59:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:59:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:59:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:59:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:59:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:59:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:59:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:59:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:59:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:59:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:59:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:59:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:59:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:59:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:59:58.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:59:58.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T05:59:58.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:59:58.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T05:59:58.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:59:58.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:59:58.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:59:58.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:59:58.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:59:58.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:59:58.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:59:58.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T05:59:58.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T05:59:58.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:59:58.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:59:58.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:59:58.077Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:59:58.077Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T05:59:58.077Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:59:58.077Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:59:58.077Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:59:58.077Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:59:58.077Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:59:58.077Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:59:58.077Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:59:58.077Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:59:58.077Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T05:59:58.077Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:59:58.077Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:59:58.077Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:59:58.077Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:59:58.077Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:59:58.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:59:58.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:59:58.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:59:58.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:59:58.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T05:59:58.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T05:59:58.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T05:59:58.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T05:59:58.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:59:58.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T05:59:58.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:59:58.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T05:59:58.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T05:59:58.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T05:59:58.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T05:59:58.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:59:58.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T05:59:58.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T05:59:58.079Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T05:59:58.079Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T05:59:58.079Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T05:59:58.079Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T05:59:58.079Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T05:59:58.079Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T05:59:58.079Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T05:59:58.079Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:59:58.079Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:59:58.079Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:59:58.079Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:59:58.079Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:59:58.079Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:59:58.079Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T05:59:58.079Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T05:59:58.079Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T05:59:58.125Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T05:59:58.126Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:59:58.126Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T05:59:58.126Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:59:58.126Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:59:58.126Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:59:58.126Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328798125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T05:59:59.126Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T05:59:59.127Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T05:59:59.127Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T05:59:59.127Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T05:59:59.127Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T05:59:59.127Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328799126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:00:00.128Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:00:00.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:00:00.157Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:00:00.157Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:00:00.157Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:00:00.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:00:00.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:00:00.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:00:00.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:00:00.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:00:00.158Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:00:00.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:00:30.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:00:30.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T06:00:30.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T06:00:30.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T06:00:30.194Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:00:30.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:00:30.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T06:00:30.223Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:00:30.378Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T06:00:30.378Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:00:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[172224], x-aai-txid=[0-aai-resources-230401-06:00:29:374-33643], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:00:30.379Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:00:30.379Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:00:30.379Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:00:30.388Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:00:30.388Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:00:30.388Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:00:30.388Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:00:30.388Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:00:30.389Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328830388,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:00:31.417Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:00:31.417Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:00:31.418Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:00:31.418Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:00:31.418Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:00:31.418Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:00:32.419Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:00:32.419Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:00:32.419Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:00:32.419Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:00:33.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:00:33.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:00:33.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:00:33.420Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:00:34.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:00:34.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:00:34.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:00:34.421Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:00:35.422Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:00:35.422Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:00:35.422Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:00:35.423Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:00:36.423Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:00:36.424Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:00:36.424Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:00:36.424Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:00:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:00:37.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T06:00:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:00:37.278Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:00:37.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T06:00:37.278Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:00:37.279Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:00:37.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T06:00:37.279Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:00:37.280Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:00:37.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T06:00:37.280Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:00:37.280Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:00:37.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T06:00:37.281Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T06:00:37.281Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:00:37.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T06:00:37.281Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:00:37.281Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:00:37.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T06:00:37.282Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:00:37.282Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:00:37.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T06:00:37.282Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328795479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:00:37.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:00:37.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T06:00:37.283Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328798125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T06:00:37.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:00:37.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T06:00:37.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328799126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T06:00:37.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:00:37.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T06:00:37.284Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328830388,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:00:37.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:00:37.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T06:00:37.285Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:00:37.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:00:37.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T06:00:37.286Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:00:37.286Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:00:37.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T06:00:37.287Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:00:37.287Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:00:37.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T06:00:37.288Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:00:37.288Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:00:37.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T06:00:37.288Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T06:00:37.288Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:00:37.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T06:00:37.289Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:00:37.289Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:00:37.424Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:00:37.425Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:00:37.425Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:00:37.425Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:00:38.426Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:00:38.426Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:00:38.426Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T06:00:38.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:00:38.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:00:38.475Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:00:38.476Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:00:38.476Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:00:38.476Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T06:00:38.476Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:00:38.476Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T06:00:38.847Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:00:38.851Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T06:00:38.852Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T06:00:38.852Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T06:00:38.852Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:00:38.852Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:00:38.852Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:00:38.853Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328838852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:00:39.853Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:00:39.854Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:00:39.854Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:00:39.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T06:00:39.856Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:00:39.857Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:00:39.974Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1287024586711496049/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T06:00:41.425Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:00:41.426Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:00:41.427Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:00:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:00:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:00:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:00:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T06:00:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:00:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:00:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:00:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:00:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:00:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:00:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:00:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:00:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:00:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:00:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:00:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:00:41.428Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T06:00:41.429Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T06:00:41.430Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:00:41.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:00:41.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:00:41.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:00:41.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:00:41.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:00:41.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:00:41.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:00:41.431Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:00:41.473Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T06:00:41.474Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T06:00:41.474Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T06:00:41.474Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:00:41.474Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:00:41.474Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:00:41.474Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328841474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:00:42.475Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T06:00:42.475Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T06:00:42.475Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:00:42.476Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:00:42.476Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:00:42.476Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328842475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:00:43.476Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:00:43.498Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:00:43.503Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:00:43.503Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:00:43.504Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:00:43.504Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:00:43.504Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:00:43.504Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:00:43.504Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:00:43.504Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:00:43.504Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:00:43.519Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:01:13.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:01:13.527Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T06:01:13.528Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T06:01:13.530Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T06:01:13.541Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:01:13.566Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T06:01:13.566Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1c020789-8ee6-463b-9db4-cf3ebabcf6ef], X-ECOMP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-TransactionId=[], X-ONAP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], Content-Type=[application/merge-patch+json]}
2023-04-01T06:01:13.573Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:01:13.729Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:01:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[188560], x-aai-txid=[1-aai-resources-230401-06:01:12:725-1471], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:01:13.729Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:01:13.730Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T06:01:13.730Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:01:13.730Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:01:13.740Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:01:13.741Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:01:13.741Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:01:13.741Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:01:13.741Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:01:13.741Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328873741,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:01:14.770Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:01:14.770Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:01:14.770Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:01:14.770Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:01:14.771Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:01:14.771Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:01:15.771Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:01:15.772Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:01:15.772Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:01:15.772Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:01:16.773Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:01:16.773Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:01:16.773Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T06:01:16.773Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T06:01:16.774Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:01:16.814Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:01:16.815Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:01:16.815Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:01:16.816Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T06:01:16.816Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:01:16.816Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T06:01:17.208Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:01:17.210Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T06:01:17.211Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T06:01:17.211Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T06:01:17.211Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:01:17.211Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:01:17.211Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:01:17.211Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328877211,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:01:18.212Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:01:18.213Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:01:18.213Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:01:18.213Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T06:01:18.214Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:01:18.214Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:01:18.316Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3181096532104770595/Definitions/service-BasicNetwork-template.yml
2023-04-01T06:01:18.684Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:01:18.684Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:01:18.684Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:01:18.684Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T06:01:18.684Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:01:18.684Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:01:18.684Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:01:18.684Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:01:18.684Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:01:18.685Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:01:18.685Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:01:18.685Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:01:18.685Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:01:18.685Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:01:18.685Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:01:18.685Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T06:01:18.685Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:01:18.685Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:01:18.685Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:01:18.685Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:01:18.685Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T06:01:18.685Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:01:18.685Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:01:18.686Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:01:18.686Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:01:18.686Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:01:18.686Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:01:18.686Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:01:18.686Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:01:18.686Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:01:18.686Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:01:18.686Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:01:18.686Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:01:18.686Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:01:18.727Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T06:01:18.727Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T06:01:18.727Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T06:01:18.727Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:01:18.727Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:01:18.727Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:01:18.727Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328878727,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:01:19.728Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T06:01:19.728Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T06:01:19.728Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:01:19.728Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:01:19.729Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:01:19.729Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328879728,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:01:20.729Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:01:20.754Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:01:20.756Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:01:20.757Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:01:20.757Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:01:20.757Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:01:20.757Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:01:20.757Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:01:20.757Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:01:20.757Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:01:20.757Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:01:20.771Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:01:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:01:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:01:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:01:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:01:50.772Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:01:50.783Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T06:01:50.783Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T06:01:50.783Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T06:01:50.788Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:01:50.802Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T06:01:50.803Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[58c72dc6-c2bc-4b69-a66a-13a81a46345d], X-ECOMP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-TransactionId=[], X-ONAP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], Content-Type=[application/merge-patch+json]}
2023-04-01T06:01:50.810Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:01:50.968Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:01:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[192576], x-aai-txid=[1-aai-resources-230401-06:01:49:960-53747], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:01:50.969Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:01:50.970Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T06:01:50.970Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:01:50.970Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:01:50.978Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:01:50.978Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:01:50.979Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:01:50.979Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:01:50.979Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:01:50.979Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328910978,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:01:52.006Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:01:52.006Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:01:52.007Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:01:52.007Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:01:52.007Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:01:52.007Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:01:53.008Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:01:53.008Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:01:53.008Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:01:53.008Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:01:54.009Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:01:54.009Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:01:54.009Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:01:54.009Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:01:55.010Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:01:55.010Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:01:55.010Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:01:55.010Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:01:56.011Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:01:56.011Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:01:56.011Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:01:56.011Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:01:57.012Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:01:57.012Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:01:57.012Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:01:57.012Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:01:58.013Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:01:58.013Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:01:58.014Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:01:58.014Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:01:59.015Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:01:59.016Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:01:59.016Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:01:59.016Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:02:00.017Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:02:00.018Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:02:00.018Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T06:02:00.018Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:02:00.018Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:02:00.057Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:02:00.058Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:02:00.058Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:02:00.059Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:02:00.059Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:02:00.059Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:02:00.340Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:02:00.342Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T06:02:00.342Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T06:02:00.342Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:02:00.342Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:02:00.343Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:02:00.343Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:02:00.343Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328920342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:02:01.345Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:02:01.345Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:02:01.346Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:02:01.346Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:02:01.347Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:02:01.347Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:02:01.478Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11876425850375296382/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T06:02:02.129Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:02:02.129Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:02:02.130Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:02:02.130Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:02:02.130Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:02:02.130Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:02:02.130Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:02:02.130Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:02:02.130Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:02:02.130Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:02:02.130Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:02:02.130Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:02:02.130Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:02.130Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:02:02.130Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T06:02:02.130Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:02:02.131Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:02:02.131Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:02.131Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:02:02.131Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T06:02:02.131Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:02:02.131Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:02:02.131Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:02.131Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:02:02.131Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:02.131Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:02:02.131Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:02.131Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:02:02.131Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:02.131Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:02:02.131Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:02.131Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:02:02.131Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:02:02.172Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T06:02:02.173Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T06:02:02.173Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T06:02:02.173Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:02:02.173Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:02:02.173Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:02:02.174Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328922173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:02:03.174Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T06:02:03.175Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T06:02:03.175Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:02:03.175Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:02:03.175Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:02:03.175Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328923174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:02:04.176Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:02:04.200Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:02:04.204Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:02:04.204Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:02:04.204Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:02:04.204Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:02:04.204Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:02:04.204Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:02:04.204Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:02:04.205Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:02:04.205Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:02:04.217Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:02:34.217Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:02:34.231Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T06:02:34.231Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T06:02:34.231Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T06:02:34.241Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:02:34.265Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T06:02:34.265Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d88f2862-57f7-4719-b87c-0c9d55a95584], X-ECOMP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-TransactionId=[], X-ONAP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], Content-Type=[application/merge-patch+json]}
2023-04-01T06:02:34.272Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:02:34.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:02:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[221344], x-aai-txid=[2-aai-resources-230401-06:02:33:423-76041], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:02:34.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:02:34.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T06:02:34.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:02:34.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:02:34.436Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:02:34.436Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:02:34.437Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:02:34.437Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:02:34.437Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:02:34.437Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328954437,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:02:35.461Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:02:35.461Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:02:35.462Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:02:35.462Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:02:35.462Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:02:35.462Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:02:36.463Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:02:36.463Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:02:36.463Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:02:36.463Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:02:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:02:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:02:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328838852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:02:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:02:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:02:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328841474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T06:02:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:02:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:02:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328842475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T06:02:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:02:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:02:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328873741,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:02:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:02:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:02:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:02:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:02:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:02:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:02:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:02:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:02:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328877211,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:02:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:02:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:02:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328878727,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T06:02:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:02:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:02:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328879728,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T06:02:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:02:37.464Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:02:37.464Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:02:37.465Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:02:37.465Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:02:38.465Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:02:38.466Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:02:38.466Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:02:38.466Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:02:39.467Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:02:39.467Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:02:39.467Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:02:39.467Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:02:40.468Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:02:40.468Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:02:40.468Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:02:40.468Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:02:41.469Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:02:41.470Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:02:41.470Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:02:41.470Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:02:42.471Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:02:42.471Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:02:42.471Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T06:02:42.472Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:02:42.472Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:02:42.515Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:02:42.516Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:02:42.516Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:02:42.516Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T06:02:42.516Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:02:42.516Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T06:02:43.099Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:02:43.100Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T06:02:43.101Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T06:02:43.101Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T06:02:43.101Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:02:43.101Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:02:43.101Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:02:43.101Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328963101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:02:44.102Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:02:44.103Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:02:44.103Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:02:44.103Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T06:02:44.104Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:02:44.104Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:02:44.196Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4127957488979633728/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T06:02:45.035Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:02:45.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:02:45.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:02:45.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:02:45.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:02:45.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:02:45.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:02:45.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:02:45.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:02:45.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:02:45.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:02:45.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:02:45.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:45.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:02:45.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:02:45.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:02:45.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:02:45.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:45.036Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:45.037Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:02:45.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:02:45.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:45.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:02:45.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:02:45.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:45.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T06:02:45.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T06:02:45.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:02:45.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T06:02:45.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:45.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:02:45.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:45.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:02:45.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:45.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:02:45.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:02:45.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:02:45.038Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:02:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T06:02:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T06:02:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T06:02:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:02:45.084Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:02:45.084Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:02:45.084Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328965083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:02:46.085Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T06:02:46.085Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T06:02:46.085Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:02:46.086Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:02:46.086Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:02:46.086Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328966084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:02:47.086Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:02:47.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:02:47.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:02:47.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:02:47.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:02:47.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:02:47.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:02:47.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:02:47.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:02:47.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:02:47.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:02:47.133Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:03:17.133Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:03:17.147Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T06:03:17.147Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T06:03:17.148Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T06:03:17.159Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:03:17.182Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:03:17.183Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T06:03:17.191Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:03:17.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T06:03:17.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:03:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[200848], x-aai-txid=[2-aai-resources-230401-06:03:16:341-71174], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:03:17.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:03:17.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:03:17.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:03:17.349Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:03:17.349Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:03:17.349Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:03:17.349Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:03:17.349Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:03:17.350Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328997349,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:03:18.379Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:03:18.380Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"efccc4c5-7bb8-41cf-a6f1-9349eb35981a","serviceName":"Demo_pNF_Ic9dwGek3O8urfndll23","serviceVersion":"1.0","serviceUUID":"508389d7-38f7-47fd-bd41-20662b25b49f","serviceDescription":"catalog service description","serviceInvariantUUID":"0c7ab211-5fee-4b5a-bec9-64020478b0d6","resources":[{"resourceInstanceName":"pNF 714be145-f272 0","resourceName":"pNF 714be145-f272","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a88b7f5-eb0f-4834-8b28-b493ad94df97","resourceInvariantUUID":"d433ff3f-bd27-4f50-9a82-92c827585226","resourceCustomizationUUID":"1e941aea-4b3a-4cce-abb2-10cfdf34307e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml","artifactChecksum":"NjU5MzlhODFlOGE1N2EwYTMxYzIwYTMwNmU1YWE3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e040a26-adca-4b38-9d2e-fdfcfef6d9e1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1d3a0bb-10d9-439a-ae6b-df81971675e9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6015e29b-2f4a-410f-82e3-806118e18502","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml","artifactChecksum":"MTYwNGM5OGNmMmVlNGI4Yjg5ZGNmZTY2OGUyOTJiZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32dc7eae-06c0-4612-a8d9-3dfbfd0d28bf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60dd7381-89ba-45dd-a9da-027a43838703","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8f86f18-4d48-4f98-b9a5-9d23ac6f4ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactChecksum":"NjVhNGRmZmExYzg1ZDZkZjljNDYzNDkzZDQ2MTYxMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da026c00-e8ae-4986-a794-33fb54386015","artifactVersion":"1"},{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactChecksum":"NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48e8d3b4-539a-49e9-b8f3-1c68661898e1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:03:18.380Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:03:18.380Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:03:18.380Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:03:18.380Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:03:19.380Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:03:19.381Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:03:19.381Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:03:19.381Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:03:20.381Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:03:20.382Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:03:20.382Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:03:20.382Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:03:21.392Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:03:21.392Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:03:21.392Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:03:21.393Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:03:22.394Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:03:22.395Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:03:22.395Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:03:22.395Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:03:23.396Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:03:23.397Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:03:23.397Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:03:23.397Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:03:24.398Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:03:24.398Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:03:24.399Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:03:24.399Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:03:25.399Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:03:25.400Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:03:25.400Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:03:25.400Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:03:26.400Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "serviceName": "Demo_pNF_Ic9dwGek3O8urfndll23",
  "serviceVersion": "1.0",
  "serviceUUID": "508389d7-38f7-47fd-bd41-20662b25b49f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c7ab211-5fee-4b5a-bec9-64020478b0d6",
  "resources": [
    {
      "resourceInstanceName": "pNF 714be145-f272 0",
      "resourceCustomizationUUID": "1e941aea-4b3a-4cce-abb2-10cfdf34307e",
      "resourceName": "pNF 714be145-f272",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2a88b7f5-eb0f-4834-8b28-b493ad94df97",
      "resourceInvariantUUID": "d433ff3f-bd27-4f50-9a82-92c827585226",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactChecksum": "NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48e8d3b4-539a-49e9-b8f3-1c68661898e1"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:03:26.401Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:03:26.401Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 508389d7-38f7-47fd-bd41-20662b25b49f ASDC
2023-04-01T06:03:26.401Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:efccc4c5-7bb8-41cf-a6f1-9349eb35981a
ServiceName:Demo_pNF_Ic9dwGek3O8urfndll23
ServiceVersion:1.0
ServiceUUID:508389d7-38f7-47fd-bd41-20662b25b49f
ServiceInvariantUUID:0c7ab211-5fee-4b5a-bec9-64020478b0d6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactUUID:48e8d3b4-539a-49e9-b8f3-1c68661898e1
ArtifactChecksum:NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 714be145-f272 0
ResourceCustomizationUUID:1e941aea-4b3a-4cce-abb2-10cfdf34307e
ResourceInvariantUUID:d433ff3f-bd27-4f50-9a82-92c827585226
ResourceName:pNF 714be145-f272
ResourceType:PNF
ResourceUUID:2a88b7f5-eb0f-4834-8b28-b493ad94df97
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:03:26.401Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 508389d7-38f7-47fd-bd41-20662b25b49f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:03:26.445Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:03:26.445Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:03:26.445Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:03:26.446Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 from URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:03:26.446Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:03:26.446Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:03:26.777Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:03:26.779Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar 48e8d3b4-539a-49e9-b8f3-1c68661898e1 87995
2023-04-01T06:03:26.780Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T06:03:26.780Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:03:26.780Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:03:26.780Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:03:26.780Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:03:26.780Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329006780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:03:27.781Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:03:27.782Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:03:27.782Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1, URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar to file: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:03:27.782Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:03:27.783Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:03:27.783Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:03:27.897Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2378358432604589960/Definitions/service-DemoPnfIc9dwgek3o8urfndll23-template.yml
2023-04-01T06:03:28.500Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:03:28.501Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:03:28.501Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:03:28.501Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:03:28.501Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:03:28.501Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 714be145-f272 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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:03:28.501Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:03:28.501Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:03:28.501Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:03:28.501Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:03:28.501Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:03:28.501Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:03:28.501Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:03:28.501Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:03:28.501Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T06:03:28.502Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:03:28.502Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:03:28.502Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:03:28.502Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:03:28.502Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T06:03:28.502Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:03:28.502Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:03:28.502Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:03:28.502Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:03:28.502Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:03:28.502Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:03:28.502Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:03:28.502Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:03:28.502Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:03:28.502Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:03:28.502Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:03:28.502Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:03:28.503Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Ic9dwGek3O8urfndll23
Description:catalog service description
Model UUID:508389d7-38f7-47fd-bd41-20662b25b49f
Model Version:NULL
Model InvariantUuid:0c7ab211-5fee-4b5a-bec9-64020478b0d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:03:28.551Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists
2023-04-01T06:03:28.551Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T06:03:28.552Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists)
2023-04-01T06:03:28.552Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:03:28.552Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:03:28.552Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:03:28.552Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329008551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:03:29.552Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T06:03:29.553Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists)
2023-04-01T06:03:29.553Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:03:29.553Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:03:29.553Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:03:29.553Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329009552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:03:30.553Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:03:30.580Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:03:30.584Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:03:30.584Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:03:30.584Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:03:30.584Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:03:30.584Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:03:30.584Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:03:30.584Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:03:30.584Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:03:30.584Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:03:30.595Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:03:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:03:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:03:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328910978,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:03:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:03:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:03:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:03:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:03:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:03:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328920342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328922173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328923174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T06:03:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:03:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:03:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328954437,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:03:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:03:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:03:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:03:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:03:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:03:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:03:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:00.595Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:04:00.606Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and serviceModelVersionId: 508389d7-38f7-47fd-bd41-20662b25b49f
2023-04-01T06:04:00.606Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c7ab211-5fee-4b5a-bec9-64020478b0d6
2023-04-01T06:04:00.606Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0
2023-04-01T06:04:00.611Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:04:00.624Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||Invoke
2023-04-01T06:04:00.625Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[efccc4c5-7bb8-41cf-a6f1-9349eb35981a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[12174b4f-b85b-44ba-84cf-5235d3f1d1f4], X-ECOMP-RequestID=[efccc4c5-7bb8-41cf-a6f1-9349eb35981a], X-TransactionId=[], X-ONAP-RequestID=[efccc4c5-7bb8-41cf-a6f1-9349eb35981a], Content-Type=[application/merge-patch+json]}
2023-04-01T06:04:00.632Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:04:00.770Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:03:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[262192], x-aai-txid=[1-aai-resources-230401-06:03:59:781-39908], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:04:00.771Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:04:00.771Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||InvokeReturn
2023-04-01T06:04:00.771Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:04:00.771Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:04:00.780Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:04:00.781Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efccc4c5-7bb8-41cf-a6f1-9349eb35981a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:04:00.781Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:04:00.781Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:00.781Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:00.782Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329040781,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:04:01.810Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:04:01.810Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"5b45de55-3695-452f-9983-9028c5d19e44","serviceName":"Demo_pNF_T3B6zbSGi2YaADhQk31n","serviceVersion":"1.0","serviceUUID":"0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce","serviceDescription":"catalog service description","serviceInvariantUUID":"53a72de3-783e-4b47-b1de-0a636a89ab5c","resources":[{"resourceInstanceName":"pNF 16fd43e8-271b 0","resourceName":"pNF 16fd43e8-271b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d508e38c-c0fa-4a4d-9625-eb3b8160f955","resourceInvariantUUID":"e0c45bf9-a664-4da1-a4af-6cca8f95a224","resourceCustomizationUUID":"88fa0cd3-4226-4714-8744-fb73ed71935e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml","artifactChecksum":"YjUyMjQ2MzM0ZTYzMWY2ZTQ3OGU0N2FiMDM5MzQ1MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"657b817d-7d0e-44c2-94ac-231ba194e947","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c8d24aa5-0656-462d-8ed0-090aa89b712f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28f516db-5f2e-4b3d-9fa5-c4e51a8f54e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml","artifactChecksum":"YzhmZWViYWMwMjhlY2VkZDFiZDZjNGVkYWU0OGFmYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14cb3a33-a56a-47db-afe8-dc6502ca836c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2138386-4a06-4fbc-93b3-fe0b6f0a0bfc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"450a51c0-1ad1-432b-87c0-0ec0c73f9990","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactChecksum":"NDQ4ZWFlYmQ3OGQ0N2M5OWE2ZGFlYTQ4YzM2MzM5ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5e828e-6ec8-4cc1-b187-c0bd8c97a387","artifactVersion":"1"},{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactChecksum":"ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7094e1e0-36ad-4848-a315-00b0c9b42a72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:04:01.811Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:04:01.811Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:01.811Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:01.811Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:02.811Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:04:02.812Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:02.812Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:02.812Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:03.812Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:04:03.813Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:03.813Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:03.813Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:04.814Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:04:04.814Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:04.815Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:04.815Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:05.816Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:04:05.817Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:05.817Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:05.817Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:06.818Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:04:06.819Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:06.819Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:06.819Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:07.820Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:04:07.821Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:07.821Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:07.821Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:08.822Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:04:08.823Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:08.823Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:08.823Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:09.824Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "serviceName": "Demo_pNF_T3B6zbSGi2YaADhQk31n",
  "serviceVersion": "1.0",
  "serviceUUID": "0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "53a72de3-783e-4b47-b1de-0a636a89ab5c",
  "resources": [
    {
      "resourceInstanceName": "pNF 16fd43e8-271b 0",
      "resourceCustomizationUUID": "88fa0cd3-4226-4714-8744-fb73ed71935e",
      "resourceName": "pNF 16fd43e8-271b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d508e38c-c0fa-4a4d-9625-eb3b8160f955",
      "resourceInvariantUUID": "e0c45bf9-a664-4da1-a4af-6cca8f95a224",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactChecksum": "ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7094e1e0-36ad-4848-a315-00b0c9b42a72"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:04:09.824Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:04:09.825Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC
2023-04-01T06:04:09.825Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5b45de55-3695-452f-9983-9028c5d19e44
ServiceName:Demo_pNF_T3B6zbSGi2YaADhQk31n
ServiceVersion:1.0
ServiceUUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
ServiceInvariantUUID:53a72de3-783e-4b47-b1de-0a636a89ab5c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactUUID:7094e1e0-36ad-4848-a315-00b0c9b42a72
ArtifactChecksum:ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 16fd43e8-271b 0
ResourceCustomizationUUID:88fa0cd3-4226-4714-8744-fb73ed71935e
ResourceInvariantUUID:e0c45bf9-a664-4da1-a4af-6cca8f95a224
ResourceName:pNF 16fd43e8-271b
ResourceType:PNF
ResourceUUID:d508e38c-c0fa-4a4d-9625-eb3b8160f955
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:04:09.825Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:04:09.868Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:04:09.869Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:04:09.869Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:04:09.870Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 from URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:04:09.870Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:04:09.870Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:04:10.173Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:04:10.177Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar 7094e1e0-36ad-4848-a315-00b0c9b42a72 88007
2023-04-01T06:04:10.177Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T06:04:10.177Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:04:10.177Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:04:10.177Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:10.177Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:10.178Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329050177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:11.178Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:04:11.179Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:04:11.179Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72, URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar to file: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:04:11.180Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:04:11.181Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:04:11.181Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:04:11.288Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1773866799959960790/Definitions/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml
2023-04-01T06:04:11.960Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:04:11.960Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:04:11.960Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:04:11.960Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:04:11.960Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:04:11.960Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:04:11.960Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:04:11.960Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:04:11.960Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 16fd43e8-271b 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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:04:11.960Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:04:11.960Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:04:11.960Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:04:11.960Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:11.960Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:04:11.960Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T06:04:11.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:04:11.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:04:11.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:11.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:04:11.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T06:04:11.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:04:11.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:04:11.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:11.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:04:11.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:11.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:04:11.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:11.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:04:11.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:11.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:04:11.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:11.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:04:11.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_T3B6zbSGi2YaADhQk31n
Description:catalog service description
Model UUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
Model Version:NULL
Model InvariantUuid:53a72de3-783e-4b47-b1de-0a636a89ab5c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:04:12.004Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||ERROR|500||Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists
2023-04-01T06:04:12.005Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T06:04:12.005Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists)
2023-04-01T06:04:12.005Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:04:12.005Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:12.005Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:12.005Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329052005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:13.007Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T06:04:13.007Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists)
2023-04-01T06:04:13.007Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:04:13.007Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:13.007Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:13.007Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329053007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:14.008Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:04:14.037Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:04:14.041Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:04:14.041Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:04:14.041Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:04:14.041Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:04:14.041Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:04:14.041Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:04:14.041Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:04:14.041Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:04:14.041Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:04:14.054Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:04:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:04:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:04:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T06:04:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:04:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:04:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328963101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:04:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328965083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T06:04:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328966084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T06:04:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328997349,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:04:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:04:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:04:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:04:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:04:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:04:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:04:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:04:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:04:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329006780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:04:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329008551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
}
2023-04-01T06:04:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:04:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329009552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
}
2023-04-01T06:04:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:04:44.055Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:04:44.068Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b45de55-3695-452f-9983-9028c5d19e44 and serviceModelVersionId: 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
2023-04-01T06:04:44.068Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53a72de3-783e-4b47-b1de-0a636a89ab5c
2023-04-01T06:04:44.069Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0
2023-04-01T06:04:44.077Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:04:44.102Z|5b45de55-3695-452f-9983-9028c5d19e44|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/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:04:44.103Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||Invoke
2023-04-01T06:04:44.110Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:04:44.325Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||InvokeReturn
2023-04-01T06:04:44.325Z|5b45de55-3695-452f-9983-9028c5d19e44|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/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:04:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[211], vertex-id=[250016], x-aai-txid=[1-aai-resources-230401-06:04:43:261-75509], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:04:44.326Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:04:44.326Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:04:44.326Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:04:44.332Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:04:44.332Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b45de55-3695-452f-9983-9028c5d19e44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:04:44.333Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:04:44.333Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:44.333Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:44.333Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329084332,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:04:45.361Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:04:45.361Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1314236a-cd6a-41a1-8281-e09a18d9fe21","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f26e5059-2fa3-46e4-bb31-bb140b69081a","serviceDescription":"service","serviceInvariantUUID":"ee0afdf1-fed7-44ee-a6b7-83cdbd151b97","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1818899-835f-4d40-a5ee-e02a1724ab39","resourceInvariantUUID":"1af08c65-dff4-49fc-afa2-5e2c421c946b","resourceCustomizationUUID":"93353038-149d-4ead-bcfe-2faf7b1527c6","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":"Mzc0MmM3Y2QwZmUwMjljZWFlZmVjMzJiOWY0NWNiYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0399e894-f11b-48ab-ab07-684422fc26a1","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":"NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f6611bc-f2b0-4d20-947d-90858cc60f6a","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":"a29c38d8-dd9d-4ae1-910b-1426b62e2777","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":"e31356fa-e238-4fec-8b1a-a20f57a73f84","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":"43f30c31-5224-4085-b5f9-b1d8a11fee3b","artifactVersion":"2","generatedFromUUID":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9"},{"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":"d61625a5-f2ed-4814-8a3c-2ffd8497b076","artifactVersion":"2","generatedFromUUID":"a29c38d8-dd9d-4ae1-910b-1426b62e2777"},{"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":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9","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":"7b627770-368d-414e-91cf-3778905e2fb8","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":"NjY3ZDM4NmQ3MzExYTNiMWE4YTQ0NWM3NmVhYmY1NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79a0639f-3caf-4dba-adbe-5eec58d704c5","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1898e78b-af65-4926-9400-00b38f3e5f77","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:04:45.362Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:04:45.362Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:45.362Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:45.362Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:46.363Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:04:46.364Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:46.364Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:46.364Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:47.365Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:04:47.365Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:47.365Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:47.365Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:48.367Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:04:48.367Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:48.367Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:48.367Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:49.368Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:04:49.369Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:49.369Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:49.369Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:50.370Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:04:50.370Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:50.370Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:50.370Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:51.371Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:04:51.371Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:51.371Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:51.371Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:52.372Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:04:52.372Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:52.372Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:52.372Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:53.373Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:04:53.374Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:53.374Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:53.374Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:54.375Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:04:54.375Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:54.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:54.376Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:55.377Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f26e5059-2fa3-46e4-bb31-bb140b69081a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee0afdf1-fed7-44ee-a6b7-83cdbd151b97",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "93353038-149d-4ead-bcfe-2faf7b1527c6",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a1818899-835f-4d40-a5ee-e02a1724ab39",
      "resourceInvariantUUID": "1af08c65-dff4-49fc-afa2-5e2c421c946b",
      "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": "NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1f6611bc-f2b0-4d20-947d-90858cc60f6a",
          "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": "a29c38d8-dd9d-4ae1-910b-1426b62e2777",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
            "generatedFromUUID": "a29c38d8-dd9d-4ae1-910b-1426b62e2777"
          },
          "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": "43f30c31-5224-4085-b5f9-b1d8a11fee3b",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
          "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": "d7b3ac90-ed11-4955-8c35-9548ba9a0ec9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1898e78b-af65-4926-9400-00b38f3e5f77"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:04:55.377Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:04:55.377Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC
2023-04-01T06:04:55.378Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1314236a-cd6a-41a1-8281-e09a18d9fe21
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
ServiceInvariantUUID:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
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:1898e78b-af65-4926-9400-00b38f3e5f77
ArtifactChecksum:ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:93353038-149d-4ead-bcfe-2faf7b1527c6
ResourceInvariantUUID:1af08c65-dff4-49fc-afa2-5e2c421c946b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:a1818899-835f-4d40-a5ee-e02a1724ab39
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:1f6611bc-f2b0-4d20-947d-90858cc60f6a
ArtifactChecksum:NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI=
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:a29c38d8-dd9d-4ae1-910b-1426b62e2777
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:43f30c31-5224-4085-b5f9-b1d8a11fee3b
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:d7b3ac90-ed11-4955-8c35-9548ba9a0ec9
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:04:55.379Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:04:55.449Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:04:55.450Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:04:55.450Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:04:55.450Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-01T06:04:55.450Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:04:55.450Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:55.790Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:04:55.797Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 1898e78b-af65-4926-9400-00b38f3e5f77 163251
2023-04-01T06:04:55.798Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:55.798Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:55.798Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:04:55.798Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:55.798Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:55.798Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329095797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:56.799Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:04:56.800Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:04:56.800Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:04:56.800Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-01T06:04:56.801Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:04:56.801Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:04:56.890Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5767094878493790920/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-01T06:04:57.689Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:04:57.689Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:04:57.689Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:04:57.689Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-01T06:04:57.689Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:57.689Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:57.689Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:57.689Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:57.689Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:04:57.689Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:57.689Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:57.690Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:04:57.690Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:04:57.690Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:57.690Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:57.690Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:57.690Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:04:57.690Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:04:57.690Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:57.690Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:57.690Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:57.690Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:57.690Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T06:04:57.690Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-01T06:04:57.690Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-01T06:04:57.690Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:04:57.690Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:57.690Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:57.691Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:57.691Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:04:57.691Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:04:57.691Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:57.691Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:04:57.691Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:04:57.691Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:57.691Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:04:57.691Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:04:57.691Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:57.691Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:04:57.691Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:04:57.691Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:57.691Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T06:04:57.691Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-01T06:04:57.691Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=afe00e20-951f-4d2d-bb1a-0a9c40fed98e
2023-04-01T06:04:57.692Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:57.692Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:57.692Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:57.692Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:57.692Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:57.692Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:57.692Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:04:57.692Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:57.692Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
Model Version:NULL
Model InvariantUuid:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:4dfdcd0c-b0e2-4c2f-b132-eab399cc6814
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1af08c65-dff4-49fc-afa2-5e2c421c946b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:93353038-149d-4ead-bcfe-2faf7b1527c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cbbb0e3f-c936-4bd0-b425-d2a5d86e13e5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a87649e1-f718-416f-ac14-50b6a992f7d7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:cb4a155e-2310-4c2d-b442-5fab53892d7f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:5c04c4b8-e0e7-4035-8a4a-775d920238dd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:afe00e20-951f-4d2d-bb1a-0a9c40fed98e
ModelInvariantUuid:0fdbd085-9e81-4290-96e9-e5a66d7f02ad
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5759c48b-db2f-42a8-badb-44ed3f09e6b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:172b0c5b-be2b-4dc1-a8d9-b9b632b41495
ModelInvariantUuid:46e6967c-3564-4ee0-af40-3fd5d763862a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:efd8cd30-564a-4085-8745-3369bf468c27
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T06:04:57.708Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a1818899-835f-4d40-a5ee-e02a1724ab39
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:04:57.713Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0
2023-04-01T06:04:57.713Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a1818899-835f-4d40-a5ee-e02a1724ab39
2023-04-01T06:04:57.713Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1f6611bc-f2b0-4d20-947d-90858cc60f6a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-04-01T06:04:57.713Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:04:57.713Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:57.816Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:04:57.816Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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 1f6611bc-f2b0-4d20-947d-90858cc60f6a 1565
2023-04-01T06:04:57.816Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:57.816Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:57.816Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:04:57.817Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:57.817Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:57.817Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329097816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:58.817Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "cb4a155e-2310-4c2d-b442-5fab53892d7f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5c04c4b8-e0e7-4035-8a4a-775d920238dd",
    "vfModuleModelCustomizationUUID": "ff4d1e62-d92f-4513-8d80-9df893d238d0",
    "isBase": true,
    "artifacts": [
      "a29c38d8-dd9d-4ae1-910b-1426b62e2777",
      "d61625a5-f2ed-4814-8a3c-2ffd8497b076"
    ],
    "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": "cbbb0e3f-c936-4bd0-b425-d2a5d86e13e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a87649e1-f718-416f-ac14-50b6a992f7d7",
    "vfModuleModelCustomizationUUID": "1aed0cac-01aa-48fc-8590-7729f6645ff3",
    "isBase": false,
    "artifacts": [
      "d7b3ac90-ed11-4955-8c35-9548ba9a0ec9"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-04-01T06:04:58.823Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5c04c4b8-e0e7-4035-8a4a-775d920238dd
VfModuleModelInvariantUUID:cb4a155e-2310-4c2d-b442-5fab53892d7f
VfModuleModelDescription:NULL
Artifacts UUID List:{
a29c38d8-dd9d-4ae1-910b-1426b62e2777
,
d61625a5-f2ed-4814-8a3c-2ffd8497b076

}
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:a87649e1-f718-416f-ac14-50b6a992f7d7
VfModuleModelInvariantUUID:cbbb0e3f-c936-4bd0-b425-d2a5d86e13e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7b3ac90-ed11-4955-8c35-9548ba9a0ec9

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

isBase:false


}

2023-04-01T06:04:58.826Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "cb4a155e-2310-4c2d-b442-5fab53892d7f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5c04c4b8-e0e7-4035-8a4a-775d920238dd",
    "vfModuleModelCustomizationUUID": "ff4d1e62-d92f-4513-8d80-9df893d238d0",
    "isBase": true,
    "artifacts": [
      "a29c38d8-dd9d-4ae1-910b-1426b62e2777",
      "d61625a5-f2ed-4814-8a3c-2ffd8497b076"
    ],
    "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": "cbbb0e3f-c936-4bd0-b425-d2a5d86e13e5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a87649e1-f718-416f-ac14-50b6a992f7d7",
    "vfModuleModelCustomizationUUID": "1aed0cac-01aa-48fc-8590-7729f6645ff3",
    "isBase": false,
    "artifacts": [
      "d7b3ac90-ed11-4955-8c35-9548ba9a0ec9"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-04-01T06:04:58.826Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5c04c4b8-e0e7-4035-8a4a-775d920238dd
VfModuleModelInvariantUUID:cb4a155e-2310-4c2d-b442-5fab53892d7f
VfModuleModelDescription:NULL
Artifacts UUID List:{
a29c38d8-dd9d-4ae1-910b-1426b62e2777
,
d61625a5-f2ed-4814-8a3c-2ffd8497b076

}
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:a87649e1-f718-416f-ac14-50b6a992f7d7
VfModuleModelInvariantUUID:cbbb0e3f-c936-4bd0-b425-d2a5d86e13e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7b3ac90-ed11-4955-8c35-9548ba9a0ec9

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

isBase:false


}

2023-04-01T06:04:58.826Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a29c38d8-dd9d-4ae1-910b-1426b62e2777 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-04-01T06:04:58.826Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:04:58.826Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:58.922Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:04:58.923Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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 a29c38d8-dd9d-4ae1-910b-1426b62e2777 914
2023-04-01T06:04:58.923Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:58.923Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:04:58.923Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:04:58.924Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:04:58.924Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:04:58.924Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329098923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:04:59.924Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 43f30c31-5224-4085-b5f9-b1d8a11fee3b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-04-01T06:04:59.925Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:04:59.925Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:00.046Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:05:00.047Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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 43f30c31-5224-4085-b5f9-b1d8a11fee3b 12
2023-04-01T06:05:00.047Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:00.047Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:00.047Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:05:00.047Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:00.047Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:00.047Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329100047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:01.048Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d61625a5-f2ed-4814-8a3c-2ffd8497b076 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-04-01T06:05:01.048Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:05:01.048Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:01.137Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:05:01.138Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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 d61625a5-f2ed-4814-8a3c-2ffd8497b076 96
2023-04-01T06:05:01.138Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:01.138Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:01.138Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:05:01.138Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:01.139Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:01.139Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329101138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:02.139Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d7b3ac90-ed11-4955-8c35-9548ba9a0ec9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-04-01T06:05:02.140Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:05:02.140Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:02.231Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:05:02.232Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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 d7b3ac90-ed11-4955-8c35-9548ba9a0ec9 20206
2023-04-01T06:05:02.232Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:02.233Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:02.233Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:05:02.233Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:02.233Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:02.233Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329102232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:03.238Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f26e5059-2fa3-46e4-bb31-bb140b69081a
2023-04-01T06:05:03.238Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 a1818899-835f-4d40-a5ee-e02a1724ab39 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:05:03.256Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1adf06c4, org.onap.sdc.toscaparser.api.parameters.Input@293e9a12, org.onap.sdc.toscaparser.api.parameters.Input@75e664a0, org.onap.sdc.toscaparser.api.parameters.Input@6faa1f09, org.onap.sdc.toscaparser.api.parameters.Input@d21cd1e]
2023-04-01T06:05:03.257Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:03.257Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:03.258Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-04-01T06:05:03.258Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 93353038-149d-4ead-bcfe-2faf7b1527c6
2023-04-01T06:05:03.258Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 93353038-149d-4ead-bcfe-2faf7b1527c6 matches Tosca VF Customization UUID: 93353038-149d-4ead-bcfe-2faf7b1527c6
2023-04-01T06:05:03.258Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 93353038-149d-4ead-bcfe-2faf7b1527c6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-04-01T06:05:03.263Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:03.263Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:03.264Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 93353038-149d-4ead-bcfe-2faf7b1527c6: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2023-04-01T06:05:03.264Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29fa92e8
2023-04-01T06:05:03.264Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:03.264Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:03.264Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1aed0cac-01aa-48fc-8590-7729f6645ff3
2023-04-01T06:05:03.264Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1aed0cac-01aa-48fc-8590-7729f6645ff3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-04-01T06:05:03.270Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:03.270Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:05:03.270Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:05:03.270Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:03.271Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:05:03.271Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:05:03.271Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:03.271Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:05:03.271Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=93353038-149d-4ead-bcfe-2faf7b1527c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:05:03.275Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:03.275Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:03.275Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f26e5059-2fa3-46e4-bb31-bb140b69081a: basic_cnf_macro
2023-04-01T06:05:03.275Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:03.275Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:03.276Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:03.276Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:03.276Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:03.276Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:03.276Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:03.276Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:03.276Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:03.276Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:03.276Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:03.359Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro a1818899-835f-4d40-a5ee-e02a1724ab39 2 ASDC deployResourceStructure
2023-04-01T06:05:03.360Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:03.360Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:03.360Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T06:05:03.360Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:03.360Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:03.360Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329103360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:04.361Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:04.361Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:04.362Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T06:05:04.362Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:04.362Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:04.362Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329104361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:05.363Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:05.363Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:05.363Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:05:05.364Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:05.364Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:05.364Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329105363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:06.364Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:06.365Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:06.365Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T06:05:06.365Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:06.365Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:06.365Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329106364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:07.365Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:07.366Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:07.366Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:05:07.367Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:07.367Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:07.367Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329107365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:08.367Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:08.368Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:05:08.368Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T06:05:08.369Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:08.369Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:08.369Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329108367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:09.370Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:05:09.391Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:05:09.395Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:05:09.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:05:09.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:05:09.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:05:09.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:05:09.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:05:09.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:05:09.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:05:09.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:05:09.410Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:05:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: cached metadata has changed from (version81: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version82: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-04-01T06:05:37.280Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:05:37.281Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T06:05:37.286Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:05:37.286Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 41: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T06:05:37.303Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:05:37.303Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T06:05:37.304Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:05:37.309Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:05:37.309Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:05:37.309Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:05:37.309Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1566, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:05:37.309Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:05:37.309Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:05:38.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329040781,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:05:38.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:05:38.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:05:38.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:05:38.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:05:38.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:05:38.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:05:38.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:05:38.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:05:38.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329050177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:05:38.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329052005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
}
2023-04-01T06:05:38.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329053007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
}
2023-04-01T06:05:38.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329084332,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:05:38.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:05:38.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:05:38.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:05:38.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:05:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-01T06:05:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-01T06:05:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-01T06:05:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:05:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:05:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:05:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329095797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:05:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329097816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:05:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329098923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:05:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329100047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:05:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329101138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:05:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329102232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:05:38.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329103360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-01T06:05:38.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329104361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-04-01T06:05:38.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329105363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-04-01T06:05:38.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329106364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-04-01T06:05:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329107365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-04-01T06:05:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:05:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329108367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T06:05:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:05:39.410Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:05:39.423Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and serviceModelVersionId: f26e5059-2fa3-46e4-bb31-bb140b69081a
2023-04-01T06:05:39.423Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
2023-04-01T06:05:39.424Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0
2023-04-01T06:05:39.432Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:05:39.451Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||Invoke
2023-04-01T06:05:39.451Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1314236a-cd6a-41a1-8281-e09a18d9fe21], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6b624f24-5627-4647-9db8-2a6e38fdcb0c], X-ECOMP-RequestID=[1314236a-cd6a-41a1-8281-e09a18d9fe21], X-TransactionId=[], X-ONAP-RequestID=[1314236a-cd6a-41a1-8281-e09a18d9fe21], Content-Type=[application/merge-patch+json]}
2023-04-01T06:05:39.459Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:05:39.707Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:05:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[244], vertex-id=[262320], x-aai-txid=[0-aai-resources-230401-06:05:38:610-85414], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:05:39.707Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:05:39.708Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||InvokeReturn
2023-04-01T06:05:39.708Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:05:39.709Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:05:39.717Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:05:39.717Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1314236a-cd6a-41a1-8281-e09a18d9fe21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:05:39.717Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:05:39.717Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:39.717Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:39.718Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329139717,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:05:40.744Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:05:40.744Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f4a0b667-7242-474d-a1f8-09bba9315ce1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa","serviceDescription":"service","serviceInvariantUUID":"0b7464e9-6d23-4f1a-a639-f0a0ad3efc47","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2761a12a-a271-4116-bad3-d9a7086f4e0c","resourceInvariantUUID":"777a4fd2-6905-45c6-a15e-00e0b884aa61","resourceCustomizationUUID":"1ae5d246-d79a-4f01-80d0-0207f7887709","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":"OGJiNzY5ZTVlMjZiNzZjNDJmOTk3ZTM2NDUzM2YyNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7622934-bce1-4aef-9638-289fc9394c9c","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":"ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3a90a98d-9f57-445f-832b-3a47c8682ab0","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":"96bc3435-51b4-43f2-ae7a-892c4b031e50","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":"41c23afd-cfc1-49b5-ac54-e951770da212","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":"1cced3a2-a150-48ad-a0f7-7e5b812065e7","artifactVersion":"2","generatedFromUUID":"96bc3435-51b4-43f2-ae7a-892c4b031e50"},{"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":"MzY4YzhkZjUyNzlmOTY4ZDAyNzdiMTYwNTJjZmFhNDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"64790e8e-52ea-4f46-b10f-9d1faa571d27","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":"ZDhlZjA4NDdmMTI0OGMxZmVkZTc2ZTcwMDU2MDAyOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97ac84a0-d744-4d88-acc4-690082a09899","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90a0e0f4-5eb8-4db0-83a3-3607267b08ef","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:05:40.745Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:05:40.745Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:40.745Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:40.745Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:41.746Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:05:41.747Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:41.747Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:41.747Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:42.747Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:05:42.748Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:42.748Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:42.748Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:43.749Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:05:43.750Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:43.750Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:43.750Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:44.751Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:05:44.751Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:44.752Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:44.752Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:45.753Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:05:45.753Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:45.754Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:45.754Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:46.755Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:05:46.756Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:46.756Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:46.756Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:47.757Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:05:47.757Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:47.757Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:47.757Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:48.758Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b7464e9-6d23-4f1a-a639-f0a0ad3efc47",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "1ae5d246-d79a-4f01-80d0-0207f7887709",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2761a12a-a271-4116-bad3-d9a7086f4e0c",
      "resourceInvariantUUID": "777a4fd2-6905-45c6-a15e-00e0b884aa61",
      "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": "ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3a90a98d-9f57-445f-832b-3a47c8682ab0",
          "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": "96bc3435-51b4-43f2-ae7a-892c4b031e50",
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
            "generatedFromUUID": "96bc3435-51b4-43f2-ae7a-892c4b031e50"
          },
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90a0e0f4-5eb8-4db0-83a3-3607267b08ef"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:05:48.758Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:05:48.758Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC
2023-04-01T06:05:48.759Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f4a0b667-7242-474d-a1f8-09bba9315ce1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
ServiceInvariantUUID:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
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:90a0e0f4-5eb8-4db0-83a3-3607267b08ef
ArtifactChecksum:NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:1ae5d246-d79a-4f01-80d0-0207f7887709
ResourceInvariantUUID:777a4fd2-6905-45c6-a15e-00e0b884aa61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2761a12a-a271-4116-bad3-d9a7086f4e0c
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:3a90a98d-9f57-445f-832b-3a47c8682ab0
ArtifactChecksum:ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY=
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:96bc3435-51b4-43f2-ae7a-892c4b031e50
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:05:48.759Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:05:48.829Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:05:48.830Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:05:48.830Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:05:48.830Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-01T06:05:48.830Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:05:48.831Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:49.241Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:05:49.244Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 90a0e0f4-5eb8-4db0-83a3-3607267b08ef 82964
2023-04-01T06:05:49.245Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:49.245Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:49.245Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:05:49.245Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:49.245Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:49.245Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329149245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:50.246Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:05:50.246Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:05:50.246Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:05:50.247Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-01T06:05:50.247Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:05:50.247Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:05:50.319Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9837483987903763630/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T06:05:51.118Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:05:51.118Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:05:51.118Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:05:51.118Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:05:51.118Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:51.118Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:51.118Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:51.118Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:51.118Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:51.119Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:51.119Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:51.119Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:05:51.119Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:51.119Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:51.119Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:05:51.119Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:05:51.119Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:05:51.119Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:51.119Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:51.119Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:05:51.119Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:05:51.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:05:51.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:51.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:51.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:51.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T06:05:51.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T06:05:51.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T06:05:51.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T06:05:51.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:05:51.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:05:51.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:51.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:51.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:51.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c145e713-24cd-4ba8-a6c1-379c251df156
2023-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:51.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
Model Version:NULL
Model InvariantUuid:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c54629b9-eb6a-453f-8eb3-d6cf6f8348c9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:777a4fd2-6905-45c6-a15e-00e0b884aa61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1ae5d246-d79a-4f01-80d0-0207f7887709
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dfff1756-6614-47f2-9fa7-e61cbc49c457
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:dcb1002f-0e42-4966-938c-a4b617a68436
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c145e713-24cd-4ba8-a6c1-379c251df156
ModelInvariantUuid:04b23e99-bf5c-4475-b624-35bc118a60f4
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:daf8834e-b8ef-455b-aff7-624a4226c0c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5ea7b3b4-7cdb-46ff-b9eb-8764dcc6473f
ModelInvariantUuid:56fa5535-ffdf-4a3b-9100-37873a9a69d7
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d47dc4f4-4851-4c2e-b714-d306e76fe3f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T06:05:51.144Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:05:51.149Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2023-04-01T06:05:51.149Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c
2023-04-01T06:05:51.149Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3a90a98d-9f57-445f-832b-3a47c8682ab0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-04-01T06:05:51.149Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:05:51.150Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:51.245Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:05:51.246Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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 3a90a98d-9f57-445f-832b-3a47c8682ab0 792
2023-04-01T06:05:51.246Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:51.246Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:51.246Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:05:51.246Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:51.246Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:51.246Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329151246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:52.247Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "dfff1756-6614-47f2-9fa7-e61cbc49c457",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dcb1002f-0e42-4966-938c-a4b617a68436",
    "vfModuleModelCustomizationUUID": "6e903953-a73e-4096-9cbb-9aae7d870945",
    "isBase": true,
    "artifacts": [
      "96bc3435-51b4-43f2-ae7a-892c4b031e50",
      "1cced3a2-a150-48ad-a0f7-7e5b812065e7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-04-01T06:05:52.250Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dcb1002f-0e42-4966-938c-a4b617a68436
VfModuleModelInvariantUUID:dfff1756-6614-47f2-9fa7-e61cbc49c457
VfModuleModelDescription:NULL
Artifacts UUID List:{
96bc3435-51b4-43f2-ae7a-892c4b031e50
,
1cced3a2-a150-48ad-a0f7-7e5b812065e7

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

isBase:true


}

2023-04-01T06:05:52.253Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "dfff1756-6614-47f2-9fa7-e61cbc49c457",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dcb1002f-0e42-4966-938c-a4b617a68436",
    "vfModuleModelCustomizationUUID": "6e903953-a73e-4096-9cbb-9aae7d870945",
    "isBase": true,
    "artifacts": [
      "96bc3435-51b4-43f2-ae7a-892c4b031e50",
      "1cced3a2-a150-48ad-a0f7-7e5b812065e7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-04-01T06:05:52.254Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dcb1002f-0e42-4966-938c-a4b617a68436
VfModuleModelInvariantUUID:dfff1756-6614-47f2-9fa7-e61cbc49c457
VfModuleModelDescription:NULL
Artifacts UUID List:{
96bc3435-51b4-43f2-ae7a-892c4b031e50
,
1cced3a2-a150-48ad-a0f7-7e5b812065e7

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

isBase:true


}

2023-04-01T06:05:52.254Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 96bc3435-51b4-43f2-ae7a-892c4b031e50 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-04-01T06:05:52.254Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:05:52.254Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:52.353Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:05:52.354Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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 96bc3435-51b4-43f2-ae7a-892c4b031e50 5033
2023-04-01T06:05:52.354Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:52.354Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:52.355Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:05:52.355Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:52.355Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:52.355Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329152354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:53.356Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1cced3a2-a150-48ad-a0f7-7e5b812065e7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-04-01T06:05:53.356Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:05:53.356Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:53.457Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:05:53.457Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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 1cced3a2-a150-48ad-a0f7-7e5b812065e7 903
2023-04-01T06:05:53.457Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:53.458Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:53.458Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:05:53.458Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:53.458Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:53.459Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329153457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:54.459Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
2023-04-01T06:05:54.460Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 2761a12a-a271-4116-bad3-d9a7086f4e0c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:05:54.487Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37721ab4, org.onap.sdc.toscaparser.api.parameters.Input@4d3b081e, org.onap.sdc.toscaparser.api.parameters.Input@43dd1fa1, org.onap.sdc.toscaparser.api.parameters.Input@4bc70cff, org.onap.sdc.toscaparser.api.parameters.Input@6c470889]
2023-04-01T06:05:54.488Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:54.488Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:54.488Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-04-01T06:05:54.488Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1ae5d246-d79a-4f01-80d0-0207f7887709
2023-04-01T06:05:54.488Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1ae5d246-d79a-4f01-80d0-0207f7887709 matches Tosca VF Customization UUID: 1ae5d246-d79a-4f01-80d0-0207f7887709
2023-04-01T06:05:54.488Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1ae5d246-d79a-4f01-80d0-0207f7887709  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-04-01T06:05:54.492Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:54.492Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:54.492Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1ae5d246-d79a-4f01-80d0-0207f7887709: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2023-04-01T06:05:54.492Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21f1f03b
2023-04-01T06:05:54.492Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:54.493Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:54.493Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6e903953-a73e-4096-9cbb-9aae7d870945
2023-04-01T06:05:54.493Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6e903953-a73e-4096-9cbb-9aae7d870945
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-04-01T06:05:54.496Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:54.496Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:05:54.497Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:05:54.497Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:54.497Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:05:54.497Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:05:54.497Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:54.497Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T06:05:54.497Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T06:05:54.497Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:05:54.497Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c145e713-24cd-4ba8-a6c1-379c251df156
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-04-01T06:05:54.501Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:54.501Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:05:54.501Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:05:54.501Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:54.501Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:05:54.501Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1ae5d246-d79a-4f01-80d0-0207f7887709
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:05:54.505Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:54.505Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:54.505Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa: basic_vm_macro
2023-04-01T06:05:54.505Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:54.505Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:54.505Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:54.505Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:54.506Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:54.506Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:54.506Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:54.506Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:54.506Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:05:54.506Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:54.506Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:54.705Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 2761a12a-a271-4116-bad3-d9a7086f4e0c 1 ASDC deployResourceStructure
2023-04-01T06:05:54.705Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:54.705Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:54.706Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T06:05:54.706Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:54.706Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:54.706Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329154705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:55.707Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:55.707Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:55.707Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T06:05:55.707Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:55.707Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:55.707Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329155707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:56.708Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:56.709Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:56.709Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T06:05:56.709Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:56.709Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:56.709Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329156708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:57.710Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:57.710Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:05:57.710Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T06:05:57.710Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:05:57.710Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:05:57.710Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329157710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:05:58.711Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:05:58.731Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:05:58.735Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:05:58.735Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:05:58.735Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:05:58.735Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:05:58.735Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:05:58.736Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:05:58.736Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:05:58.736Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:05:58.736Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:05:58.746Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:06:28.747Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:06:28.760Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and serviceModelVersionId: 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
2023-04-01T06:06:28.760Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
2023-04-01T06:06:28.760Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0
2023-04-01T06:06:28.768Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:06:28.785Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||Invoke
2023-04-01T06:06:28.786Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f4a0b667-7242-474d-a1f8-09bba9315ce1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[27d14e10-419f-41c2-9ef1-29bfc7aa73dc], X-ECOMP-RequestID=[f4a0b667-7242-474d-a1f8-09bba9315ce1], X-TransactionId=[], X-ONAP-RequestID=[f4a0b667-7242-474d-a1f8-09bba9315ce1], Content-Type=[application/merge-patch+json]}
2023-04-01T06:06:28.792Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:06:28.946Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:06:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[278688], x-aai-txid=[0-aai-resources-230401-06:06:27:943-94871], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:06:28.947Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:06:28.947Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||InvokeReturn
2023-04-01T06:06:28.948Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:06:28.948Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:06:28.956Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:06:28.956Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4a0b667-7242-474d-a1f8-09bba9315ce1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:06:28.956Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:06:28.957Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:06:28.957Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:06:28.957Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329188956,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:06:29.985Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:06:29.985Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"501785e9-f1fd-4675-b2b8-533de86fc0eb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"41e29eb7-2992-4121-8ff3-983252f0e8f4","serviceDescription":"service","serviceInvariantUUID":"abadc27a-99ac-4198-888c-30a2573d6daf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c3d302d8-3273-4794-821a-a8d9ad08f1c4","resourceInvariantUUID":"9679e179-17a5-46ed-98c9-88b262e95ccb","resourceCustomizationUUID":"7a29e752-5e4d-4a57-a6b2-2c430710f011","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":"YzU4MjRkODI0ODQ3ZjhjMWQxN2JkZDQ3ZTMyM2Q3NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1270f5d2-ba55-4180-8d28-10f28a813a4c","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":"1bd27fb0-5c12-436f-be21-4fb3b7a0ff94","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":"0e4dbae7-c3df-417f-ab1c-19964d13e479","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":"NjUxYzVkNWZiZjZmOWE3ZjFiY2ZlMGRmOGM2YmMxNGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f9ffe5a0-fc60-4c48-8b36-3b61f746aa02","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":"d5f83ca6-9390-403a-8f14-e633ed114104","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":"b9b0eaf0-2cc2-4941-9b36-9cf4f4a8ce0b","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":"73d906b2-aa7f-47cc-a7f2-09d23acf1e03","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":"N2RkNTViY2ZjYmRlZDBmMjRjZTZiYjYxYTUxNjdjNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a7c193d-4650-432b-8c37-24d2e056dd34","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da488a63-d045-4e3b-9e46-0c19d314e5f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:06:29.985Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:06:29.986Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:06:29.986Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:06:29.986Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:06:30.986Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:06:30.987Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:06:30.987Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:06:30.987Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:06:31.987Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:06:31.988Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:06:31.988Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:06:31.988Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:06:32.988Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:06:32.989Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:06:32.989Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:06:32.989Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:06:33.989Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:06:33.990Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:06:33.990Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:06:33.990Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:06:34.991Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:06:34.991Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:06:34.991Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:06:34.991Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:06:35.992Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:06:35.993Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:06:35.993Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:06:35.993Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:06:36.993Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:06:36.994Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:06:36.994Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:06:36.994Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:06:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:06:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329139717,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:06:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:06:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:06:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:06:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:06:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T06:06:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:06:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:06:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:06:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329149245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:06:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329151246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:06:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329152354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:06:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329153457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:06:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329154705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-01T06:06:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329155707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-04-01T06:06:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329156708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-04-01T06:06:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329157710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T06:06:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329188956,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:06:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:06:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:06:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:06:37.278Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.278Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.278Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:06:37.278Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.278Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.278Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:06:37.278Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.278Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.279Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:06:37.279Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.279Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.279Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:06:37.279Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.279Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:06:37.279Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:06:37.279Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:06:37.995Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:06:37.997Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:06:37.997Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:06:37.997Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:06:38.998Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "41e29eb7-2992-4121-8ff3-983252f0e8f4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "abadc27a-99ac-4198-888c-30a2573d6daf",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7a29e752-5e4d-4a57-a6b2-2c430710f011",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c3d302d8-3273-4794-821a-a8d9ad08f1c4",
      "resourceInvariantUUID": "9679e179-17a5-46ed-98c9-88b262e95ccb",
      "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": "ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da488a63-d045-4e3b-9e46-0c19d314e5f4"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:06:38.998Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:06:38.998Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC
2023-04-01T06:06:38.999Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:501785e9-f1fd-4675-b2b8-533de86fc0eb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:41e29eb7-2992-4121-8ff3-983252f0e8f4
ServiceInvariantUUID:abadc27a-99ac-4198-888c-30a2573d6daf
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:da488a63-d045-4e3b-9e46-0c19d314e5f4
ArtifactChecksum:ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7a29e752-5e4d-4a57-a6b2-2c430710f011
ResourceInvariantUUID:9679e179-17a5-46ed-98c9-88b262e95ccb
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c3d302d8-3273-4794-821a-a8d9ad08f1c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:06:38.999Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:06:39.045Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:06:39.046Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:06:39.047Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:06:39.047Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-01T06:06:39.047Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:06:39.047Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:39.441Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:06:39.445Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar da488a63-d045-4e3b-9e46-0c19d314e5f4 111075
2023-04-01T06:06:39.445Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:39.445Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:39.445Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:06:39.446Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:06:39.446Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:06:39.446Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329199445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:06:40.447Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:06:40.447Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:06:40.448Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-01T06:06:40.448Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-04-01T06:06:40.449Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-01T06:06:40.449Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-01T06:06:40.533Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13390318306198804443/Definitions/service-TestPnfMacro-template.yml
2023-04-01T06:06:41.105Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:06:41.105Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:06:41.106Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-01T06:06:41.106Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:06:41.106Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:41.106Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:41.106Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:41.106Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:41.106Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:41.106Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:41.106Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:41.106Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:06:41.106Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:06:41.106Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:41.107Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-04-01T06:06:41.107Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:06:41.107Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:06:41.107Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:06:41.107Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:41.107Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-04-01T06:06:41.107Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:06:41.107Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:06:41.107Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:06:41.107Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:41.107Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:06:41.107Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:41.107Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:06:41.107Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:41.107Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:06:41.107Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:41.107Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:06:41.108Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:41.108Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:41e29eb7-2992-4121-8ff3-983252f0e8f4
Model Version:NULL
Model InvariantUuid:abadc27a-99ac-4198-888c-30a2573d6daf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T06:06:41.128Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:06:41.134Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||test-pnf 0
2023-04-01T06:06:41.134Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4
2023-04-01T06:06:41.134Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 41e29eb7-2992-4121-8ff3-983252f0e8f4
2023-04-01T06:06:41.134Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 41e29eb7-2992-4121-8ff3-983252f0e8f4
2023-04-01T06:06:41.134Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c3d302d8-3273-4794-821a-a8d9ad08f1c4 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:06:41.145Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5387e270, org.onap.sdc.toscaparser.api.parameters.Input@7abf947a, org.onap.sdc.toscaparser.api.parameters.Input@62f96586, org.onap.sdc.toscaparser.api.parameters.Input@371a93e9, org.onap.sdc.toscaparser.api.parameters.Input@5b627318]
2023-04-01T06:06:41.146Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:06:41.146Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:41.146Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 41e29eb7-2992-4121-8ff3-983252f0e8f4: test-pnf
2023-04-01T06:06:41.146Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Processing PNF resource: c3d302d8-3273-4794-821a-a8d9ad08f1c4
2023-04-01T06:06:41.146Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:06:41.146Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:41.146Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Resource customization UUID: 7a29e752-5e4d-4a57-a6b2-2c430710f011 is the same as notified resource customizationUUID: 7a29e752-5e4d-4a57-a6b2-2c430710f011
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-04-01T06:06:41.217Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf c3d302d8-3273-4794-821a-a8d9ad08f1c4 0 ASDC deployResourceStructure
2023-04-01T06:06:41.217Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:41.217Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:06:41.217Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-01T06:06:41.217Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:06:41.217Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:06:41.217Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329201217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:06:42.218Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:06:42.246Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:06:42.250Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:06:42.251Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:06:42.251Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:06:42.251Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:06:42.251Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:06:42.251Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:06:42.251Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:06:42.251Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:06:42.251Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:06:42.265Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:07:12.266Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:07:12.278Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and serviceModelVersionId: 41e29eb7-2992-4121-8ff3-983252f0e8f4
2023-04-01T06:07:12.278Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abadc27a-99ac-4198-888c-30a2573d6daf
2023-04-01T06:07:12.279Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0
2023-04-01T06:07:12.288Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:07:12.314Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:07:12.315Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||Invoke
2023-04-01T06:07:12.322Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:07:12.474Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||InvokeReturn
2023-04-01T06:07:12.474Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:07:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[262208], x-aai-txid=[1-aai-resources-230401-06:07:11:472-28696], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:07:12.475Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:07:12.475Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:07:12.475Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:07:12.484Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:07:12.484Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 501785e9-f1fd-4675-b2b8-533de86fc0eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:07:12.485Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:07:12.485Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:07:12.485Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:07:12.485Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329232485,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:07:13.514Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T06:07:13.514Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T06:07:13.515Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 0 disconnected.
2023-04-01T06:07:13.515Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 1 disconnected.
2023-04-01T06:07:13.516Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T06:07:13.516Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T06:07:13.516Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T06:07:13.516Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T06:07:13.519Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T06:07:13.522Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-cf3f8fdd-05d1-473f-81b0-c1b9ba73496b
2023-04-01T06:07:13.522Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T06:07:13.522Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T06:07:13.699Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:07:16.707Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:07:19.715Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:07:22.723Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:07:25.731Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:07:28.739Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:07:31.746Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:07:34.755Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:07:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:07:37.281Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:07:37.281Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T06:07:37.286Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:07:37.287Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-cf3f8fdd-05d1-473f-81b0-c1b9ba73496b', protocol='range'}
2023-04-01T06:07:37.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:07:37.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:07:37.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:07:37.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:07:37.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:07:37.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:07:37.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 42: {SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-cf3f8fdd-05d1-473f-81b0-c1b9ba73496b=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T06:07:37.325Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:07:37.325Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-cf3f8fdd-05d1-473f-81b0-c1b9ba73496b', protocol='range'}
2023-04-01T06:07:37.326Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T06:07:37.326Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T06:07:37.326Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T06:07:37.326Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:07:37.330Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:07:37.330Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:07:37.330Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:07:37.330Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:07:37.330Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:07:37.330Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:07:37.330Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:07:37.330Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1627, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:07:37.330Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:07:37.330Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:07:37.330Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:07:37.331Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:07:37.365Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:07:37.365Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:07:37.367Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:07:37.367Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:07:37.368Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:07:37.368Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:07:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:07:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680328423771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:07:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:07:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:07:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329199445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:07:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:07:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:07:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329201217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-01T06:07:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:07:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:07:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329232485,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:07:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:07:38.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:07:38.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:07:38.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:07:38.368Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:07:38.368Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:07:38.368Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:07:38.369Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:07:39.369Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:07:39.370Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:07:39.370Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:07:39.370Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:07:40.371Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:07:40.371Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:07:40.371Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:07:40.371Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:07:41.371Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:07:41.372Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:07:41.372Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:07:41.372Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:07:42.373Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:07:42.373Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:07:42.373Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:07:42.373Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:07:43.374Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:07:43.374Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:07:43.374Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:07:43.375Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:07:44.375Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:07:44.376Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:07:44.376Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T06:07:44.376Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:07:44.376Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:07:44.418Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:07:44.419Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:07:44.419Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:07:44.419Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T06:07:44.419Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:07:44.420Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T06:07:44.446Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T06:07:44.447Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1b3c6e9f
2023-04-01T06:07:44.447Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T06:07:44.447Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T06:07:44.447Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T06:07:44.447Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T06:07:44.447Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T06:07:44.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T06:07:44.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:07:44.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:07:44.448Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329264447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:07:45.449Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T06:07:46.487Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:07:46.487Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:07:46.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T06:07:46.497Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T06:07:46.497Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T06:07:46.497Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:07:46.497Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T06:07:46.523Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T06:07:46.523Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2cc5f3d3
2023-04-01T06:07:46.523Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T06:07:46.524Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T06:07:46.524Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T06:07:46.524Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T06:07:46.524Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T06:07:46.524Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T06:07:46.524Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:07:46.524Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:07:46.524Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329266524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:07:47.525Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:07:47.525Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:07:47.548Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:07:47.552Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:07:47.552Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:08:17.552Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:08:17.573Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:08:17.578Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:08:17.578Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:08:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:08:47.578Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:08:47.600Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:08:47.605Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:08:47.605Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:09:17.605Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:09:18.487Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:09:18.491Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:09:18.491Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:09:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:09:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:09:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:09:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:09:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:09:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:09:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:09:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:09:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T06:09:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:09:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:09:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:09:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:09:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:09:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:09:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:09:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:09:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329264447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T06:09:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:09:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:09:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329266524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T06:09:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:09:48.491Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:09:48.515Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:09:48.519Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:09:48.519Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:10:18.520Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:10:18.544Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:10:18.547Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:10:18.548Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:10:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:10:48.548Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:10:48.577Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:10:48.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:10:48.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:11:18.582Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:11:18.606Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:11:18.609Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:11:18.609Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:11:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:11:48.610Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:11:48.632Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:11:48.635Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:11:48.635Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:12:18.635Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:12:18.651Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:12:18.654Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:12:18.654Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:12:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:12:37.366Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T06:12:37.366Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-cf3f8fdd-05d1-473f-81b0-c1b9ba73496b 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-04-01T06:12:37.366Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T06:12:37.367Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T06:12:37.854Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:12:37.870Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:12:37.870Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T06:12:37.878Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:12:37.878Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 43: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T06:12:37.899Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:12:37.900Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T06:12:37.900Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:12:37.904Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:12:37.904Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:12:37.904Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:12:37.904Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1640, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:12:37.904Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:12:37.904Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:12:48.654Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T06:12:48.654Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:12:48.665Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T06:12:48.665Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T06:12:48.666Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T06:12:48.670Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:12:48.686Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T06:12:48.687Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67b61636-718c-4a7b-8a9e-a0024306bf47], X-ECOMP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-TransactionId=[], X-ONAP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], Content-Type=[application/merge-patch+json]}
2023-04-01T06:12:48.693Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T06:12:48.851Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:12:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[168128], x-aai-txid=[0-aai-resources-230401-06:12:47:843-83937], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:12:48.852Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:12:48.853Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T06:12:48.853Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:12:48.853Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:12:48.861Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:12:48.862Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T06:12:48.862Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T06:12:48.862Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:12:48.863Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:12:48.863Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329568862,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:12:48.904Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:12:48.904Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329568862,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T06:12:48.905Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:12:49.892Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:12:49.892Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:12:49.892Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:12:49.893Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:12:49.893Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:12:49.893Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:12:50.894Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:12:50.895Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:12:50.895Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:12:50.895Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:12:51.896Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:12:51.897Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:12:51.897Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:12:51.897Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:12:52.898Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:12:52.898Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:12:52.898Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:12:52.898Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:12:53.900Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:12:53.900Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:12:53.900Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:12:53.901Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:12:54.902Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:12:54.902Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:12:54.902Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:12:54.902Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:12:55.904Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:12:55.904Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:12:55.904Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:12:55.904Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:12:56.906Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:12:56.906Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:12:56.906Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T06:12:56.906Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:12:56.906Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:12:56.947Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:12:56.947Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:12:56.947Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:12:56.947Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T06:12:56.948Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:12:56.948Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T06:12:57.306Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:12:57.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T06:12:57.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T06:12:57.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T06:12:57.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:12:57.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:12:57.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:12:57.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329577311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:12:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:12:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:12:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T06:12:58.317Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T06:12:58.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T06:12:58.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T06:12:58.438Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10504896131533627609/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-04-01T06:12:59.786Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:12:59.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:12:59.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T06:12:59.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T06:12:59.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:12:59.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:12:59.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:12:59.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:12:59.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:12:59.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:12:59.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:12:59.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:12:59.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:12:59.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:12:59.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T06:12:59.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:12:59.787Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:12:59.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:12:59.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:12:59.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:12:59.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:12:59.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:12:59.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:12:59.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:12:59.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:12:59.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:12:59.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:12:59.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:12:59.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:12:59.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T06:12:59.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:12:59.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:12:59.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:12:59.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:12:59.788Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:12:59.789Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T06:12:59.790Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T06:12:59.791Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:12:59.792Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:12:59.792Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:12:59.792Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:12:59.792Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:12:59.792Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:12:59.792Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:12:59.792Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:12:59.792Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:12:59.831Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T06:12:59.831Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T06:12:59.832Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T06:12:59.832Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:12:59.832Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:12:59.832Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:12:59.832Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329579831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:13:00.832Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T06:13:00.833Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T06:13:00.833Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:13:00.833Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:13:00.833Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:13:00.833Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329580832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:13:01.834Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:13:01.856Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:13:01.861Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:13:01.861Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:13:01.861Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:13:01.861Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:13:01.861Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:13:01.861Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:13:01.861Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:13:01.861Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:13:01.861Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:13:01.875Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:13:31.876Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:13:31.887Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T06:13:31.888Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T06:13:31.889Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T06:13:31.895Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:13:31.915Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T06:13:31.915Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[18cca0ac-b9d6-4adc-8231-5910da1004b7], X-ECOMP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-TransactionId=[], X-ONAP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], Content-Type=[application/merge-patch+json]}
2023-04-01T06:13:31.927Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:13:32.084Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:13:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[172224], x-aai-txid=[1-aai-resources-230401-06:13:31:078-73678], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:13:32.085Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:13:32.086Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T06:13:32.086Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:13:32.086Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:13:32.094Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:13:32.094Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:13:32.095Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:13:32.095Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:13:32.095Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:13:32.095Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329612095,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:13:33.121Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:13:33.121Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:13:33.122Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:13:33.122Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:13:33.122Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:13:33.122Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:13:34.122Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:13:34.123Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:13:34.123Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:13:34.123Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:13:35.123Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:13:35.123Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:13:35.123Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:13:35.124Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:13:36.124Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:13:36.124Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:13:36.124Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:13:36.125Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:13:37.125Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:13:37.125Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:13:37.125Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:13:37.125Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:13:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:13:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:13:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:13:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:13:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:13:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:13:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:13:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:13:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:13:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:13:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:13:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:13:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:13:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:13:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T06:13:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:13:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:13:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:13:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:13:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:13:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:13:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:13:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:13:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329577311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:13:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:13:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:13:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329579831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T06:13:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:13:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:13:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329580832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T06:13:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:13:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:13:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329612095,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:13:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:13:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:13:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:13:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:13:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:13:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:13:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:13:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:13:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:13:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:13:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:13:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:13:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:13:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:13:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T06:13:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:13:38.126Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:13:38.126Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:13:38.126Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:13:38.126Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:13:39.127Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:13:39.127Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:13:39.127Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:13:39.128Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:13:40.128Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:13:40.129Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:13:40.129Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T06:13:40.129Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:13:40.129Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:13:40.171Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:13:40.172Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:13:40.172Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:13:40.172Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T06:13:40.172Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:13:40.173Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T06:13:40.843Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:13:40.847Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T06:13:40.847Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T06:13:40.847Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T06:13:40.847Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:13:40.847Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:13:40.847Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:13:40.847Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329620847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:13:41.848Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:13:41.849Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:13:41.849Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:13:41.849Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T06:13:41.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:13:41.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:13:41.966Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14961562423450666044/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-04-01T06:13:43.585Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:13:43.585Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:13:43.585Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:13:43.585Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T06:13:43.585Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:13:43.586Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T06:13:43.586Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:13:43.586Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:13:43.586Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:13:43.586Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:13:43.586Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:13:43.586Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:13:43.586Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:13:43.586Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:13:43.586Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:13:43.586Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:13:43.586Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:13:43.586Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:13:43.587Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:13:43.587Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:13:43.587Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:13:43.587Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:13:43.587Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:13:43.587Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:13:43.587Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:13:43.587Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:13:43.587Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:13:43.587Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:13:43.588Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:13:43.588Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:13:43.588Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:13:43.588Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:13:43.588Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:13:43.588Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:13:43.588Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:13:43.588Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:13:43.588Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:13:43.589Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:13:43.589Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:13:43.589Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:13:43.589Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:13:43.589Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:13:43.589Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:13:43.589Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:13:43.589Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:13:43.589Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:13:43.589Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:13:43.590Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T06:13:43.590Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:13:43.590Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:13:43.590Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:13:43.590Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:13:43.590Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:13:43.590Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:13:43.590Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:13:43.590Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:13:43.590Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:13:43.591Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:13:43.591Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:13:43.591Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:13:43.591Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:13:43.591Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T06:13:43.591Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:13:43.591Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:13:43.591Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:13:43.591Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:13:43.591Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:13:43.591Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:13:43.592Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:13:43.592Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:13:43.592Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T06:13:43.592Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:13:43.592Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:13:43.592Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:13:43.592Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:13:43.592Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:13:43.592Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:13:43.592Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:13:43.592Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:13:43.593Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:13:43.593Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T06:13:43.593Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:13:43.593Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:13:43.593Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:13:43.593Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:13:43.593Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T06:13:43.593Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:13:43.593Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:13:43.593Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:13:43.593Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:13:43.594Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:13:43.594Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:13:43.594Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:13:43.594Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:13:43.594Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:13:43.594Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:13:43.594Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:13:43.594Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:13:43.595Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:13:43.595Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T06:13:43.595Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T06:13:43.595Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:13:43.595Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:13:43.595Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:13:43.595Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:13:43.595Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:13:43.595Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:13:43.596Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:13:43.596Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:13:43.596Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:13:43.634Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T06:13:43.634Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T06:13:43.635Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T06:13:43.635Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:13:43.635Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:13:43.635Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:13:43.635Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329623634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:13:44.637Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T06:13:44.637Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T06:13:44.637Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:13:44.637Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:13:44.637Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:13:44.637Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329624637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:13:45.638Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:13:45.664Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:13:45.667Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:13:45.668Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:13:45.668Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:13:45.668Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:13:45.668Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:13:45.668Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:13:45.668Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:13:45.668Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:13:45.669Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:13:45.680Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:14:15.680Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:14:15.694Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T06:14:15.694Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T06:14:15.695Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T06:14:15.703Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:14:15.729Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:14:15.730Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T06:14:15.738Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:14:15.898Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T06:14:15.899Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:14:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[188560], x-aai-txid=[1-aai-resources-230401-06:14:14:889-94177], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:14:15.899Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:14:15.899Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:14:15.899Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:14:15.908Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:14:15.909Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:14:15.909Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:14:15.909Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:14:15.909Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:14:15.909Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329655909,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:14:16.941Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:14:16.941Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:14:16.942Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:14:16.942Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:14:16.942Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:14:16.942Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:14:17.942Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:14:17.943Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:14:17.943Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:14:17.943Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:14:18.943Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:14:18.944Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:14:18.944Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T06:14:18.944Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T06:14:18.944Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:14:18.983Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:14:18.984Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:14:18.984Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:14:18.984Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T06:14:18.984Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:14:18.984Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T06:14:19.326Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:14:19.328Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T06:14:19.328Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T06:14:19.328Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T06:14:19.328Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:14:19.329Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:14:19.329Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:14:19.329Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329659328,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:14:20.330Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:14:20.330Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:14:20.331Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:14:20.331Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T06:14:20.331Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:14:20.331Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:14:20.406Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11947771202108136964/Definitions/service-BasicNetwork-template.yml
2023-04-01T06:14:20.719Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:14:20.719Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:14:20.719Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:14:20.719Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T06:14:20.719Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:14:20.719Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:14:20.719Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:14:20.719Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:14:20.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:14:20.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:14:20.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:14:20.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:14:20.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:14:20.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:14:20.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:14:20.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T06:14:20.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:14:20.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:14:20.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:14:20.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:14:20.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T06:14:20.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:14:20.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:14:20.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:14:20.721Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:14:20.721Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:14:20.721Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:14:20.721Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:14:20.721Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:14:20.721Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:14:20.721Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:14:20.721Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:14:20.721Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:14:20.721Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:14:20.765Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T06:14:20.766Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T06:14:20.766Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T06:14:20.766Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:14:20.766Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:14:20.766Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:14:20.766Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329660766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:14:21.767Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T06:14:21.768Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T06:14:21.768Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:14:21.768Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:14:21.768Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:14:21.769Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329661767,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:14:22.770Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:14:22.795Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:14:22.797Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:14:22.797Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:14:22.798Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:14:22.798Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:14:22.798Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:14:22.798Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:14:22.798Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:14:22.798Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:14:22.798Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:14:22.810Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:14:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:14:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:14:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:14:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:14:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:14:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:14:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:14:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:14:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329620847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:14:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:14:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:14:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329623634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T06:14:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:14:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:14:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329624637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T06:14:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:14:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:14:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329655909,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:14:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:14:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:14:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:14:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:14:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:14:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:14:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:14:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:14:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329659328,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:14:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:14:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:14:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329660766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T06:14:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:14:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:14:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329661767,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T06:14:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:14:52.811Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:14:52.819Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T06:14:52.820Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T06:14:52.820Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T06:14:52.829Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:14:52.848Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T06:14:52.849Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67a76a7a-3c37-49dc-b268-b1efe6e692ec], X-ECOMP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-TransactionId=[], X-ONAP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], Content-Type=[application/merge-patch+json]}
2023-04-01T06:14:52.859Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:14:53.015Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:14:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[192576], x-aai-txid=[2-aai-resources-230401-06:14:52:009-44694], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:14:53.016Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:14:53.017Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T06:14:53.017Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:14:53.017Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:14:53.024Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:14:53.024Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:14:53.024Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:14:53.024Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:14:53.024Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:14:53.025Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329693024,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:14:54.055Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:14:54.055Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:14:54.055Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:14:54.055Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:14:54.055Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:14:54.055Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:14:55.057Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:14:55.057Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:14:55.058Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:14:55.058Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:14:56.060Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:14:56.060Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:14:56.060Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:14:56.060Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:14:57.061Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:14:57.062Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:14:57.062Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:14:57.062Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:14:58.063Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:14:58.063Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:14:58.063Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:14:58.064Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:14:59.064Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:14:59.064Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:14:59.065Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:14:59.065Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:15:00.065Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:15:00.066Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:15:00.066Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:15:00.066Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:15:01.066Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:15:01.066Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:15:01.066Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:15:01.067Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:15:02.067Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:15:02.067Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:15:02.067Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T06:15:02.068Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:15:02.068Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:15:02.108Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:15:02.108Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:15:02.108Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:15:02.108Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:15:02.108Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:15:02.109Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:15:02.431Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:15:02.435Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T06:15:02.435Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T06:15:02.435Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:15:02.435Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:15:02.435Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:15:02.435Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:15:02.435Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329702435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:15:03.436Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:15:03.436Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:15:03.436Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:15:03.437Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:15:03.437Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:15:03.437Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:15:03.541Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18293981195530985306/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T06:15:04.101Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:15:04.101Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:15:04.101Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:15:04.101Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:15:04.101Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:15:04.101Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:15:04.101Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:15:04.101Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:15:04.101Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:15:04.101Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:15:04.101Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:15:04.101Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:15:04.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:04.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:15:04.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T06:15:04.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:15:04.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:15:04.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:04.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:15:04.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T06:15:04.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:15:04.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:15:04.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:04.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:15:04.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:04.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:15:04.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:04.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:15:04.103Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:04.103Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:15:04.103Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:04.103Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:15:04.103Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:15:04.147Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T06:15:04.148Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T06:15:04.148Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T06:15:04.148Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:15:04.148Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:15:04.148Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:15:04.148Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329704148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:15:05.148Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T06:15:05.149Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T06:15:05.149Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:15:05.149Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:15:05.149Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:15:05.149Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329705148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:15:06.149Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:15:06.172Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:15:06.176Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:15:06.176Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:15:06.176Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:15:06.176Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:15:06.176Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:15:06.176Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:15:06.176Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:15:06.176Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:15:06.176Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:15:06.189Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:15:36.190Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:15:36.202Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T06:15:36.202Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T06:15:36.203Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T06:15:36.211Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:15:36.235Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T06:15:36.236Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8065e698-7c7a-4a57-91c7-2b858ae1f7ef], X-ECOMP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-TransactionId=[], X-ONAP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], Content-Type=[application/merge-patch+json]}
2023-04-01T06:15:36.242Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:15:36.378Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:15:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[221344], x-aai-txid=[2-aai-resources-230401-06:15:35:391-87177], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:15:36.378Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:15:36.378Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T06:15:36.379Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:15:36.379Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:15:36.385Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:15:36.385Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:15:36.385Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:15:36.385Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:15:36.385Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:15:36.385Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329736385,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:15:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:15:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:15:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329693024,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:15:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:15:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:15:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:15:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:15:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:15:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:15:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:15:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:15:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:15:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:15:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:15:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:15:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:15:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:15:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:15:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:15:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:15:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:15:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:15:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:15:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:15:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:15:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:15:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:15:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:15:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:15:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329702435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:15:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:15:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:15:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329704148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T06:15:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:15:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:15:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329705148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T06:15:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:15:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:15:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329736385,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:15:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:15:37.412Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:15:37.412Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:15:37.412Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:15:37.413Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:15:37.413Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:15:37.413Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:15:38.413Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:15:38.414Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:15:38.414Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:15:38.414Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:15:39.415Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:15:39.415Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:15:39.415Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:15:39.415Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:15:40.416Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:15:40.416Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:15:40.416Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:15:40.416Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:15:41.417Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:15:41.417Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:15:41.417Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:15:41.417Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:15:42.418Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:15:42.418Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:15:42.418Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:15:42.418Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:15:43.419Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:15:43.419Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:15:43.419Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:15:43.419Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:15:44.420Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:15:44.420Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:15:44.420Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T06:15:44.420Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:15:44.421Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:15:44.466Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:15:44.466Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:15:44.466Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:15:44.467Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T06:15:44.467Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:15:44.467Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T06:15:44.770Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:15:44.772Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T06:15:44.773Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T06:15:44.773Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T06:15:44.773Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:15:44.773Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:15:44.773Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:15:44.773Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329744773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:15:45.774Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:15:45.775Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:15:45.775Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:15:45.778Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T06:15:45.778Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:15:45.778Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:15:45.869Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1010313306225645429/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T06:15:46.816Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:15:46.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:15:46.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:15:46.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:15:46.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:15:46.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:15:46.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:15:46.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:15:46.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:15:46.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:15:46.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:15:46.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:15:46.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:46.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:15:46.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:15:46.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:15:46.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:15:46.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:46.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:15:46.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:15:46.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:46.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:15:46.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:15:46.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:46.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T06:15:46.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T06:15:46.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:15:46.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T06:15:46.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:46.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:15:46.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:46.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:15:46.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:46.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:15:46.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:15:46.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:15:46.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:15:46.864Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T06:15:46.864Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T06:15:46.864Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T06:15:46.864Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:15:46.864Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:15:46.864Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:15:46.864Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329746864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:15:47.865Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T06:15:47.865Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T06:15:47.865Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:15:47.865Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:15:47.865Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:15:47.865Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329747865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:15:48.866Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:15:48.888Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:15:48.891Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:15:48.891Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:15:48.891Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:15:48.891Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:15:48.891Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:15:48.891Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:15:48.891Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:15:48.891Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:15:48.891Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:15:48.902Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:16:18.902Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:16:18.915Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T06:16:18.915Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T06:16:18.916Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T06:16:18.923Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:16:18.948Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:16:18.949Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T06:16:18.957Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:16:19.109Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T06:16:19.109Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:16:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[200848], x-aai-txid=[0-aai-resources-230401-06:16:18:107-48925], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:16:19.109Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:16:19.109Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:16:19.109Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:16:19.116Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:16:19.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:16:19.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:16:19.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:16:19.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:16:19.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329779117,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:16:20.152Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:16:20.153Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"efccc4c5-7bb8-41cf-a6f1-9349eb35981a","serviceName":"Demo_pNF_Ic9dwGek3O8urfndll23","serviceVersion":"1.0","serviceUUID":"508389d7-38f7-47fd-bd41-20662b25b49f","serviceDescription":"catalog service description","serviceInvariantUUID":"0c7ab211-5fee-4b5a-bec9-64020478b0d6","resources":[{"resourceInstanceName":"pNF 714be145-f272 0","resourceName":"pNF 714be145-f272","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a88b7f5-eb0f-4834-8b28-b493ad94df97","resourceInvariantUUID":"d433ff3f-bd27-4f50-9a82-92c827585226","resourceCustomizationUUID":"1e941aea-4b3a-4cce-abb2-10cfdf34307e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml","artifactChecksum":"NjU5MzlhODFlOGE1N2EwYTMxYzIwYTMwNmU1YWE3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e040a26-adca-4b38-9d2e-fdfcfef6d9e1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1d3a0bb-10d9-439a-ae6b-df81971675e9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6015e29b-2f4a-410f-82e3-806118e18502","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml","artifactChecksum":"MTYwNGM5OGNmMmVlNGI4Yjg5ZGNmZTY2OGUyOTJiZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32dc7eae-06c0-4612-a8d9-3dfbfd0d28bf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60dd7381-89ba-45dd-a9da-027a43838703","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8f86f18-4d48-4f98-b9a5-9d23ac6f4ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactChecksum":"NjVhNGRmZmExYzg1ZDZkZjljNDYzNDkzZDQ2MTYxMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da026c00-e8ae-4986-a794-33fb54386015","artifactVersion":"1"},{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactChecksum":"NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48e8d3b4-539a-49e9-b8f3-1c68661898e1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:16:20.153Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:16:20.153Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:16:20.153Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:16:20.153Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:16:21.154Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:16:21.154Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:16:21.154Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:16:21.155Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:16:22.155Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:16:22.156Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:16:22.156Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:16:22.156Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:16:23.157Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:16:23.157Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:16:23.157Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:16:23.157Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:16:24.158Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:16:24.158Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:16:24.158Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:16:24.159Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:16:25.159Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:16:25.160Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:16:25.160Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:16:25.160Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:16:26.162Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:16:26.162Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:16:26.162Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:16:26.162Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:16:27.163Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:16:27.164Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:16:27.164Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:16:27.164Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:16:28.165Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "serviceName": "Demo_pNF_Ic9dwGek3O8urfndll23",
  "serviceVersion": "1.0",
  "serviceUUID": "508389d7-38f7-47fd-bd41-20662b25b49f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c7ab211-5fee-4b5a-bec9-64020478b0d6",
  "resources": [
    {
      "resourceInstanceName": "pNF 714be145-f272 0",
      "resourceCustomizationUUID": "1e941aea-4b3a-4cce-abb2-10cfdf34307e",
      "resourceName": "pNF 714be145-f272",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2a88b7f5-eb0f-4834-8b28-b493ad94df97",
      "resourceInvariantUUID": "d433ff3f-bd27-4f50-9a82-92c827585226",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactChecksum": "NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48e8d3b4-539a-49e9-b8f3-1c68661898e1"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:16:28.166Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:16:28.166Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 508389d7-38f7-47fd-bd41-20662b25b49f ASDC
2023-04-01T06:16:28.166Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:efccc4c5-7bb8-41cf-a6f1-9349eb35981a
ServiceName:Demo_pNF_Ic9dwGek3O8urfndll23
ServiceVersion:1.0
ServiceUUID:508389d7-38f7-47fd-bd41-20662b25b49f
ServiceInvariantUUID:0c7ab211-5fee-4b5a-bec9-64020478b0d6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactUUID:48e8d3b4-539a-49e9-b8f3-1c68661898e1
ArtifactChecksum:NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 714be145-f272 0
ResourceCustomizationUUID:1e941aea-4b3a-4cce-abb2-10cfdf34307e
ResourceInvariantUUID:d433ff3f-bd27-4f50-9a82-92c827585226
ResourceName:pNF 714be145-f272
ResourceType:PNF
ResourceUUID:2a88b7f5-eb0f-4834-8b28-b493ad94df97
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:16:28.167Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 508389d7-38f7-47fd-bd41-20662b25b49f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:16:28.214Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:16:28.215Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:16:28.215Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:16:28.215Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 from URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:16:28.215Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:16:28.215Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:16:28.529Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:16:28.531Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar 48e8d3b4-539a-49e9-b8f3-1c68661898e1 87995
2023-04-01T06:16:28.532Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T06:16:28.532Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:16:28.532Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:16:28.532Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:16:28.532Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:16:28.533Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329788532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:16:29.534Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:16:29.534Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:16:29.535Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1, URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar to file: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:16:29.535Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:16:29.535Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:16:29.536Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:16:29.676Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7973753506235339161/Definitions/service-DemoPnfIc9dwgek3o8urfndll23-template.yml
2023-04-01T06:16:30.261Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:16:30.262Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:16:30.262Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:16:30.262Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:16:30.262Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:16:30.263Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 714be145-f272 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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:16:30.263Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:16:30.263Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:16:30.263Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:16:30.263Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:16:30.263Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:16:30.263Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:16:30.263Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:16:30.263Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:16:30.263Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T06:16:30.263Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:16:30.263Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:16:30.263Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:16:30.263Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:16:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T06:16:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:16:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:16:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:16:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:16:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:16:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:16:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:16:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:16:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:16:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:16:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:16:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:16:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Ic9dwGek3O8urfndll23
Description:catalog service description
Model UUID:508389d7-38f7-47fd-bd41-20662b25b49f
Model Version:NULL
Model InvariantUuid:0c7ab211-5fee-4b5a-bec9-64020478b0d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:16:30.318Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists
2023-04-01T06:16:30.318Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T06:16:30.319Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists)
2023-04-01T06:16:30.319Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:16:30.319Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:16:30.319Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:16:30.320Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329790318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:16:31.320Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T06:16:31.321Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists)
2023-04-01T06:16:31.321Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:16:31.322Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:16:31.322Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:16:31.323Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329791320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:16:32.323Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:16:32.349Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:16:32.353Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:16:32.354Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:16:32.354Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:16:32.354Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:16:32.354Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:16:32.354Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:16:32.354Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:16:32.354Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:16:32.354Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:16:32.368Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:16:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:16:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:16:37.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:16:37.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:02.369Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:17:02.379Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and serviceModelVersionId: 508389d7-38f7-47fd-bd41-20662b25b49f
2023-04-01T06:17:02.379Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c7ab211-5fee-4b5a-bec9-64020478b0d6
2023-04-01T06:17:02.379Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0
2023-04-01T06:17:02.383Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:17:02.394Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:17:02.395Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||Invoke
2023-04-01T06:17:02.402Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:17:02.557Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||InvokeReturn
2023-04-01T06:17:02.557Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:17:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[262192], x-aai-txid=[0-aai-resources-230401-06:17:01:553-27075], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:17:02.558Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:17:02.558Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:17:02.558Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:17:02.568Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:17:02.568Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efccc4c5-7bb8-41cf-a6f1-9349eb35981a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:17:02.568Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:17:02.569Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:02.569Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:02.569Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329822568,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:17:03.598Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:17:03.598Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"5b45de55-3695-452f-9983-9028c5d19e44","serviceName":"Demo_pNF_T3B6zbSGi2YaADhQk31n","serviceVersion":"1.0","serviceUUID":"0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce","serviceDescription":"catalog service description","serviceInvariantUUID":"53a72de3-783e-4b47-b1de-0a636a89ab5c","resources":[{"resourceInstanceName":"pNF 16fd43e8-271b 0","resourceName":"pNF 16fd43e8-271b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d508e38c-c0fa-4a4d-9625-eb3b8160f955","resourceInvariantUUID":"e0c45bf9-a664-4da1-a4af-6cca8f95a224","resourceCustomizationUUID":"88fa0cd3-4226-4714-8744-fb73ed71935e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml","artifactChecksum":"YjUyMjQ2MzM0ZTYzMWY2ZTQ3OGU0N2FiMDM5MzQ1MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"657b817d-7d0e-44c2-94ac-231ba194e947","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c8d24aa5-0656-462d-8ed0-090aa89b712f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28f516db-5f2e-4b3d-9fa5-c4e51a8f54e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml","artifactChecksum":"YzhmZWViYWMwMjhlY2VkZDFiZDZjNGVkYWU0OGFmYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14cb3a33-a56a-47db-afe8-dc6502ca836c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2138386-4a06-4fbc-93b3-fe0b6f0a0bfc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"450a51c0-1ad1-432b-87c0-0ec0c73f9990","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactChecksum":"NDQ4ZWFlYmQ3OGQ0N2M5OWE2ZGFlYTQ4YzM2MzM5ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5e828e-6ec8-4cc1-b187-c0bd8c97a387","artifactVersion":"1"},{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactChecksum":"ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7094e1e0-36ad-4848-a315-00b0c9b42a72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:17:03.599Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:17:03.599Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:03.599Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:03.599Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:04.600Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:17:04.600Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:04.600Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:04.600Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:05.601Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:17:05.602Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:05.602Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:05.602Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:06.603Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:17:06.603Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:06.603Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:06.604Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:07.605Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:17:07.605Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:07.605Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:07.605Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:08.606Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:17:08.607Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:08.607Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:08.607Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:09.608Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:17:09.608Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:09.608Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:09.608Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:10.609Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:17:10.609Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:10.609Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:10.609Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:11.610Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "serviceName": "Demo_pNF_T3B6zbSGi2YaADhQk31n",
  "serviceVersion": "1.0",
  "serviceUUID": "0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "53a72de3-783e-4b47-b1de-0a636a89ab5c",
  "resources": [
    {
      "resourceInstanceName": "pNF 16fd43e8-271b 0",
      "resourceCustomizationUUID": "88fa0cd3-4226-4714-8744-fb73ed71935e",
      "resourceName": "pNF 16fd43e8-271b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d508e38c-c0fa-4a4d-9625-eb3b8160f955",
      "resourceInvariantUUID": "e0c45bf9-a664-4da1-a4af-6cca8f95a224",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactChecksum": "ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7094e1e0-36ad-4848-a315-00b0c9b42a72"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:17:11.611Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:17:11.611Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC
2023-04-01T06:17:11.611Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5b45de55-3695-452f-9983-9028c5d19e44
ServiceName:Demo_pNF_T3B6zbSGi2YaADhQk31n
ServiceVersion:1.0
ServiceUUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
ServiceInvariantUUID:53a72de3-783e-4b47-b1de-0a636a89ab5c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactUUID:7094e1e0-36ad-4848-a315-00b0c9b42a72
ArtifactChecksum:ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 16fd43e8-271b 0
ResourceCustomizationUUID:88fa0cd3-4226-4714-8744-fb73ed71935e
ResourceInvariantUUID:e0c45bf9-a664-4da1-a4af-6cca8f95a224
ResourceName:pNF 16fd43e8-271b
ResourceType:PNF
ResourceUUID:d508e38c-c0fa-4a4d-9625-eb3b8160f955
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:17:11.611Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:17:11.652Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:17:11.652Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:17:11.653Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:17:11.653Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 from URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:17:11.653Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:17:11.653Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:17:11.966Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:17:11.969Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar 7094e1e0-36ad-4848-a315-00b0c9b42a72 88007
2023-04-01T06:17:11.970Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T06:17:11.970Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:17:11.970Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:17:11.970Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:11.970Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:11.970Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329831969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:12.970Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:17:12.971Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:17:12.971Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72, URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar to file: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:17:12.971Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:17:12.971Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:17:12.971Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:17:13.062Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5893597160120565129/Definitions/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml
2023-04-01T06:17:13.600Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:17:13.600Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:17:13.600Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:17:13.600Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:17:13.600Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:17:13.600Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:17:13.600Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:17:13.600Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:17:13.600Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 16fd43e8-271b 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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:17:13.600Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:17:13.600Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:17:13.600Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:17:13.600Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:13.601Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:17:13.601Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T06:17:13.601Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:17:13.601Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:17:13.601Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:13.601Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:17:13.602Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T06:17:13.602Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:17:13.602Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:17:13.602Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:13.602Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:17:13.602Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:13.602Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:17:13.602Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:13.602Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:17:13.602Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:13.602Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:17:13.602Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:13.602Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:17:13.602Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_T3B6zbSGi2YaADhQk31n
Description:catalog service description
Model UUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
Model Version:NULL
Model InvariantUuid:53a72de3-783e-4b47-b1de-0a636a89ab5c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:17:13.643Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||ERROR|500||Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists
2023-04-01T06:17:13.643Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T06:17:13.643Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists)
2023-04-01T06:17:13.643Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:17:13.643Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:13.644Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:13.644Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329833643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:14.644Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T06:17:14.644Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists)
2023-04-01T06:17:14.645Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:17:14.645Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:14.645Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:14.645Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329834644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:15.646Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:17:15.671Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:17:15.676Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:17:15.676Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:17:15.676Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:17:15.676Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:17:15.676Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:17:15.676Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:17:15.677Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:17:15.677Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:17:15.677Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:17:15.689Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:17:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329744773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329746864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329747865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329779117,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329788532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329790318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
}
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329791320,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
}
2023-04-01T06:17:37.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:17:45.689Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:17:45.701Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b45de55-3695-452f-9983-9028c5d19e44 and serviceModelVersionId: 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
2023-04-01T06:17:45.701Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53a72de3-783e-4b47-b1de-0a636a89ab5c
2023-04-01T06:17:45.701Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0
2023-04-01T06:17:45.704Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:17:45.717Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||Invoke
2023-04-01T06:17:45.717Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90605a37-9f1f-47c0-a294-e49e5d15bdd1], X-ECOMP-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], X-TransactionId=[], X-ONAP-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], Content-Type=[application/merge-patch+json]}
2023-04-01T06:17:45.724Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:17:45.879Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:17:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[250016], x-aai-txid=[0-aai-resources-230401-06:17:44:874-17744], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:17:45.880Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:17:45.880Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||InvokeReturn
2023-04-01T06:17:45.881Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:17:45.881Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:17:45.888Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:17:45.888Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b45de55-3695-452f-9983-9028c5d19e44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:17:45.888Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:17:45.889Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:45.889Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:45.889Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329865888,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:17:46.916Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:17:46.916Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1314236a-cd6a-41a1-8281-e09a18d9fe21","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f26e5059-2fa3-46e4-bb31-bb140b69081a","serviceDescription":"service","serviceInvariantUUID":"ee0afdf1-fed7-44ee-a6b7-83cdbd151b97","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1818899-835f-4d40-a5ee-e02a1724ab39","resourceInvariantUUID":"1af08c65-dff4-49fc-afa2-5e2c421c946b","resourceCustomizationUUID":"93353038-149d-4ead-bcfe-2faf7b1527c6","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":"Mzc0MmM3Y2QwZmUwMjljZWFlZmVjMzJiOWY0NWNiYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0399e894-f11b-48ab-ab07-684422fc26a1","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":"NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f6611bc-f2b0-4d20-947d-90858cc60f6a","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":"a29c38d8-dd9d-4ae1-910b-1426b62e2777","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":"e31356fa-e238-4fec-8b1a-a20f57a73f84","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":"43f30c31-5224-4085-b5f9-b1d8a11fee3b","artifactVersion":"2","generatedFromUUID":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9"},{"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":"d61625a5-f2ed-4814-8a3c-2ffd8497b076","artifactVersion":"2","generatedFromUUID":"a29c38d8-dd9d-4ae1-910b-1426b62e2777"},{"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":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9","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":"7b627770-368d-414e-91cf-3778905e2fb8","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":"NjY3ZDM4NmQ3MzExYTNiMWE4YTQ0NWM3NmVhYmY1NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79a0639f-3caf-4dba-adbe-5eec58d704c5","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1898e78b-af65-4926-9400-00b38f3e5f77","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:17:46.916Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:17:46.916Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:46.916Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:46.916Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:47.917Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:17:47.917Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:47.918Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:47.918Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:48.918Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:17:48.919Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:48.919Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:48.919Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:49.919Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:17:49.920Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:49.920Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:49.920Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:50.920Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:17:50.921Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:50.921Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:50.921Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:51.922Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:17:51.922Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:51.922Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:51.922Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:52.923Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:17:52.923Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:52.924Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:52.924Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:53.924Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:17:53.925Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:53.925Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:53.925Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:54.926Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:17:54.926Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:54.926Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:54.926Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:55.927Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:17:55.927Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:55.928Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:55.928Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:56.929Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f26e5059-2fa3-46e4-bb31-bb140b69081a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee0afdf1-fed7-44ee-a6b7-83cdbd151b97",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "93353038-149d-4ead-bcfe-2faf7b1527c6",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a1818899-835f-4d40-a5ee-e02a1724ab39",
      "resourceInvariantUUID": "1af08c65-dff4-49fc-afa2-5e2c421c946b",
      "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": "NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1f6611bc-f2b0-4d20-947d-90858cc60f6a",
          "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": "a29c38d8-dd9d-4ae1-910b-1426b62e2777",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
            "generatedFromUUID": "a29c38d8-dd9d-4ae1-910b-1426b62e2777"
          },
          "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": "43f30c31-5224-4085-b5f9-b1d8a11fee3b",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
          "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": "d7b3ac90-ed11-4955-8c35-9548ba9a0ec9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1898e78b-af65-4926-9400-00b38f3e5f77"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:17:56.929Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:17:56.929Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC
2023-04-01T06:17:56.929Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1314236a-cd6a-41a1-8281-e09a18d9fe21
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
ServiceInvariantUUID:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
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:1898e78b-af65-4926-9400-00b38f3e5f77
ArtifactChecksum:ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:93353038-149d-4ead-bcfe-2faf7b1527c6
ResourceInvariantUUID:1af08c65-dff4-49fc-afa2-5e2c421c946b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:a1818899-835f-4d40-a5ee-e02a1724ab39
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:1f6611bc-f2b0-4d20-947d-90858cc60f6a
ArtifactChecksum:NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI=
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:a29c38d8-dd9d-4ae1-910b-1426b62e2777
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:43f30c31-5224-4085-b5f9-b1d8a11fee3b
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:d7b3ac90-ed11-4955-8c35-9548ba9a0ec9
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:17:56.930Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:17:56.977Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:17:56.978Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:17:56.978Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:17:56.978Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-01T06:17:56.978Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:17:56.978Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:17:57.323Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:17:57.331Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 1898e78b-af65-4926-9400-00b38f3e5f77 163251
2023-04-01T06:17:57.332Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:17:57.332Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:17:57.332Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:17:57.332Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:57.332Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:57.332Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329877332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:17:58.333Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:17:58.333Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:17:58.334Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:17:58.334Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-01T06:17:58.334Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:17:58.335Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:17:58.474Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP996236931325358661/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-01T06:17:59.256Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:17:59.257Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:17:59.257Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:17:59.257Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-01T06:17:59.257Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:17:59.257Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:17:59.257Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:17:59.257Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:17:59.258Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:17:59.258Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:59.258Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:17:59.258Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:17:59.258Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:17:59.258Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:17:59.258Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:59.258Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:17:59.258Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:17:59.259Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:17:59.259Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:17:59.259Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:59.259Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:17:59.259Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:59.259Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T06:17:59.259Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-01T06:17:59.259Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-01T06:17:59.259Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:17:59.260Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:59.260Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:17:59.260Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:59.260Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:17:59.260Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:17:59.260Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:59.260Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:17:59.260Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:17:59.261Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:59.261Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:17:59.261Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:17:59.261Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:59.261Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:17:59.261Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:17:59.261Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:59.261Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T06:17:59.261Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-01T06:17:59.261Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=afe00e20-951f-4d2d-bb1a-0a9c40fed98e
2023-04-01T06:17:59.262Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:59.262Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:17:59.262Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:59.262Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:17:59.262Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:59.262Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:17:59.262Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:17:59.262Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:17:59.262Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
Model Version:NULL
Model InvariantUuid:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:4dfdcd0c-b0e2-4c2f-b132-eab399cc6814
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1af08c65-dff4-49fc-afa2-5e2c421c946b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:93353038-149d-4ead-bcfe-2faf7b1527c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cbbb0e3f-c936-4bd0-b425-d2a5d86e13e5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a87649e1-f718-416f-ac14-50b6a992f7d7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:cb4a155e-2310-4c2d-b442-5fab53892d7f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:5c04c4b8-e0e7-4035-8a4a-775d920238dd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:afe00e20-951f-4d2d-bb1a-0a9c40fed98e
ModelInvariantUuid:0fdbd085-9e81-4290-96e9-e5a66d7f02ad
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5759c48b-db2f-42a8-badb-44ed3f09e6b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:172b0c5b-be2b-4dc1-a8d9-b9b632b41495
ModelInvariantUuid:46e6967c-3564-4ee0-af40-3fd5d763862a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:efd8cd30-564a-4085-8745-3369bf468c27
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:17:59.306Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||ERROR|500||Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists
2023-04-01T06:17:59.306Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:17:59.306Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists)
2023-04-01T06:17:59.306Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:17:59.306Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:17:59.306Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:17:59.307Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329879306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:18:00.307Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:18:00.308Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists)
2023-04-01T06:18:00.308Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:18:00.308Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:18:00.308Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:18:00.309Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329880307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:18:01.309Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:18:01.342Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:18:01.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:18:01.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:18:01.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:18:01.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:18:01.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:18:01.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:18:01.348Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:18:01.348Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:18:01.348Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:18:01.362Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:18:31.362Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:18:31.373Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and serviceModelVersionId: f26e5059-2fa3-46e4-bb31-bb140b69081a
2023-04-01T06:18:31.374Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
2023-04-01T06:18:31.374Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0
2023-04-01T06:18:31.382Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:18:31.398Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||Invoke
2023-04-01T06:18:31.398Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1314236a-cd6a-41a1-8281-e09a18d9fe21], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[564db897-2b4a-41f6-bb21-6cf8202f8ce4], X-ECOMP-RequestID=[1314236a-cd6a-41a1-8281-e09a18d9fe21], X-TransactionId=[], X-ONAP-RequestID=[1314236a-cd6a-41a1-8281-e09a18d9fe21], Content-Type=[application/merge-patch+json]}
2023-04-01T06:18:31.405Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:18:31.563Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:18:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[262320], x-aai-txid=[2-aai-resources-230401-06:18:30:556-38041], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:18:31.564Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:18:31.564Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||InvokeReturn
2023-04-01T06:18:31.564Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:18:31.564Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:18:31.571Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:18:31.571Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1314236a-cd6a-41a1-8281-e09a18d9fe21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:18:31.571Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:18:31.572Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:18:31.572Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:18:31.572Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329911571,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:18:32.599Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:18:32.599Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f4a0b667-7242-474d-a1f8-09bba9315ce1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa","serviceDescription":"service","serviceInvariantUUID":"0b7464e9-6d23-4f1a-a639-f0a0ad3efc47","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2761a12a-a271-4116-bad3-d9a7086f4e0c","resourceInvariantUUID":"777a4fd2-6905-45c6-a15e-00e0b884aa61","resourceCustomizationUUID":"1ae5d246-d79a-4f01-80d0-0207f7887709","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":"OGJiNzY5ZTVlMjZiNzZjNDJmOTk3ZTM2NDUzM2YyNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7622934-bce1-4aef-9638-289fc9394c9c","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":"ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3a90a98d-9f57-445f-832b-3a47c8682ab0","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":"96bc3435-51b4-43f2-ae7a-892c4b031e50","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":"41c23afd-cfc1-49b5-ac54-e951770da212","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":"1cced3a2-a150-48ad-a0f7-7e5b812065e7","artifactVersion":"2","generatedFromUUID":"96bc3435-51b4-43f2-ae7a-892c4b031e50"},{"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":"MzY4YzhkZjUyNzlmOTY4ZDAyNzdiMTYwNTJjZmFhNDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"64790e8e-52ea-4f46-b10f-9d1faa571d27","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":"ZDhlZjA4NDdmMTI0OGMxZmVkZTc2ZTcwMDU2MDAyOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97ac84a0-d744-4d88-acc4-690082a09899","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90a0e0f4-5eb8-4db0-83a3-3607267b08ef","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:18:32.600Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:18:32.600Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:18:32.600Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:18:32.600Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:18:33.602Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:18:33.602Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:18:33.602Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:18:33.602Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:18:34.604Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:18:34.604Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:18:34.604Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:18:34.604Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:18:35.605Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:18:35.605Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:18:35.605Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:18:35.605Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:18:36.607Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:18:36.607Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:18:36.607Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:18:36.607Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:18:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:18:37.265Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: cached metadata has changed from (version84: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version85: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-04-01T06:18:37.281Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:18:37.282Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T06:18:37.288Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:18:37.289Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 44: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T06:18:37.306Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:18:37.307Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T06:18:37.307Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:18:37.313Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:18:37.313Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:18:37.313Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:18:37.313Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1703, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:18:37.313Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:18:37.314Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:18:37.608Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:18:37.609Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:18:37.609Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:18:37.609Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:18:38.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.332Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329822568,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:18:38.332Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.332Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:18:38.332Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.332Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:18:38.332Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.332Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:18:38.332Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.332Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:18:38.332Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.332Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:18:38.332Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329831969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329833643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
}
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329834644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
}
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.333Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329865888,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:18:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:18:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:18:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:18:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:18:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-01T06:18:38.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.341Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-01T06:18:38.343Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.344Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-01T06:18:38.345Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.351Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:18:38.351Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.352Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:18:38.352Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.352Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:18:38.353Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.358Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329877332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:18:38.360Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.360Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329879306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists"
}
2023-04-01T06:18:38.360Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.360Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329880307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists"
}
2023-04-01T06:18:38.360Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329911571,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:18:38.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:18:38.610Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:18:38.610Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:18:38.611Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:18:38.611Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:18:39.612Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:18:39.613Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:18:39.613Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:18:39.613Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:18:40.614Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b7464e9-6d23-4f1a-a639-f0a0ad3efc47",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "1ae5d246-d79a-4f01-80d0-0207f7887709",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2761a12a-a271-4116-bad3-d9a7086f4e0c",
      "resourceInvariantUUID": "777a4fd2-6905-45c6-a15e-00e0b884aa61",
      "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": "ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3a90a98d-9f57-445f-832b-3a47c8682ab0",
          "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": "96bc3435-51b4-43f2-ae7a-892c4b031e50",
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
            "generatedFromUUID": "96bc3435-51b4-43f2-ae7a-892c4b031e50"
          },
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90a0e0f4-5eb8-4db0-83a3-3607267b08ef"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:18:40.615Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:18:40.615Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC
2023-04-01T06:18:40.615Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f4a0b667-7242-474d-a1f8-09bba9315ce1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
ServiceInvariantUUID:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
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:90a0e0f4-5eb8-4db0-83a3-3607267b08ef
ArtifactChecksum:NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:1ae5d246-d79a-4f01-80d0-0207f7887709
ResourceInvariantUUID:777a4fd2-6905-45c6-a15e-00e0b884aa61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2761a12a-a271-4116-bad3-d9a7086f4e0c
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:3a90a98d-9f57-445f-832b-3a47c8682ab0
ArtifactChecksum:ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY=
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:96bc3435-51b4-43f2-ae7a-892c4b031e50
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:18:40.615Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:18:40.663Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:18:40.663Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:18:40.663Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:18:40.664Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-01T06:18:40.664Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:18:40.664Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:40.956Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:18:40.959Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 90a0e0f4-5eb8-4db0-83a3-3607267b08ef 82964
2023-04-01T06:18:40.959Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:40.960Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:40.960Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:18:40.960Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:18:40.960Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:18:40.960Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329920959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:18:41.961Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:18:41.962Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:18:41.962Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:18:41.963Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-01T06:18:41.963Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:18:41.963Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:18:42.087Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5632435744536894491/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T06:18:42.949Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:18:42.949Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:18:42.949Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:18:42.949Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:18:42.949Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:42.949Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:42.949Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:42.949Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:42.949Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:42.950Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:42.950Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:42.950Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:18:42.950Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:18:42.950Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:42.950Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:18:42.950Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:18:42.950Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:18:42.950Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:18:42.950Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:42.950Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:18:42.950Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:18:42.950Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:18:42.950Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:18:42.950Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:42.950Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:18:42.951Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T06:18:42.951Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T06:18:42.951Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T06:18:42.951Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T06:18:42.951Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:18:42.951Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:18:42.951Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:18:42.951Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:42.951Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:18:42.951Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:18:42.951Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:18:42.951Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:18:42.951Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:18:42.951Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:18:42.951Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:18:42.951Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:18:42.951Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:18:42.951Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:18:42.952Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T06:18:42.952Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T06:18:42.952Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:18:42.952Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c145e713-24cd-4ba8-a6c1-379c251df156
2023-04-01T06:18:42.952Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:18:42.952Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:42.952Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:18:42.952Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:42.952Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:18:42.952Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:42.952Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:18:42.952Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:42.952Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
Model Version:NULL
Model InvariantUuid:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c54629b9-eb6a-453f-8eb3-d6cf6f8348c9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:777a4fd2-6905-45c6-a15e-00e0b884aa61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1ae5d246-d79a-4f01-80d0-0207f7887709
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dfff1756-6614-47f2-9fa7-e61cbc49c457
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:dcb1002f-0e42-4966-938c-a4b617a68436
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c145e713-24cd-4ba8-a6c1-379c251df156
ModelInvariantUuid:04b23e99-bf5c-4475-b624-35bc118a60f4
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:daf8834e-b8ef-455b-aff7-624a4226c0c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5ea7b3b4-7cdb-46ff-b9eb-8764dcc6473f
ModelInvariantUuid:56fa5535-ffdf-4a3b-9100-37873a9a69d7
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d47dc4f4-4851-4c2e-b714-d306e76fe3f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:18:42.987Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||ERROR|500||Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists
2023-04-01T06:18:42.988Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:42.988Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists)
2023-04-01T06:18:42.988Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:18:42.988Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:18:42.988Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:18:42.988Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329922988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:18:43.989Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:18:43.989Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists)
2023-04-01T06:18:43.989Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:18:43.989Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:18:43.990Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:18:43.990Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329923989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:18:44.991Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:18:45.014Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:18:45.017Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:18:45.017Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:18:45.017Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:18:45.017Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:18:45.017Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:18:45.017Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:18:45.017Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:18:45.018Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:18:45.018Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:18:45.026Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:19:15.026Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:19:15.038Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and serviceModelVersionId: 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
2023-04-01T06:19:15.039Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
2023-04-01T06:19:15.039Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0
2023-04-01T06:19:15.047Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:19:15.067Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||Invoke
2023-04-01T06:19:15.067Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f4a0b667-7242-474d-a1f8-09bba9315ce1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[776cc01d-9c4d-4117-a29a-ae18dfbb8690], X-ECOMP-RequestID=[f4a0b667-7242-474d-a1f8-09bba9315ce1], X-TransactionId=[], X-ONAP-RequestID=[f4a0b667-7242-474d-a1f8-09bba9315ce1], Content-Type=[application/merge-patch+json]}
2023-04-01T06:19:15.075Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:19:15.228Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:19:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[278688], x-aai-txid=[0-aai-resources-230401-06:19:14:224-652], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:19:15.229Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:19:15.230Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||InvokeReturn
2023-04-01T06:19:15.230Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:19:15.230Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:19:15.239Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:19:15.240Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4a0b667-7242-474d-a1f8-09bba9315ce1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:19:15.240Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:19:15.240Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:19:15.240Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:19:15.241Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329955240,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:19:16.273Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:19:16.273Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"501785e9-f1fd-4675-b2b8-533de86fc0eb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"41e29eb7-2992-4121-8ff3-983252f0e8f4","serviceDescription":"service","serviceInvariantUUID":"abadc27a-99ac-4198-888c-30a2573d6daf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c3d302d8-3273-4794-821a-a8d9ad08f1c4","resourceInvariantUUID":"9679e179-17a5-46ed-98c9-88b262e95ccb","resourceCustomizationUUID":"7a29e752-5e4d-4a57-a6b2-2c430710f011","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":"YzU4MjRkODI0ODQ3ZjhjMWQxN2JkZDQ3ZTMyM2Q3NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1270f5d2-ba55-4180-8d28-10f28a813a4c","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":"1bd27fb0-5c12-436f-be21-4fb3b7a0ff94","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":"0e4dbae7-c3df-417f-ab1c-19964d13e479","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":"NjUxYzVkNWZiZjZmOWE3ZjFiY2ZlMGRmOGM2YmMxNGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f9ffe5a0-fc60-4c48-8b36-3b61f746aa02","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":"d5f83ca6-9390-403a-8f14-e633ed114104","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":"b9b0eaf0-2cc2-4941-9b36-9cf4f4a8ce0b","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":"73d906b2-aa7f-47cc-a7f2-09d23acf1e03","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":"N2RkNTViY2ZjYmRlZDBmMjRjZTZiYjYxYTUxNjdjNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a7c193d-4650-432b-8c37-24d2e056dd34","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da488a63-d045-4e3b-9e46-0c19d314e5f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:19:16.274Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:19:16.274Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:19:16.274Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:19:16.274Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:19:17.275Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:19:17.275Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:19:17.275Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:19:17.276Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:19:18.276Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:19:18.277Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:19:18.277Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:19:18.277Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:19:19.277Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:19:19.277Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:19:19.278Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:19:19.278Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:19:20.278Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:19:20.279Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:19:20.279Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:19:20.279Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:19:21.279Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:19:21.280Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:19:21.280Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:19:21.280Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:19:22.281Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:19:22.281Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:19:22.281Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:19:22.281Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:19:23.282Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:19:23.283Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:19:23.283Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:19:23.283Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:19:24.284Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:19:24.284Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:19:24.284Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:19:24.285Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:19:25.285Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "41e29eb7-2992-4121-8ff3-983252f0e8f4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "abadc27a-99ac-4198-888c-30a2573d6daf",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7a29e752-5e4d-4a57-a6b2-2c430710f011",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c3d302d8-3273-4794-821a-a8d9ad08f1c4",
      "resourceInvariantUUID": "9679e179-17a5-46ed-98c9-88b262e95ccb",
      "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": "ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da488a63-d045-4e3b-9e46-0c19d314e5f4"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:19:25.286Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:19:25.286Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC
2023-04-01T06:19:25.286Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:501785e9-f1fd-4675-b2b8-533de86fc0eb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:41e29eb7-2992-4121-8ff3-983252f0e8f4
ServiceInvariantUUID:abadc27a-99ac-4198-888c-30a2573d6daf
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:da488a63-d045-4e3b-9e46-0c19d314e5f4
ArtifactChecksum:ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7a29e752-5e4d-4a57-a6b2-2c430710f011
ResourceInvariantUUID:9679e179-17a5-46ed-98c9-88b262e95ccb
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c3d302d8-3273-4794-821a-a8d9ad08f1c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:19:25.287Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:19:25.327Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:19:25.327Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:19:25.327Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:19:25.327Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-01T06:19:25.327Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:19:25.327Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:19:25.353Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T06:19:25.354Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@652c46f
2023-04-01T06:19:25.354Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T06:19:25.354Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:19:25.354Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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 da488a63-d045-4e3b-9e46-0c19d314e5f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T06:19:25.354Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:19:25.354Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:19:25.354Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T06:19:25.355Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:19:25.355Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:19:25.355Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329965354,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:19:26.355Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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:da488a63-d045-4e3b-9e46-0c19d314e5f4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:19:26.392Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists
2023-04-01T06:19:26.392Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:19:26.392Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists)
2023-04-01T06:19:26.392Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:19:26.393Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:19:26.393Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:19:26.393Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329966392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:19:27.393Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:19:27.394Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists)
2023-04-01T06:19:27.394Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:19:27.394Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:19:27.394Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:19:27.394Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329967393,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:19:28.395Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:19:28.418Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:19:28.422Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:19:28.422Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:19:28.422Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:19:28.422Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:19:28.422Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:19:28.422Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:19:28.422Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:19:28.423Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:19:28.423Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:19:28.434Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:19:37.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:19:37.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T06:19:37.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:19:37.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:19:58.434Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:19:58.445Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and serviceModelVersionId: 41e29eb7-2992-4121-8ff3-983252f0e8f4
2023-04-01T06:19:58.446Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abadc27a-99ac-4198-888c-30a2573d6daf
2023-04-01T06:19:58.446Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0
2023-04-01T06:19:58.449Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:19:58.461Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||Invoke
2023-04-01T06:19:58.461Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[501785e9-f1fd-4675-b2b8-533de86fc0eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[02426b0d-955f-488f-b512-e66117bf50c5], X-ECOMP-RequestID=[501785e9-f1fd-4675-b2b8-533de86fc0eb], X-TransactionId=[], X-ONAP-RequestID=[501785e9-f1fd-4675-b2b8-533de86fc0eb], Content-Type=[application/merge-patch+json]}
2023-04-01T06:19:58.468Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:19:58.602Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:19:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[262208], x-aai-txid=[0-aai-resources-230401-06:19:57:617-1020], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:19:58.602Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:19:58.603Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||InvokeReturn
2023-04-01T06:19:58.603Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:19:58.603Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:19:58.612Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:19:58.613Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 501785e9-f1fd-4675-b2b8-533de86fc0eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:19:58.613Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:19:58.613Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:19:58.613Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:19:58.613Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329998613,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:19:59.642Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T06:19:59.642Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T06:19:59.643Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 0 disconnected.
2023-04-01T06:19:59.643Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 2 disconnected.
2023-04-01T06:19:59.643Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T06:19:59.643Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T06:19:59.643Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T06:19:59.643Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T06:19:59.648Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T06:19:59.649Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-534b9b95-5990-4489-ae61-31283ca4b483
2023-04-01T06:19:59.649Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T06:19:59.649Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T06:20:01.659Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:20:04.667Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:20:07.676Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:20:10.684Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:20:13.691Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:20:16.700Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:20:19.708Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:20:22.717Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:20:25.726Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:20:28.734Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:20:31.742Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:20:34.749Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:20:37.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:20:37.280Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:20:37.280Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T06:20:37.285Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-534b9b95-5990-4489-ae61-31283ca4b483', protocol='range'}
2023-04-01T06:20:37.287Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:20:37.291Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:20:37.292Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:20:37.292Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:20:37.292Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:20:37.292Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:20:37.292Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:20:37.293Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 45: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-534b9b95-5990-4489-ae61-31283ca4b483=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T06:20:37.308Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:20:37.309Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-534b9b95-5990-4489-ae61-31283ca4b483', protocol='range'}
2023-04-01T06:20:37.309Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T06:20:37.309Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:20:37.309Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T06:20:37.309Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T06:20:37.315Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:20:37.315Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:20:37.315Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:20:37.315Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:20:37.315Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:20:37.315Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:20:37.315Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1737, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:20:37.315Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:20:37.315Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:20:37.315Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:20:37.315Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:20:37.316Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:20:37.412Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:20:37.412Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:20:37.413Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:20:37.413Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:20:37.413Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:20:37.413Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:20:38.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.332Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:20:38.333Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.333Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329920959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:20:38.333Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.333Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329922988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists"
}
2023-04-01T06:20:38.333Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.334Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329923989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists"
}
2023-04-01T06:20:38.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.334Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329955240,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:20:38.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.334Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:20:38.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.334Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:20:38.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.334Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:20:38.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.335Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:20:38.335Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.335Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:20:38.335Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.335Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:20:38.335Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.335Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:20:38.335Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.335Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:20:38.336Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.336Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329233514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:20:38.336Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.336Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329965354,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T06:20:38.336Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.336Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329966392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists"
}
2023-04-01T06:20:38.336Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.336Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329967393,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists"
}
2023-04-01T06:20:38.336Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.336Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329998613,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:20:38.337Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:20:38.337Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:20:38.337Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:20:38.413Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:20:38.414Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:20:38.414Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:20:38.414Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:20:39.415Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:20:39.415Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:20:39.415Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:20:39.415Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:20:40.416Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:20:40.416Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:20:40.416Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:20:40.417Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:20:41.417Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:20:41.417Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:20:41.417Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:20:41.417Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:20:42.418Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:20:42.418Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:20:42.418Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:20:42.419Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:20:43.419Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:20:43.420Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:20:43.420Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:20:43.420Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:20:44.421Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:20:44.421Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:20:44.421Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T06:20:44.422Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:20:44.422Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:20:44.461Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:20:44.462Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:20:44.462Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:20:44.462Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T06:20:44.462Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:20:44.462Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T06:20:44.494Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T06:20:44.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@25502150
2023-04-01T06:20:44.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T06:20:44.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T06:20:44.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T06:20:44.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T06:20:44.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T06:20:44.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T06:20:44.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:20:44.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:20:44.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330044495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:20:45.497Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T06:20:45.519Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:20:45.519Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:20:45.523Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T06:20:45.524Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T06:20:45.524Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T06:20:45.524Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:20:45.524Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T06:20:45.538Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T06:20:45.538Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1675bbd8
2023-04-01T06:20:45.538Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T06:20:45.539Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T06:20:45.539Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T06:20:45.539Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T06:20:45.539Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T06:20:45.539Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T06:20:45.539Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:20:45.539Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:20:45.540Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330045539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:20:46.540Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:20:46.540Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:20:46.564Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:20:46.567Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:20:46.567Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:21:16.567Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:21:16.589Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:21:16.592Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:21:16.592Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:21:37.265Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:21:37.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:21:37.266Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:21:37.267Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:21:46.592Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:21:46.613Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:21:46.617Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:21:46.617Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:22:16.617Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:22:16.640Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:22:16.644Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:22:16.644Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:22:37.265Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:22:37.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:22:37.267Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:22:37.268Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:22:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:22:37.268Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:22:37.268Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:22:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:22:37.268Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T06:22:37.268Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:22:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:22:37.268Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:22:37.268Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:22:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:22:37.269Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:22:37.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:22:37.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:22:37.269Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330044495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T06:22:37.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:22:37.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:22:37.270Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330045539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T06:22:37.270Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:22:46.645Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:22:46.665Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:22:46.669Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:22:46.669Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:23:16.669Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:23:16.695Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:23:16.700Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:23:16.700Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:23:37.265Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:23:46.700Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:23:46.721Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:23:46.724Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:23:46.724Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:24:16.725Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:24:16.751Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:24:16.755Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:24:16.756Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:24:37.266Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:24:46.756Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:24:46.781Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:24:46.785Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:24:46.785Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:25:16.786Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:25:16.802Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:25:16.805Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:25:16.805Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:25:37.267Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:25:37.426Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T06:25:37.427Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-534b9b95-5990-4489-ae61-31283ca4b483 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-04-01T06:25:37.427Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T06:25:37.427Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T06:25:37.811Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:25:37.826Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:25:37.827Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T06:25:37.832Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:25:37.833Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 46: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T06:25:37.849Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:25:37.850Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T06:25:37.850Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:25:37.855Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:25:37.856Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:25:37.856Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:25:37.856Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1764, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:25:37.856Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:25:37.856Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:25:46.806Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T06:25:46.806Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:25:46.813Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T06:25:46.814Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T06:25:46.814Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T06:25:46.821Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:25:46.841Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T06:25:46.842Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[193f3655-6b3d-4460-a4a3-4053e40edd31], X-ECOMP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-TransactionId=[], X-ONAP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], Content-Type=[application/merge-patch+json]}
2023-04-01T06:25:46.850Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T06:25:47.017Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:25:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[168128], x-aai-txid=[1-aai-resources-230401-06:25:46:000-31959], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:25:47.018Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:25:47.020Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T06:25:47.022Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:25:47.022Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:25:47.032Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:25:47.033Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T06:25:47.033Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T06:25:47.033Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:25:47.033Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:25:47.033Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330347033,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:25:47.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T06:25:47.056Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330347033,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T06:25:47.057Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:25:48.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:25:48.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:25:48.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:25:48.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:25:48.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:25:48.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:25:49.054Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:25:49.054Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:25:49.054Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:25:49.055Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:25:50.055Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:25:50.055Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:25:50.056Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:25:50.056Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:25:51.056Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:25:51.057Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:25:51.057Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:25:51.057Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:25:52.058Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:25:52.059Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:25:52.059Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:25:52.059Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:25:53.059Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:25:53.060Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:25:53.060Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:25:53.060Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:25:54.061Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:25:54.061Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:25:54.061Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:25:54.061Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:25:55.062Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:25:55.063Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:25:55.063Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T06:25:55.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:25:55.063Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:25:55.104Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:25:55.104Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:25:55.104Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:25:55.104Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T06:25:55.105Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:25:55.105Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T06:25:55.433Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:25:55.438Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T06:25:55.438Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T06:25:55.438Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T06:25:55.438Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:25:55.439Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:25:55.439Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:25:55.439Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330355438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:25:56.440Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:25:56.441Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:25:56.441Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T06:25:56.441Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T06:25:56.441Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T06:25:56.441Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T06:25:56.558Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3488180832487412727/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T06:25:58.022Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:25:58.022Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:25:58.022Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T06:25:58.022Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:25:58.023Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:25:58.024Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:25:58.024Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:25:58.024Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:25:58.024Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:25:58.024Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:25:58.024Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:25:58.024Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T06:25:58.024Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:25:58.024Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:25:58.024Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:25:58.024Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:25:58.024Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:25:58.024Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:25:58.024Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:25:58.024Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:25:58.024Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:25:58.024Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:25:58.025Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:25:58.025Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:25:58.025Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:25:58.025Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:25:58.025Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:25:58.025Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:25:58.025Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:25:58.025Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T06:25:58.025Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:25:58.025Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:25:58.025Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:25:58.025Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:25:58.025Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:25:58.025Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:25:58.025Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:25:58.025Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:25:58.025Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:25:58.025Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:25:58.026Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T06:25:58.026Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:25:58.026Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:25:58.026Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T06:25:58.026Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:25:58.026Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:25:58.026Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:25:58.026Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:25:58.026Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:25:58.026Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:25:58.026Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:25:58.026Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:25:58.026Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T06:25:58.026Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:25:58.026Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T06:25:58.026Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:25:58.027Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:25:58.027Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:25:58.027Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:25:58.027Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:25:58.027Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:25:58.027Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:25:58.027Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T06:25:58.027Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:25:58.027Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:25:58.027Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:25:58.027Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:25:58.027Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T06:25:58.027Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:25:58.027Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T06:25:58.027Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:25:58.027Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:25:58.027Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:25:58.028Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:25:58.028Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:25:58.028Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:25:58.028Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:25:58.028Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:25:58.028Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:25:58.028Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:25:58.028Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:25:58.028Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T06:25:58.028Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T06:25:58.028Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:25:58.028Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:25:58.028Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:25:58.028Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:25:58.028Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:25:58.028Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:25:58.028Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:25:58.028Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:25:58.029Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:25:58.073Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T06:25:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T06:25:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T06:25:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:25:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:25:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:25:58.074Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330358074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:25:59.075Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T06:25:59.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T06:25:59.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:25:59.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:25:59.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:25:59.076Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330359075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:26:00.078Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:26:00.104Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:26:00.109Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:26:00.109Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:26:00.110Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:26:00.110Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:26:00.110Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:26:00.110Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:26:00.110Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:26:00.111Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:26:00.111Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:26:00.125Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:26:30.126Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:26:30.136Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T06:26:30.136Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T06:26:30.137Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T06:26:30.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:26:30.168Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T06:26:30.168Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ce11ae38-de53-4de0-ab08-cffdbc6051b9], X-ECOMP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-TransactionId=[], X-ONAP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], Content-Type=[application/merge-patch+json]}
2023-04-01T06:26:30.176Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:26:30.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:26:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[172224], x-aai-txid=[1-aai-resources-230401-06:26:29:325-42462], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:26:30.318Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:26:30.319Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T06:26:30.319Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:26:30.319Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:26:30.326Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:26:30.326Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:26:30.326Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:26:30.326Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:26:30.326Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:26:30.326Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330390326,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:26:31.352Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:26:31.352Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:26:31.353Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:26:31.353Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:26:31.353Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:26:31.353Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:26:32.355Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:26:32.355Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:26:32.355Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:26:32.356Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:26:33.357Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:26:33.357Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:26:33.358Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:26:33.358Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:26:34.359Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:26:34.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:26:34.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:26:34.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:26:35.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:26:35.361Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:26:35.361Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:26:35.361Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:26:36.362Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:26:36.362Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:26:36.362Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:26:36.362Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:26:37.265Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:26:37.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:26:37.271Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:26:37.271Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:26:37.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:26:37.271Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:26:37.271Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:26:37.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:26:37.271Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330355438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330358074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330359075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:26:37.272Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330390326,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:26:37.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:26:37.363Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:26:37.364Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:26:37.364Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:26:37.364Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:26:38.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:26:38.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:26:38.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T06:26:38.365Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:26:38.365Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:26:38.403Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:26:38.403Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:26:38.403Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:26:38.403Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T06:26:38.403Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:26:38.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T06:26:38.714Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:26:38.719Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T06:26:38.719Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T06:26:38.719Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T06:26:38.719Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:26:38.719Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:26:38.719Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:26:38.720Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330398719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:26:39.720Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:26:39.721Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:26:39.721Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:26:39.721Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T06:26:39.721Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:26:39.721Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:26:39.890Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11699577263070024952/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-04-01T06:26:41.400Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:26:41.400Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:26:41.400Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:26:41.400Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T06:26:41.400Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:26:41.400Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T06:26:41.400Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:26:41.400Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:26:41.400Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:26:41.401Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:26:41.401Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:26:41.401Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:26:41.401Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:26:41.401Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:26:41.401Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:26:41.401Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:26:41.401Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:26:41.401Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:26:41.401Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:26:41.401Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:26:41.401Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:26:41.401Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:26:41.401Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:26:41.401Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:26:41.401Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:26:41.402Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:26:41.402Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:26:41.402Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:26:41.402Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:26:41.402Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:26:41.402Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:26:41.402Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:26:41.402Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:26:41.402Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:26:41.402Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:26:41.402Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:26:41.402Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:26:41.402Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:26:41.402Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:26:41.402Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:26:41.402Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:26:41.402Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:26:41.403Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:26:41.403Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:26:41.403Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:26:41.403Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:26:41.403Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:26:41.403Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T06:26:41.403Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:26:41.403Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:26:41.403Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:26:41.403Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:26:41.403Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:26:41.403Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:26:41.404Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:26:41.405Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:26:41.405Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:26:41.405Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:26:41.405Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:26:41.405Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:26:41.405Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:26:41.405Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:26:41.405Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T06:26:41.405Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:26:41.405Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:26:41.405Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:26:41.405Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:26:41.405Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T06:26:41.405Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:26:41.405Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:26:41.405Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:26:41.406Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:26:41.406Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:26:41.406Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:26:41.406Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:26:41.406Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:26:41.406Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:26:41.406Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:26:41.406Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:26:41.406Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:26:41.406Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:26:41.406Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T06:26:41.406Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T06:26:41.406Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:26:41.406Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:26:41.406Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:26:41.406Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:26:41.406Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:26:41.406Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:26:41.407Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:26:41.407Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:26:41.407Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:26:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T06:26:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T06:26:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T06:26:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:26:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:26:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:26:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330401440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:26:42.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T06:26:42.442Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T06:26:42.442Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:26:42.442Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:26:42.442Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:26:42.442Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330402441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:26:43.443Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:26:43.464Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:26:43.468Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:26:43.468Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:26:43.469Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:26:43.469Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:26:43.469Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:26:43.469Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:26:43.469Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:26:43.469Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:26:43.469Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:26:43.481Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:27:13.481Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:27:13.490Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T06:27:13.491Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T06:27:13.491Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T06:27:13.498Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:27:13.522Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:27:13.523Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T06:27:13.529Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:27:13.674Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T06:27:13.675Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:27:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[188560], x-aai-txid=[1-aai-resources-230401-06:27:12:678-90488], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:27:13.675Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:27:13.675Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:27:13.676Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:27:13.685Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:27:13.685Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:27:13.685Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:27:13.685Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:27:13.686Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:27:13.686Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330433685,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:27:14.716Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:27:14.716Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:27:14.716Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:27:14.716Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:27:14.717Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:27:14.717Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:27:15.717Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:27:15.717Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:27:15.717Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:27:15.718Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:27:16.718Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:27:16.719Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:27:16.719Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T06:27:16.719Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T06:27:16.719Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:27:16.763Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:27:16.763Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:27:16.763Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:27:16.763Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T06:27:16.763Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:27:16.764Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T06:27:17.077Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:27:17.079Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T06:27:17.079Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T06:27:17.079Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T06:27:17.079Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:27:17.079Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:27:17.079Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:27:17.080Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330437079,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:27:18.080Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:27:18.081Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:27:18.081Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:27:18.082Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T06:27:18.082Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:27:18.082Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:27:18.160Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13857757060948817256/Definitions/service-BasicNetwork-template.yml
2023-04-01T06:27:18.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:27:18.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:27:18.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:27:18.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T06:27:18.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:27:18.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:27:18.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:27:18.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:27:18.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:27:18.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:27:18.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:27:18.493Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:27:18.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:27:18.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:27:18.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:27:18.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T06:27:18.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:27:18.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:27:18.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:27:18.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:27:18.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T06:27:18.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:27:18.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:27:18.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:27:18.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:27:18.494Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:27:18.495Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:27:18.495Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:27:18.495Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:27:18.495Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:27:18.495Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:27:18.495Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:27:18.495Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:27:18.495Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:27:18.534Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T06:27:18.534Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T06:27:18.534Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T06:27:18.534Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:27:18.534Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:27:18.534Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:27:18.534Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330438534,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:27:19.535Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T06:27:19.535Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T06:27:19.535Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:27:19.535Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:27:19.535Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:27:19.536Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330439535,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:27:20.536Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:27:20.558Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:27:20.563Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:27:20.563Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:27:20.563Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:27:20.564Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:27:20.564Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:27:20.564Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:27:20.564Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:27:20.564Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:27:20.564Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:27:20.579Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:27:37.265Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:27:37.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:27:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:27:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:27:50.579Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:27:50.585Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T06:27:50.586Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T06:27:50.586Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T06:27:50.590Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:27:50.604Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T06:27:50.605Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5e73cd4f-d791-47c7-8246-99274f78e0d7], X-ECOMP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-TransactionId=[], X-ONAP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], Content-Type=[application/merge-patch+json]}
2023-04-01T06:27:50.612Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:27:50.753Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:27:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[192576], x-aai-txid=[1-aai-resources-230401-06:27:49:761-50524], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:27:50.753Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:27:50.754Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T06:27:50.754Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:27:50.754Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:27:50.763Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:27:50.763Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:27:50.763Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:27:50.763Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:27:50.763Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:27:50.763Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330470763,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:27:51.792Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:27:51.792Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:27:51.793Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:27:51.793Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:27:51.793Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:27:51.793Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:27:52.794Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:27:52.794Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:27:52.794Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:27:52.794Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:27:53.796Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:27:53.796Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:27:53.796Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:27:53.796Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:27:54.797Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:27:54.798Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:27:54.798Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:27:54.798Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:27:55.799Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:27:55.799Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:27:55.800Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:27:55.800Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:27:56.801Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:27:56.801Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:27:56.801Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:27:56.801Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:27:57.802Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:27:57.803Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:27:57.803Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:27:57.803Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:27:58.804Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:27:58.804Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:27:58.804Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:27:58.805Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:27:59.806Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:27:59.806Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:27:59.806Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T06:27:59.807Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:27:59.807Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:27:59.850Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:27:59.850Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:27:59.850Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:27:59.850Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:27:59.850Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:27:59.851Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:28:00.227Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:28:00.230Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T06:28:00.230Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T06:28:00.230Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:28:00.230Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:28:00.230Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:28:00.231Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:28:00.231Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330480230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:28:01.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:28:01.234Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:28:01.234Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:28:01.234Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:28:01.235Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:28:01.236Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:28:01.331Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8691972090165476787/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T06:28:01.963Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:28:01.964Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:28:01.964Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:28:01.964Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:28:01.964Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:28:01.964Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:28:01.964Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:28:01.964Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:28:01.964Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:28:01.964Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:28:01.964Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:28:01.964Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:28:01.964Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:01.964Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:28:01.964Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T06:28:01.964Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:28:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:28:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:28:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T06:28:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:28:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:28:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:28:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:28:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:28:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:28:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:28:01.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:28:02.011Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T06:28:02.011Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T06:28:02.012Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T06:28:02.012Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:28:02.012Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:28:02.012Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:28:02.012Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330482011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:28:03.013Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T06:28:03.013Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T06:28:03.013Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:28:03.014Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:28:03.014Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:28:03.014Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330483013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:28:04.015Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:28:04.038Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:28:04.042Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:28:04.042Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:28:04.042Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:28:04.042Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:28:04.042Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:28:04.042Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:28:04.043Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:28:04.043Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:28:04.043Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:28:04.056Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:28:34.056Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:28:34.064Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T06:28:34.064Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T06:28:34.065Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T06:28:34.072Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:28:34.094Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:28:34.094Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T06:28:34.102Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:28:34.267Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T06:28:34.267Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:28:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[221344], x-aai-txid=[1-aai-resources-230401-06:28:33:250-97929], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:28:34.268Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:28:34.268Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:28:34.268Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:28:34.275Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:28:34.275Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:28:34.275Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:28:34.275Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:28:34.276Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:28:34.276Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330514275,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:28:35.304Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:28:35.304Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:28:35.305Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:28:35.305Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:28:35.305Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:28:35.305Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:28:36.306Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:28:36.306Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:28:36.306Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:28:36.307Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:28:37.265Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:28:37.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:28:37.266Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330398719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:28:37.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:28:37.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:28:37.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330401440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T06:28:37.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:28:37.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:28:37.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330402441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T06:28:37.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:28:37.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:28:37.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330433685,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:28:37.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:28:37.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:28:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:28:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:28:37.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:28:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:28:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:28:37.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:28:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330437079,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:28:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:28:37.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:28:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330438534,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T06:28:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:28:37.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:28:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330439535,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T06:28:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:28:37.308Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:28:37.308Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:28:37.308Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:28:37.308Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:28:38.310Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:28:38.310Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:28:38.310Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:28:38.310Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:28:39.311Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:28:39.311Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:28:39.311Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:28:39.312Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:28:40.312Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:28:40.313Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:28:40.313Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:28:40.313Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:28:41.314Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:28:41.314Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:28:41.315Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:28:41.315Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:28:42.315Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:28:42.315Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:28:42.315Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T06:28:42.316Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:28:42.316Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:28:42.358Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:28:42.359Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:28:42.359Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:28:42.359Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T06:28:42.359Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:28:42.359Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T06:28:42.987Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:28:42.995Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T06:28:42.995Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T06:28:42.995Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T06:28:42.995Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:28:42.995Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:28:42.995Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:28:42.995Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330522995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:28:43.996Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:28:43.997Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:28:43.997Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:28:43.997Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T06:28:43.998Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:28:43.998Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:28:44.185Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5716128797139181120/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T06:28:45.080Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:28:45.081Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:28:45.081Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:28:45.081Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:28:45.081Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:28:45.081Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:28:45.081Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:28:45.081Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:28:45.081Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:28:45.081Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:28:45.081Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:28:45.081Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:28:45.081Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:28:45.082Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:28:45.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:28:45.121Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T06:28:45.121Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T06:28:45.121Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T06:28:45.121Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:28:45.121Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:28:45.121Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:28:45.121Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330525121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:28:46.122Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T06:28:46.123Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T06:28:46.123Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:28:46.123Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:28:46.123Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:28:46.123Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330526122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:28:47.124Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:28:47.144Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:28:47.148Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:28:47.148Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:28:47.148Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:28:47.149Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:28:47.149Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:28:47.149Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:28:47.149Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:28:47.149Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:28:47.149Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:28:47.163Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:29:17.164Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:29:17.173Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T06:29:17.173Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T06:29:17.174Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T06:29:17.182Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:29:17.197Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:29:17.198Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T06:29:17.206Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:29:17.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T06:29:17.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:29:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[200848], x-aai-txid=[2-aai-resources-230401-06:29:16:356-24341], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:29:17.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:29:17.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:29:17.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:29:17.353Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:29:17.354Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:29:17.354Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:29:17.354Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:29:17.354Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:29:17.354Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330557354,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:29:18.378Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:29:18.378Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"efccc4c5-7bb8-41cf-a6f1-9349eb35981a","serviceName":"Demo_pNF_Ic9dwGek3O8urfndll23","serviceVersion":"1.0","serviceUUID":"508389d7-38f7-47fd-bd41-20662b25b49f","serviceDescription":"catalog service description","serviceInvariantUUID":"0c7ab211-5fee-4b5a-bec9-64020478b0d6","resources":[{"resourceInstanceName":"pNF 714be145-f272 0","resourceName":"pNF 714be145-f272","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a88b7f5-eb0f-4834-8b28-b493ad94df97","resourceInvariantUUID":"d433ff3f-bd27-4f50-9a82-92c827585226","resourceCustomizationUUID":"1e941aea-4b3a-4cce-abb2-10cfdf34307e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml","artifactChecksum":"NjU5MzlhODFlOGE1N2EwYTMxYzIwYTMwNmU1YWE3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e040a26-adca-4b38-9d2e-fdfcfef6d9e1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1d3a0bb-10d9-439a-ae6b-df81971675e9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6015e29b-2f4a-410f-82e3-806118e18502","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml","artifactChecksum":"MTYwNGM5OGNmMmVlNGI4Yjg5ZGNmZTY2OGUyOTJiZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32dc7eae-06c0-4612-a8d9-3dfbfd0d28bf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60dd7381-89ba-45dd-a9da-027a43838703","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8f86f18-4d48-4f98-b9a5-9d23ac6f4ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactChecksum":"NjVhNGRmZmExYzg1ZDZkZjljNDYzNDkzZDQ2MTYxMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da026c00-e8ae-4986-a794-33fb54386015","artifactVersion":"1"},{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactChecksum":"NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48e8d3b4-539a-49e9-b8f3-1c68661898e1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:29:18.379Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:29:18.379Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:29:18.379Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:29:18.379Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:29:19.380Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:29:19.380Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:29:19.380Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:29:19.380Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:29:20.381Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:29:20.381Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:29:20.381Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:29:20.381Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:29:21.382Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:29:21.382Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:29:21.382Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:29:21.383Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:29:22.383Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:29:22.383Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:29:22.383Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:29:22.383Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:29:23.384Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:29:23.384Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:29:23.384Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:29:23.384Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:29:24.385Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:29:24.385Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:29:24.385Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:29:24.386Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:29:25.386Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:29:25.387Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:29:25.387Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:29:25.387Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:29:26.388Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "serviceName": "Demo_pNF_Ic9dwGek3O8urfndll23",
  "serviceVersion": "1.0",
  "serviceUUID": "508389d7-38f7-47fd-bd41-20662b25b49f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c7ab211-5fee-4b5a-bec9-64020478b0d6",
  "resources": [
    {
      "resourceInstanceName": "pNF 714be145-f272 0",
      "resourceCustomizationUUID": "1e941aea-4b3a-4cce-abb2-10cfdf34307e",
      "resourceName": "pNF 714be145-f272",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2a88b7f5-eb0f-4834-8b28-b493ad94df97",
      "resourceInvariantUUID": "d433ff3f-bd27-4f50-9a82-92c827585226",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactChecksum": "NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48e8d3b4-539a-49e9-b8f3-1c68661898e1"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:29:26.388Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:29:26.388Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 508389d7-38f7-47fd-bd41-20662b25b49f ASDC
2023-04-01T06:29:26.388Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:efccc4c5-7bb8-41cf-a6f1-9349eb35981a
ServiceName:Demo_pNF_Ic9dwGek3O8urfndll23
ServiceVersion:1.0
ServiceUUID:508389d7-38f7-47fd-bd41-20662b25b49f
ServiceInvariantUUID:0c7ab211-5fee-4b5a-bec9-64020478b0d6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactUUID:48e8d3b4-539a-49e9-b8f3-1c68661898e1
ArtifactChecksum:NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 714be145-f272 0
ResourceCustomizationUUID:1e941aea-4b3a-4cce-abb2-10cfdf34307e
ResourceInvariantUUID:d433ff3f-bd27-4f50-9a82-92c827585226
ResourceName:pNF 714be145-f272
ResourceType:PNF
ResourceUUID:2a88b7f5-eb0f-4834-8b28-b493ad94df97
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:29:26.388Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 508389d7-38f7-47fd-bd41-20662b25b49f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:29:26.423Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:29:26.424Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:29:26.424Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:29:26.424Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 from URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:29:26.424Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:29:26.425Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:29:26.719Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:29:26.722Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar 48e8d3b4-539a-49e9-b8f3-1c68661898e1 87995
2023-04-01T06:29:26.723Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T06:29:26.723Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:29:26.723Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:29:26.723Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:29:26.723Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:29:26.723Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330566723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:29:27.723Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:29:27.724Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:29:27.724Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1, URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar to file: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:29:27.725Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:29:27.725Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:29:27.725Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:29:27.813Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8128102941350311206/Definitions/service-DemoPnfIc9dwgek3o8urfndll23-template.yml
2023-04-01T06:29:28.376Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:29:28.376Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:29:28.376Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:29:28.376Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:29:28.376Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:29:28.376Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 714be145-f272 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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:29:28.376Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:29:28.376Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:29:28.377Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:29:28.377Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:29:28.377Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:29:28.377Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:29:28.377Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:29:28.377Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:29:28.377Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T06:29:28.377Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:29:28.377Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:29:28.377Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:29:28.377Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:29:28.377Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T06:29:28.377Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:29:28.377Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:29:28.377Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:29:28.377Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:29:28.377Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:29:28.378Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:29:28.378Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:29:28.378Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:29:28.378Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:29:28.378Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:29:28.378Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:29:28.378Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:29:28.378Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Ic9dwGek3O8urfndll23
Description:catalog service description
Model UUID:508389d7-38f7-47fd-bd41-20662b25b49f
Model Version:NULL
Model InvariantUuid:0c7ab211-5fee-4b5a-bec9-64020478b0d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:29:28.419Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists
2023-04-01T06:29:28.420Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T06:29:28.420Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists)
2023-04-01T06:29:28.420Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:29:28.420Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:29:28.420Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:29:28.421Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330568420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:29:29.421Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T06:29:29.422Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists)
2023-04-01T06:29:29.422Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:29:29.423Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:29:29.423Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:29:29.423Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330569421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:29:30.424Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:29:30.444Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:29:30.448Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:29:30.448Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:29:30.448Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:29:30.448Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:29:30.448Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:29:30.448Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:29:30.449Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:29:30.449Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:29:30.449Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:29:30.459Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:29:37.265Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:29:37.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:29:37.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330470763,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:29:37.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:29:37.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:29:37.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:29:37.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:29:37.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:29:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:29:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:29:37.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:29:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:29:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:29:37.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:29:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:29:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:29:37.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:29:37.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:29:37.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:29:37.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:29:37.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:29:37.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:29:37.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:29:37.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:29:37.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:29:37.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:29:37.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:29:37.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:29:37.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:29:37.270Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330480230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:29:37.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:29:37.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:29:37.270Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330482011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T06:29:37.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:29:37.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:29:37.270Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330483013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T06:29:37.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:29:37.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:29:37.270Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330514275,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:29:37.271Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:29:37.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:29:37.271Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:29:37.271Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:29:37.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:29:37.271Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:29:37.271Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:00.459Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:30:00.472Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and serviceModelVersionId: 508389d7-38f7-47fd-bd41-20662b25b49f
2023-04-01T06:30:00.472Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c7ab211-5fee-4b5a-bec9-64020478b0d6
2023-04-01T06:30:00.473Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0
2023-04-01T06:30:00.480Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:30:00.498Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:30:00.499Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||Invoke
2023-04-01T06:30:00.506Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:30:00.658Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||InvokeReturn
2023-04-01T06:30:00.658Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:29:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[262192], x-aai-txid=[2-aai-resources-230401-06:29:59:656-95163], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:30:00.659Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:30:00.659Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:30:00.659Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:30:00.665Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:30:00.666Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efccc4c5-7bb8-41cf-a6f1-9349eb35981a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:30:00.666Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:30:00.666Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:00.666Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:00.666Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330600666,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:30:01.692Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:30:01.692Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"5b45de55-3695-452f-9983-9028c5d19e44","serviceName":"Demo_pNF_T3B6zbSGi2YaADhQk31n","serviceVersion":"1.0","serviceUUID":"0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce","serviceDescription":"catalog service description","serviceInvariantUUID":"53a72de3-783e-4b47-b1de-0a636a89ab5c","resources":[{"resourceInstanceName":"pNF 16fd43e8-271b 0","resourceName":"pNF 16fd43e8-271b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d508e38c-c0fa-4a4d-9625-eb3b8160f955","resourceInvariantUUID":"e0c45bf9-a664-4da1-a4af-6cca8f95a224","resourceCustomizationUUID":"88fa0cd3-4226-4714-8744-fb73ed71935e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml","artifactChecksum":"YjUyMjQ2MzM0ZTYzMWY2ZTQ3OGU0N2FiMDM5MzQ1MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"657b817d-7d0e-44c2-94ac-231ba194e947","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c8d24aa5-0656-462d-8ed0-090aa89b712f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28f516db-5f2e-4b3d-9fa5-c4e51a8f54e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml","artifactChecksum":"YzhmZWViYWMwMjhlY2VkZDFiZDZjNGVkYWU0OGFmYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14cb3a33-a56a-47db-afe8-dc6502ca836c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2138386-4a06-4fbc-93b3-fe0b6f0a0bfc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"450a51c0-1ad1-432b-87c0-0ec0c73f9990","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactChecksum":"NDQ4ZWFlYmQ3OGQ0N2M5OWE2ZGFlYTQ4YzM2MzM5ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5e828e-6ec8-4cc1-b187-c0bd8c97a387","artifactVersion":"1"},{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactChecksum":"ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7094e1e0-36ad-4848-a315-00b0c9b42a72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:30:01.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:30:01.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:01.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:01.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:02.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:30:02.694Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:02.694Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:02.694Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:03.694Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:30:03.695Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:03.695Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:03.695Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:04.695Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:30:04.696Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:04.696Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:04.696Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:05.697Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:30:05.697Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:05.698Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:05.698Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:06.699Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:30:06.699Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:06.699Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:06.699Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:07.700Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:30:07.700Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:07.701Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:07.701Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:08.701Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:30:08.701Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:08.701Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:08.702Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:09.702Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "serviceName": "Demo_pNF_T3B6zbSGi2YaADhQk31n",
  "serviceVersion": "1.0",
  "serviceUUID": "0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "53a72de3-783e-4b47-b1de-0a636a89ab5c",
  "resources": [
    {
      "resourceInstanceName": "pNF 16fd43e8-271b 0",
      "resourceCustomizationUUID": "88fa0cd3-4226-4714-8744-fb73ed71935e",
      "resourceName": "pNF 16fd43e8-271b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d508e38c-c0fa-4a4d-9625-eb3b8160f955",
      "resourceInvariantUUID": "e0c45bf9-a664-4da1-a4af-6cca8f95a224",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactChecksum": "ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7094e1e0-36ad-4848-a315-00b0c9b42a72"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:30:09.702Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:30:09.703Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC
2023-04-01T06:30:09.703Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5b45de55-3695-452f-9983-9028c5d19e44
ServiceName:Demo_pNF_T3B6zbSGi2YaADhQk31n
ServiceVersion:1.0
ServiceUUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
ServiceInvariantUUID:53a72de3-783e-4b47-b1de-0a636a89ab5c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactUUID:7094e1e0-36ad-4848-a315-00b0c9b42a72
ArtifactChecksum:ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 16fd43e8-271b 0
ResourceCustomizationUUID:88fa0cd3-4226-4714-8744-fb73ed71935e
ResourceInvariantUUID:e0c45bf9-a664-4da1-a4af-6cca8f95a224
ResourceName:pNF 16fd43e8-271b
ResourceType:PNF
ResourceUUID:d508e38c-c0fa-4a4d-9625-eb3b8160f955
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:30:09.703Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:30:09.749Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:30:09.750Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:30:09.750Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:30:09.750Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 from URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:30:09.750Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:30:09.751Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:30:10.069Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:30:10.071Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar 7094e1e0-36ad-4848-a315-00b0c9b42a72 88007
2023-04-01T06:30:10.071Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T06:30:10.071Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:30:10.071Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:30:10.072Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:10.072Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:10.072Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330610071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:11.073Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:30:11.073Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:30:11.073Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72, URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar to file: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:30:11.074Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:30:11.074Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:30:11.074Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:30:11.167Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6432369668179906537/Definitions/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml
2023-04-01T06:30:11.761Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:30:11.761Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:30:11.761Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:30:11.761Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:30:11.761Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:30:11.761Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:30:11.762Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:30:11.762Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:30:11.762Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 16fd43e8-271b 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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:30:11.762Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:30:11.762Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:30:11.762Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:30:11.762Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:11.762Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:30:11.762Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T06:30:11.762Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:30:11.762Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:30:11.762Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:11.762Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:30:11.762Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T06:30:11.762Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:30:11.762Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:30:11.762Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:11.762Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:30:11.763Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:11.763Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:30:11.763Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:11.763Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:30:11.763Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:11.763Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:30:11.763Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:11.763Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:30:11.763Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_T3B6zbSGi2YaADhQk31n
Description:catalog service description
Model UUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
Model Version:NULL
Model InvariantUuid:53a72de3-783e-4b47-b1de-0a636a89ab5c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:30:11.806Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||ERROR|500||Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists
2023-04-01T06:30:11.807Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T06:30:11.807Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists)
2023-04-01T06:30:11.807Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:30:11.807Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:11.807Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:11.807Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330611807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:12.808Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T06:30:12.808Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists)
2023-04-01T06:30:12.808Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:30:12.808Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:12.809Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:12.809Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330612808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:13.809Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:30:13.835Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:30:13.839Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:30:13.839Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:30:13.839Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:30:13.839Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:30:13.840Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:30:13.840Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:30:13.840Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:30:13.840Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:30:13.840Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:30:13.854Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:30:37.265Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:37.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.266Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:30:37.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:30:37.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T06:30:37.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:30:37.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:30:37.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330522995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:30:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330525121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T06:30:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330526122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T06:30:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330557354,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:30:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.268Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:30:37.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:30:37.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:30:37.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:30:37.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:30:37.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:30:37.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.269Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:30:37.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.270Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:30:37.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.270Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330566723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:30:37.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.270Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330568420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
}
2023-04-01T06:30:37.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:37.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-01T06:30:37.270Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330569421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
}
2023-04-01T06:30:37.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:30:43.854Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:30:43.867Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b45de55-3695-452f-9983-9028c5d19e44 and serviceModelVersionId: 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
2023-04-01T06:30:43.867Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53a72de3-783e-4b47-b1de-0a636a89ab5c
2023-04-01T06:30:43.868Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0
2023-04-01T06:30:43.875Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:30:43.896Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||Invoke
2023-04-01T06:30:43.896Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[80bbd6d1-fe49-42a8-acd7-efa8914e3fdf], X-ECOMP-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], X-TransactionId=[], X-ONAP-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], Content-Type=[application/merge-patch+json]}
2023-04-01T06:30:43.904Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:30:44.120Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:30:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[212], vertex-id=[250016], x-aai-txid=[1-aai-resources-230401-06:30:43:053-84624], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:30:44.120Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:30:44.121Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||InvokeReturn
2023-04-01T06:30:44.121Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:30:44.121Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:30:44.129Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:30:44.129Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b45de55-3695-452f-9983-9028c5d19e44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:30:44.130Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:30:44.130Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:44.130Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:44.130Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330644130,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:30:45.159Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:30:45.159Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1314236a-cd6a-41a1-8281-e09a18d9fe21","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f26e5059-2fa3-46e4-bb31-bb140b69081a","serviceDescription":"service","serviceInvariantUUID":"ee0afdf1-fed7-44ee-a6b7-83cdbd151b97","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1818899-835f-4d40-a5ee-e02a1724ab39","resourceInvariantUUID":"1af08c65-dff4-49fc-afa2-5e2c421c946b","resourceCustomizationUUID":"93353038-149d-4ead-bcfe-2faf7b1527c6","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":"Mzc0MmM3Y2QwZmUwMjljZWFlZmVjMzJiOWY0NWNiYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0399e894-f11b-48ab-ab07-684422fc26a1","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":"NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f6611bc-f2b0-4d20-947d-90858cc60f6a","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":"a29c38d8-dd9d-4ae1-910b-1426b62e2777","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":"e31356fa-e238-4fec-8b1a-a20f57a73f84","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":"43f30c31-5224-4085-b5f9-b1d8a11fee3b","artifactVersion":"2","generatedFromUUID":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9"},{"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":"d61625a5-f2ed-4814-8a3c-2ffd8497b076","artifactVersion":"2","generatedFromUUID":"a29c38d8-dd9d-4ae1-910b-1426b62e2777"},{"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":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9","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":"7b627770-368d-414e-91cf-3778905e2fb8","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":"NjY3ZDM4NmQ3MzExYTNiMWE4YTQ0NWM3NmVhYmY1NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79a0639f-3caf-4dba-adbe-5eec58d704c5","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1898e78b-af65-4926-9400-00b38f3e5f77","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:30:45.160Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:30:45.160Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:45.160Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:45.160Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:46.161Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:30:46.161Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:46.161Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:46.161Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:47.162Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:30:47.163Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:47.163Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:47.163Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:48.164Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:30:48.164Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:48.164Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:48.164Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:49.166Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:30:49.166Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:49.166Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:49.167Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:50.167Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:30:50.167Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:50.168Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:50.168Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:51.168Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:30:51.169Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:51.169Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:51.169Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:52.170Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:30:52.170Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:52.170Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:52.170Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:53.171Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:30:53.171Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:53.171Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:53.171Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:54.172Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:30:54.172Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:54.172Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:54.172Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:55.173Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f26e5059-2fa3-46e4-bb31-bb140b69081a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee0afdf1-fed7-44ee-a6b7-83cdbd151b97",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "93353038-149d-4ead-bcfe-2faf7b1527c6",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a1818899-835f-4d40-a5ee-e02a1724ab39",
      "resourceInvariantUUID": "1af08c65-dff4-49fc-afa2-5e2c421c946b",
      "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": "NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1f6611bc-f2b0-4d20-947d-90858cc60f6a",
          "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": "a29c38d8-dd9d-4ae1-910b-1426b62e2777",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
            "generatedFromUUID": "a29c38d8-dd9d-4ae1-910b-1426b62e2777"
          },
          "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": "43f30c31-5224-4085-b5f9-b1d8a11fee3b",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
          "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": "d7b3ac90-ed11-4955-8c35-9548ba9a0ec9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1898e78b-af65-4926-9400-00b38f3e5f77"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:30:55.174Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:30:55.174Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC
2023-04-01T06:30:55.174Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1314236a-cd6a-41a1-8281-e09a18d9fe21
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
ServiceInvariantUUID:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
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:1898e78b-af65-4926-9400-00b38f3e5f77
ArtifactChecksum:ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:93353038-149d-4ead-bcfe-2faf7b1527c6
ResourceInvariantUUID:1af08c65-dff4-49fc-afa2-5e2c421c946b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:a1818899-835f-4d40-a5ee-e02a1724ab39
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:1f6611bc-f2b0-4d20-947d-90858cc60f6a
ArtifactChecksum:NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI=
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:a29c38d8-dd9d-4ae1-910b-1426b62e2777
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:43f30c31-5224-4085-b5f9-b1d8a11fee3b
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:d7b3ac90-ed11-4955-8c35-9548ba9a0ec9
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:30:55.174Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:30:55.221Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:30:55.222Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:30:55.222Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:30:55.222Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-01T06:30:55.222Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:30:55.222Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:55.528Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:30:55.534Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 1898e78b-af65-4926-9400-00b38f3e5f77 163251
2023-04-01T06:30:55.534Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:55.534Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:55.535Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:30:55.535Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:55.535Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:55.535Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330655534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:56.536Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:30:56.537Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:30:56.537Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:30:56.537Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-01T06:30:56.538Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:30:56.538Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:30:56.641Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9555028939019659525/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-01T06:30:57.506Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:30:57.506Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:30:57.506Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:30:57.506Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-01T06:30:57.507Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:57.507Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:57.507Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:57.507Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:57.507Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:30:57.507Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:57.507Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:57.507Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:30:57.507Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:30:57.507Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:57.507Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:57.507Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:57.508Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:30:57.508Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:30:57.508Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:57.508Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:57.508Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:57.508Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:57.508Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T06:30:57.508Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-01T06:30:57.508Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-01T06:30:57.508Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:30:57.508Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:57.508Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:57.509Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:57.509Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:30:57.509Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:30:57.509Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:57.509Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:30:57.509Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:30:57.509Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:57.509Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:30:57.510Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:30:57.510Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:57.510Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:30:57.510Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:30:57.510Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:57.510Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T06:30:57.510Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-01T06:30:57.510Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=afe00e20-951f-4d2d-bb1a-0a9c40fed98e
2023-04-01T06:30:57.510Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:57.510Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:57.510Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:57.511Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:57.511Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:57.511Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:57.511Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:30:57.511Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:57.511Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
Model Version:NULL
Model InvariantUuid:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:4dfdcd0c-b0e2-4c2f-b132-eab399cc6814
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1af08c65-dff4-49fc-afa2-5e2c421c946b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:93353038-149d-4ead-bcfe-2faf7b1527c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cbbb0e3f-c936-4bd0-b425-d2a5d86e13e5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a87649e1-f718-416f-ac14-50b6a992f7d7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:cb4a155e-2310-4c2d-b442-5fab53892d7f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:5c04c4b8-e0e7-4035-8a4a-775d920238dd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:afe00e20-951f-4d2d-bb1a-0a9c40fed98e
ModelInvariantUuid:0fdbd085-9e81-4290-96e9-e5a66d7f02ad
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5759c48b-db2f-42a8-badb-44ed3f09e6b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:172b0c5b-be2b-4dc1-a8d9-b9b632b41495
ModelInvariantUuid:46e6967c-3564-4ee0-af40-3fd5d763862a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:efd8cd30-564a-4085-8745-3369bf468c27
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:30:57.557Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||ERROR|500||Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists
2023-04-01T06:30:57.557Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:57.557Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists)
2023-04-01T06:30:57.557Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:30:57.557Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:57.557Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:57.557Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330657557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:58.558Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:30:58.559Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists)
2023-04-01T06:30:58.559Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:30:58.559Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:30:58.560Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:30:58.560Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330658558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:30:59.560Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:30:59.585Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:30:59.589Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:30:59.589Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:30:59.589Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:30:59.589Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:30:59.589Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:30:59.589Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:30:59.589Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:30:59.590Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:30:59.590Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:30:59.601Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:31:29.602Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:31:29.610Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and serviceModelVersionId: f26e5059-2fa3-46e4-bb31-bb140b69081a
2023-04-01T06:31:29.610Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
2023-04-01T06:31:29.611Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0
2023-04-01T06:31:29.617Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:31:29.639Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:31:29.639Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||Invoke
2023-04-01T06:31:29.648Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:31:29.801Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||InvokeReturn
2023-04-01T06:31:29.802Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:31:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[262320], x-aai-txid=[2-aai-resources-230401-06:31:28:796-51391], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:31:29.802Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:31:29.802Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:31:29.802Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:31:29.808Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:31:29.808Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1314236a-cd6a-41a1-8281-e09a18d9fe21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:31:29.808Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:31:29.809Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:31:29.809Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:31:29.809Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330689808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:31:30.838Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:31:30.838Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f4a0b667-7242-474d-a1f8-09bba9315ce1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa","serviceDescription":"service","serviceInvariantUUID":"0b7464e9-6d23-4f1a-a639-f0a0ad3efc47","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2761a12a-a271-4116-bad3-d9a7086f4e0c","resourceInvariantUUID":"777a4fd2-6905-45c6-a15e-00e0b884aa61","resourceCustomizationUUID":"1ae5d246-d79a-4f01-80d0-0207f7887709","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":"OGJiNzY5ZTVlMjZiNzZjNDJmOTk3ZTM2NDUzM2YyNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7622934-bce1-4aef-9638-289fc9394c9c","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":"ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3a90a98d-9f57-445f-832b-3a47c8682ab0","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":"96bc3435-51b4-43f2-ae7a-892c4b031e50","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":"41c23afd-cfc1-49b5-ac54-e951770da212","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":"1cced3a2-a150-48ad-a0f7-7e5b812065e7","artifactVersion":"2","generatedFromUUID":"96bc3435-51b4-43f2-ae7a-892c4b031e50"},{"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":"MzY4YzhkZjUyNzlmOTY4ZDAyNzdiMTYwNTJjZmFhNDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"64790e8e-52ea-4f46-b10f-9d1faa571d27","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":"ZDhlZjA4NDdmMTI0OGMxZmVkZTc2ZTcwMDU2MDAyOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97ac84a0-d744-4d88-acc4-690082a09899","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90a0e0f4-5eb8-4db0-83a3-3607267b08ef","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:31:30.838Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:31:30.839Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:31:30.839Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:31:30.839Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:31:31.839Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:31:31.840Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:31:31.840Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:31:31.840Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:31:32.841Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:31:32.842Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:31:32.842Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:31:32.842Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:31:33.843Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:31:33.843Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:31:33.843Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:31:33.843Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:31:34.844Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:31:34.844Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:31:34.844Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:31:34.844Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:31:35.844Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:31:35.845Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:31:35.845Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:31:35.845Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:31:36.846Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:31:36.846Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:31:36.846Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:31:36.846Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:31:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:31:37.266Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: cached metadata has changed from (version87: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version88: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-04-01T06:31:37.279Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:31:37.279Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T06:31:37.285Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:31:37.286Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 47: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T06:31:37.302Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:31:37.302Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T06:31:37.303Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:31:37.308Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:31:37.308Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:31:37.308Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:31:37.308Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1827, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:31:37.308Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:31:37.309Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:31:37.847Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:31:37.847Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:31:37.847Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:31:37.847Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:31:38.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.329Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330600666,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:31:38.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.329Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:31:38.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.330Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:31:38.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.330Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:31:38.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.330Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:31:38.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.331Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:31:38.331Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.331Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:31:38.331Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.331Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:31:38.331Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.332Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:31:38.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.332Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330610071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:31:38.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.332Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330611807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
}
2023-04-01T06:31:38.333Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.333Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330612808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
}
2023-04-01T06:31:38.333Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.333Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330644130,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:31:38.333Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.334Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:31:38.334Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.334Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:31:38.334Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.334Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:31:38.335Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.335Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:31:38.335Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.335Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-01T06:31:38.335Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.336Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-01T06:31:38.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.336Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-01T06:31:38.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.336Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:31:38.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.337Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:31:38.337Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.337Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:31:38.337Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.337Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330655534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:31:38.337Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.337Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330657557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists"
}
2023-04-01T06:31:38.338Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.338Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330658558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists"
}
2023-04-01T06:31:38.338Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.338Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330689808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:31:38.338Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.338Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:31:38.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.339Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:31:38.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.339Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:31:38.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.339Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:31:38.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.340Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T06:31:38.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.340Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:31:38.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.341Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:31:38.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:31:38.341Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:31:38.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:31:38.848Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b7464e9-6d23-4f1a-a639-f0a0ad3efc47",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "1ae5d246-d79a-4f01-80d0-0207f7887709",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2761a12a-a271-4116-bad3-d9a7086f4e0c",
      "resourceInvariantUUID": "777a4fd2-6905-45c6-a15e-00e0b884aa61",
      "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": "ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3a90a98d-9f57-445f-832b-3a47c8682ab0",
          "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": "96bc3435-51b4-43f2-ae7a-892c4b031e50",
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
            "generatedFromUUID": "96bc3435-51b4-43f2-ae7a-892c4b031e50"
          },
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90a0e0f4-5eb8-4db0-83a3-3607267b08ef"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:31:38.848Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:31:38.849Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC
2023-04-01T06:31:38.849Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f4a0b667-7242-474d-a1f8-09bba9315ce1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
ServiceInvariantUUID:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
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:90a0e0f4-5eb8-4db0-83a3-3607267b08ef
ArtifactChecksum:NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:1ae5d246-d79a-4f01-80d0-0207f7887709
ResourceInvariantUUID:777a4fd2-6905-45c6-a15e-00e0b884aa61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2761a12a-a271-4116-bad3-d9a7086f4e0c
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:3a90a98d-9f57-445f-832b-3a47c8682ab0
ArtifactChecksum:ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY=
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:96bc3435-51b4-43f2-ae7a-892c4b031e50
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:31:38.849Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:31:38.894Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:31:38.895Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:31:38.895Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:31:38.895Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-01T06:31:38.895Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:31:38.895Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:39.444Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:31:39.447Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 90a0e0f4-5eb8-4db0-83a3-3607267b08ef 82964
2023-04-01T06:31:39.447Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:39.447Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:39.447Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:31:39.447Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:31:39.448Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:31:39.448Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330699447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:31:40.448Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:31:40.449Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:31:40.449Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:31:40.450Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-01T06:31:40.450Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:31:40.451Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:31:40.541Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9480623600498339220/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T06:31:41.431Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:31:41.431Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:31:41.431Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:31:41.431Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:31:41.431Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:41.431Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:41.431Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:41.431Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:41.431Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:31:41.432Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:41.433Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:31:41.433Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:31:41.433Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:31:41.433Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:31:41.433Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:31:41.433Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:31:41.433Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:31:41.433Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:31:41.433Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:31:41.433Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:31:41.433Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T06:31:41.433Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T06:31:41.433Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:31:41.433Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c145e713-24cd-4ba8-a6c1-379c251df156
2023-04-01T06:31:41.433Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:31:41.433Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:41.433Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:31:41.434Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:41.434Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:31:41.434Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:41.434Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:31:41.434Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:41.434Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
Model Version:NULL
Model InvariantUuid:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c54629b9-eb6a-453f-8eb3-d6cf6f8348c9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:777a4fd2-6905-45c6-a15e-00e0b884aa61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1ae5d246-d79a-4f01-80d0-0207f7887709
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dfff1756-6614-47f2-9fa7-e61cbc49c457
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:dcb1002f-0e42-4966-938c-a4b617a68436
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c145e713-24cd-4ba8-a6c1-379c251df156
ModelInvariantUuid:04b23e99-bf5c-4475-b624-35bc118a60f4
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:daf8834e-b8ef-455b-aff7-624a4226c0c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5ea7b3b4-7cdb-46ff-b9eb-8764dcc6473f
ModelInvariantUuid:56fa5535-ffdf-4a3b-9100-37873a9a69d7
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d47dc4f4-4851-4c2e-b714-d306e76fe3f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:31:41.480Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||ERROR|500||Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists
2023-04-01T06:31:41.480Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:41.481Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists)
2023-04-01T06:31:41.481Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:31:41.481Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:31:41.481Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:31:41.481Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330701480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:31:42.482Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:31:42.482Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists)
2023-04-01T06:31:42.482Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:31:42.482Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:31:42.482Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:31:42.482Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330702482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:31:43.483Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:31:43.502Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:31:43.505Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:31:43.506Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:31:43.506Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:31:43.506Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:31:43.506Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:31:43.506Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:31:43.506Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:31:43.506Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:31:43.506Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:31:43.518Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:32:13.519Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:32:13.526Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and serviceModelVersionId: 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
2023-04-01T06:32:13.527Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
2023-04-01T06:32:13.527Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0
2023-04-01T06:32:13.536Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:32:13.561Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||Invoke
2023-04-01T06:32:13.561Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f4a0b667-7242-474d-a1f8-09bba9315ce1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[977ba46e-b98b-4e88-ab37-295e0c59d8a3], X-ECOMP-RequestID=[f4a0b667-7242-474d-a1f8-09bba9315ce1], X-TransactionId=[], X-ONAP-RequestID=[f4a0b667-7242-474d-a1f8-09bba9315ce1], Content-Type=[application/merge-patch+json]}
2023-04-01T06:32:13.569Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:32:13.715Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:32:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[278688], x-aai-txid=[1-aai-resources-230401-06:32:12:718-75171], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:32:13.715Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:32:13.716Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||InvokeReturn
2023-04-01T06:32:13.716Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:32:13.716Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:32:13.723Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:32:13.723Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4a0b667-7242-474d-a1f8-09bba9315ce1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:32:13.723Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:32:13.723Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:32:13.723Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:32:13.724Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330733723,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:32:14.752Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:32:14.752Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"501785e9-f1fd-4675-b2b8-533de86fc0eb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"41e29eb7-2992-4121-8ff3-983252f0e8f4","serviceDescription":"service","serviceInvariantUUID":"abadc27a-99ac-4198-888c-30a2573d6daf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c3d302d8-3273-4794-821a-a8d9ad08f1c4","resourceInvariantUUID":"9679e179-17a5-46ed-98c9-88b262e95ccb","resourceCustomizationUUID":"7a29e752-5e4d-4a57-a6b2-2c430710f011","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":"YzU4MjRkODI0ODQ3ZjhjMWQxN2JkZDQ3ZTMyM2Q3NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1270f5d2-ba55-4180-8d28-10f28a813a4c","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":"1bd27fb0-5c12-436f-be21-4fb3b7a0ff94","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":"0e4dbae7-c3df-417f-ab1c-19964d13e479","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":"NjUxYzVkNWZiZjZmOWE3ZjFiY2ZlMGRmOGM2YmMxNGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f9ffe5a0-fc60-4c48-8b36-3b61f746aa02","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":"d5f83ca6-9390-403a-8f14-e633ed114104","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":"b9b0eaf0-2cc2-4941-9b36-9cf4f4a8ce0b","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":"73d906b2-aa7f-47cc-a7f2-09d23acf1e03","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":"N2RkNTViY2ZjYmRlZDBmMjRjZTZiYjYxYTUxNjdjNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a7c193d-4650-432b-8c37-24d2e056dd34","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da488a63-d045-4e3b-9e46-0c19d314e5f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:32:14.752Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:32:14.753Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:32:14.753Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:32:14.753Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:32:15.753Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:32:15.754Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:32:15.754Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:32:15.754Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:32:16.754Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:32:16.755Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:32:16.755Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:32:16.755Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:32:17.755Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:32:17.755Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:32:17.755Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:32:17.756Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:32:18.756Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:32:18.757Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:32:18.757Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:32:18.757Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:32:19.758Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:32:19.758Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:32:19.759Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:32:19.759Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:32:20.760Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:32:20.760Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:32:20.760Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:32:20.760Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:32:21.761Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:32:21.761Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:32:21.762Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:32:21.762Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:32:22.763Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:32:22.763Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:32:22.763Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:32:22.763Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:32:23.765Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "41e29eb7-2992-4121-8ff3-983252f0e8f4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "abadc27a-99ac-4198-888c-30a2573d6daf",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7a29e752-5e4d-4a57-a6b2-2c430710f011",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c3d302d8-3273-4794-821a-a8d9ad08f1c4",
      "resourceInvariantUUID": "9679e179-17a5-46ed-98c9-88b262e95ccb",
      "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": "ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da488a63-d045-4e3b-9e46-0c19d314e5f4"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:32:23.765Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:32:23.766Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC
2023-04-01T06:32:23.766Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:501785e9-f1fd-4675-b2b8-533de86fc0eb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:41e29eb7-2992-4121-8ff3-983252f0e8f4
ServiceInvariantUUID:abadc27a-99ac-4198-888c-30a2573d6daf
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:da488a63-d045-4e3b-9e46-0c19d314e5f4
ArtifactChecksum:ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7a29e752-5e4d-4a57-a6b2-2c430710f011
ResourceInvariantUUID:9679e179-17a5-46ed-98c9-88b262e95ccb
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c3d302d8-3273-4794-821a-a8d9ad08f1c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:32:23.766Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:32:23.804Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:32:23.805Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:32:23.805Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:32:23.805Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-01T06:32:23.805Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:32:23.805Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:32:23.829Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T06:32:23.829Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4f21f1d9
2023-04-01T06:32:23.829Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T06:32:23.830Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:32:23.830Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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 da488a63-d045-4e3b-9e46-0c19d314e5f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T06:32:23.830Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:32:23.830Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:32:23.830Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T06:32:23.830Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:32:23.830Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:32:23.830Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330743830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:32:24.831Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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:da488a63-d045-4e3b-9e46-0c19d314e5f4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:32:24.869Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists
2023-04-01T06:32:24.870Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:32:24.870Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists)
2023-04-01T06:32:24.870Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:32:24.870Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:32:24.870Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:32:24.870Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330744870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:32:25.872Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:32:25.872Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists)
2023-04-01T06:32:25.872Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:32:25.873Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:32:25.873Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:32:25.873Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330745872,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:32:26.874Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:32:26.909Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:32:26.913Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:32:26.913Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:32:26.913Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:32:26.913Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:32:26.913Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:32:26.913Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:32:26.913Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:32:26.913Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:32:26.913Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:32:26.924Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:32:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:32:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:32:37.275Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330699447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:32:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:32:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:32:37.275Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330701480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists"
}
2023-04-01T06:32:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:32:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:32:37.275Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330702482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists"
}
2023-04-01T06:32:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:32:37.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:32:37.276Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330733723,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:32:37.276Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:32:37.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:32:37.276Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:32:37.276Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:32:37.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:32:37.276Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:32:37.276Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:32:37.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:32:37.276Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:32:37.276Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:32:37.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:32:37.277Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:32:37.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:32:37.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:32:37.277Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:32:37.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:32:37.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:32:37.277Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:32:37.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:32:37.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:32:37.277Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:32:37.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:32:37.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:32:37.277Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:32:37.277Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:32:37.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:32:37.278Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680329999642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:32:37.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:32:37.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:32:37.278Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330743830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T06:32:37.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:32:37.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:32:37.278Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330744870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists"
}
2023-04-01T06:32:37.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:32:37.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:32:37.278Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330745872,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists"
}
2023-04-01T06:32:37.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:32:56.924Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:32:56.931Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and serviceModelVersionId: 41e29eb7-2992-4121-8ff3-983252f0e8f4
2023-04-01T06:32:56.932Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abadc27a-99ac-4198-888c-30a2573d6daf
2023-04-01T06:32:56.932Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0
2023-04-01T06:32:56.939Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:32:56.963Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||Invoke
2023-04-01T06:32:56.963Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[501785e9-f1fd-4675-b2b8-533de86fc0eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[df10785d-0a30-443f-a71b-07ab89a91c46], X-ECOMP-RequestID=[501785e9-f1fd-4675-b2b8-533de86fc0eb], X-TransactionId=[], X-ONAP-RequestID=[501785e9-f1fd-4675-b2b8-533de86fc0eb], Content-Type=[application/merge-patch+json]}
2023-04-01T06:32:56.973Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:32:57.124Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:32:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[262208], x-aai-txid=[1-aai-resources-230401-06:32:56:123-75407], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:32:57.125Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:32:57.125Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||InvokeReturn
2023-04-01T06:32:57.126Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:32:57.126Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:32:57.133Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:32:57.134Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 501785e9-f1fd-4675-b2b8-533de86fc0eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:32:57.134Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:32:57.134Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:32:57.134Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:32:57.134Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330777134,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:32:58.164Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T06:32:58.164Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T06:32:58.165Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 0 disconnected.
2023-04-01T06:32:58.166Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Cancelled in-flight METADATA request with correlation id 73861 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-04-01T06:32:58.166Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 2 disconnected.
2023-04-01T06:32:58.167Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T06:32:58.167Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T06:32:58.167Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T06:32:58.167Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T06:32:58.177Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-dbdddc63-7497-436f-a607-9ea97b38c9c0
2023-04-01T06:32:58.177Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T06:32:58.177Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T06:32:58.178Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T06:32:58.663Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:33:01.672Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:33:04.681Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:33:07.692Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:33:10.701Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:33:13.711Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:33:16.721Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:33:19.730Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:33:22.739Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:33:25.747Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:33:28.758Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:33:31.766Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:33:34.776Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:33:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:33:37.281Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:33:37.281Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T06:33:37.286Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:33:37.287Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-dbdddc63-7497-436f-a607-9ea97b38c9c0', protocol='range'}
2023-04-01T06:33:37.291Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:33:37.291Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:33:37.291Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:33:37.291Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:33:37.291Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:33:37.291Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:33:37.292Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 48: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-dbdddc63-7497-436f-a607-9ea97b38c9c0=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T06:33:37.307Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-dbdddc63-7497-436f-a607-9ea97b38c9c0', protocol='range'}
2023-04-01T06:33:37.307Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:33:37.307Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T06:33:37.307Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:33:37.307Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T06:33:37.307Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T06:33:37.312Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:33:37.312Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:33:37.312Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:33:37.313Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:33:37.313Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:33:37.313Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:33:37.313Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:33:37.313Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1878, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:33:37.313Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:33:37.313Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:33:37.313Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:33:37.314Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:33:37.429Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:33:37.429Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:33:37.430Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:33:37.430Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:33:37.430Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:33:37.430Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:33:38.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:33:38.328Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330777134,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:33:38.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:33:38.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:33:38.329Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:33:38.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:33:38.431Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:33:38.431Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:33:38.432Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:33:38.432Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:33:39.433Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:33:39.433Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:33:39.433Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:33:39.434Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:33:40.434Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:33:40.435Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:33:40.435Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:33:40.435Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:33:41.435Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:33:41.436Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:33:41.436Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:33:41.436Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:33:42.436Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:33:42.436Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:33:42.436Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:33:42.437Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:33:43.437Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:33:43.438Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:33:43.438Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:33:43.438Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:33:44.438Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:33:44.439Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:33:44.439Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T06:33:44.439Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:33:44.439Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:33:44.479Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:33:44.480Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:33:44.480Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:33:44.480Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T06:33:44.480Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:33:44.481Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T06:33:44.511Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T06:33:44.511Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@49753ef
2023-04-01T06:33:44.512Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T06:33:44.512Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T06:33:44.512Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T06:33:44.512Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T06:33:44.513Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T06:33:44.513Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T06:33:44.513Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:33:44.513Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:33:44.513Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330824512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:33:45.514Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T06:33:45.533Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:33:45.534Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:33:45.539Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T06:33:45.539Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T06:33:45.539Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T06:33:45.539Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:33:45.539Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T06:33:45.555Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T06:33:45.555Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@56c4d058
2023-04-01T06:33:45.555Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T06:33:45.555Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T06:33:45.555Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T06:33:45.556Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T06:33:45.556Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T06:33:45.556Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T06:33:45.556Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:33:45.556Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:33:45.556Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330825556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:33:46.557Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:33:46.557Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:33:46.579Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:33:46.583Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:33:46.583Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:34:16.584Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:34:16.610Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:34:16.613Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:34:16.614Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:34:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:34:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:34:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:34:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:34:46.614Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:34:46.642Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:34:46.646Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:34:46.646Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:35:16.647Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:35:16.669Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:35:16.672Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:35:16.672Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:35:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:35:37.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:35:37.266Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:35:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:35:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:35:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:35:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:35:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:35:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T06:35:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:35:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:35:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:35:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:35:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:35:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:35:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:35:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:35:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330824512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T06:35:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:35:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:35:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330825556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T06:35:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:35:46.673Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:35:46.692Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:35:46.696Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:35:46.697Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:36:16.697Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:36:16.719Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:36:16.722Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:36:16.722Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:36:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:36:46.722Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:36:46.746Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:36:46.750Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:36:46.750Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:37:16.751Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:37:16.767Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:37:16.771Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:37:16.771Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:37:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:37:46.771Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:37:46.793Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:37:46.797Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:37:46.798Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:38:16.798Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:38:16.821Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:38:16.825Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:38:16.825Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:38:37.266Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:38:37.482Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T06:38:37.483Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-dbdddc63-7497-436f-a607-9ea97b38c9c0 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-04-01T06:38:37.483Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T06:38:37.483Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T06:38:37.859Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:38:37.876Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:38:37.876Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T06:38:37.883Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:38:37.883Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 49: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T06:38:37.901Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:38:37.901Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T06:38:37.902Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:38:37.910Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:38:37.910Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:38:37.910Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:38:37.910Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1888, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:38:37.910Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:38:37.910Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:38:46.826Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T06:38:46.826Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:38:46.839Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T06:38:46.839Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T06:38:46.839Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T06:38:46.847Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:38:46.869Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T06:38:46.870Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a265726e-f1a5-417b-b5d5-fef23fb7e3f8], X-ECOMP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-TransactionId=[], X-ONAP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], Content-Type=[application/merge-patch+json]}
2023-04-01T06:38:46.879Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T06:38:47.010Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:38:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[168128], x-aai-txid=[0-aai-resources-230401-06:38:46:028-20087], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:38:47.010Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:38:47.011Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T06:38:47.012Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:38:47.012Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:38:47.020Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:38:47.020Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T06:38:47.020Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T06:38:47.021Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:38:47.021Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:38:47.021Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331127020,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:38:47.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:38:47.041Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331127020,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T06:38:47.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:38:48.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:38:48.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:38:48.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:38:48.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:38:48.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:38:48.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:38:49.046Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:38:49.046Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:38:49.046Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:38:49.046Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:38:50.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:38:50.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:38:50.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:38:50.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:38:51.049Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:38:51.049Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:38:51.049Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:38:51.049Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:38:52.050Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:38:52.050Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:38:52.050Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:38:52.050Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:38:53.052Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:38:53.052Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:38:53.052Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:38:53.052Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:38:54.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:38:54.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:38:54.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:38:54.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:38:55.055Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:38:55.055Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:38:55.055Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T06:38:55.055Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:38:55.055Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:38:55.101Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:38:55.102Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:38:55.102Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:38:55.102Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T06:38:55.102Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:38:55.102Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T06:38:55.423Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:38:55.427Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T06:38:55.427Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T06:38:55.428Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T06:38:55.428Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:38:55.428Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:38:55.428Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:38:55.428Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331135427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:38:56.430Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:38:56.430Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:38:56.431Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T06:38:56.431Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T06:38:56.432Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T06:38:56.432Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T06:38:56.588Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8785095371562932157/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-01T06:38:58.168Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:38:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:38:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T06:38:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T06:38:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:38:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:38:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:38:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:38:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:38:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:38:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:38:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:38:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:38:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:38:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T06:38:58.169Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:38:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:38:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:38:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:38:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:38:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:38:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:38:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:38:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:38:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:38:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:38:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:38:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:38:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:38:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T06:38:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:38:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:38:58.170Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:38:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:38:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:38:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:38:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:38:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:38:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:38:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:38:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:38:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:38:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:38:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:38:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:38:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:38:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:38:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T06:38:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:38:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:38:58.171Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:38:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:38:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:38:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:38:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:38:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:38:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:38:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:38:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T06:38:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:38:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:38:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T06:38:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:38:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:38:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:38:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:38:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:38:58.172Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T06:38:58.173Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:38:58.174Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T06:38:58.174Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:38:58.174Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:38:58.174Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:38:58.174Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:38:58.174Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:38:58.174Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:38:58.174Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:38:58.174Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:38:58.174Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:38:58.174Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:38:58.174Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:38:58.174Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T06:38:58.174Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T06:38:58.174Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:38:58.175Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:38:58.175Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:38:58.175Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:38:58.175Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:38:58.175Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:38:58.175Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:38:58.175Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:38:58.175Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:38:58.220Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T06:38:58.220Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T06:38:58.220Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T06:38:58.220Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:38:58.220Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:38:58.220Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:38:58.220Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331138220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:38:59.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T06:38:59.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T06:38:59.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:38:59.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:38:59.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:38:59.221Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331139221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:39:00.222Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:39:00.240Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:39:00.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:39:00.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:39:00.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:39:00.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:39:00.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:39:00.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:39:00.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:39:00.244Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:39:00.245Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:39:00.254Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:39:30.255Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:39:30.268Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T06:39:30.268Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T06:39:30.269Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T06:39:30.276Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:39:30.300Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T06:39:30.300Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[acc7ce6b-b854-43d2-bdc7-9a65bd41b409], X-ECOMP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-TransactionId=[], X-ONAP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], Content-Type=[application/merge-patch+json]}
2023-04-01T06:39:30.308Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:39:30.439Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:39:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[172224], x-aai-txid=[0-aai-resources-230401-06:39:29:456-71232], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:39:30.439Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:39:30.440Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T06:39:30.441Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:39:30.441Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:39:30.448Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:39:30.449Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:39:30.449Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:39:30.449Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:39:30.449Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:39:30.450Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331170449,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:39:31.481Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:39:31.481Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:39:31.481Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:39:31.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:39:31.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:39:31.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:39:32.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:39:32.482Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:39:32.483Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:39:32.483Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:39:33.483Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:39:33.484Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:39:33.484Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:39:33.484Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:39:34.484Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:39:34.485Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:39:34.485Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:39:34.485Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:39:35.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:39:35.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:39:35.486Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:39:35.487Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:39:36.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:39:36.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:39:36.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:39:36.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:39:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:39:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:39:37.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:39:37.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:39:37.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:39:37.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:39:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:39:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:39:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:39:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:39:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:39:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:39:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:39:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:39:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T06:39:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:39:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:39:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:39:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:39:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:39:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:39:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:39:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:39:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331135427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:39:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:39:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:39:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331138220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T06:39:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:39:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:39:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331139221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T06:39:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:39:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:39:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331170449,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:39:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:39:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:39:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:39:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:39:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:39:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:39:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:39:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:39:37.276Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:39:37.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:39:37.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:39:37.276Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:39:37.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:39:37.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:39:37.276Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T06:39:37.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:39:37.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:39:37.276Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:39:37.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:39:37.489Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:39:37.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:39:37.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:39:37.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:39:38.491Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:39:38.492Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:39:38.492Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T06:39:38.492Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:39:38.492Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:39:38.535Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:39:38.536Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:39:38.536Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:39:38.536Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T06:39:38.536Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:39:38.536Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T06:39:38.851Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:39:38.854Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T06:39:38.854Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T06:39:38.854Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T06:39:38.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:39:38.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:39:38.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:39:38.855Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331178854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:39:39.856Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:39:39.857Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:39:39.857Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:39:39.858Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T06:39:39.858Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:39:39.858Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:39:39.990Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10051911146515691975/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T06:39:41.519Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:39:41.519Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:39:41.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:39:41.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T06:39:41.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:39:41.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T06:39:41.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:39:41.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:39:41.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:39:41.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:39:41.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:39:41.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:39:41.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:39:41.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:39:41.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:39:41.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:39:41.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:39:41.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:39:41.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:39:41.520Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:39:41.521Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:39:41.521Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:39:41.521Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:39:41.521Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:39:41.521Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:39:41.521Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:39:41.521Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:39:41.521Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:39:41.521Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:39:41.521Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:39:41.522Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:39:41.522Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:39:41.522Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:39:41.522Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:39:41.522Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:39:41.522Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:39:41.522Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:39:41.522Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:39:41.522Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:39:41.522Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:39:41.522Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:39:41.522Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:39:41.523Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:39:41.523Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:39:41.523Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:39:41.523Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:39:41.523Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:39:41.523Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T06:39:41.523Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:39:41.523Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:39:41.524Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:39:41.524Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:39:41.524Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:39:41.524Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:39:41.524Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:39:41.524Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:39:41.524Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:39:41.524Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:39:41.524Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:39:41.524Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:39:41.525Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:39:41.525Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T06:39:41.525Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:39:41.525Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:39:41.525Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:39:41.525Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:39:41.525Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:39:41.526Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:39:41.526Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:39:41.526Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:39:41.526Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T06:39:41.526Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:39:41.526Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:39:41.527Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:39:41.527Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:39:41.527Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:39:41.527Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:39:41.527Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:39:41.527Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:39:41.527Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:39:41.528Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T06:39:41.528Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:39:41.528Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:39:41.528Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:39:41.528Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:39:41.528Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T06:39:41.528Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:39:41.528Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:39:41.529Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:39:41.529Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:39:41.529Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:39:41.529Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:39:41.529Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:39:41.529Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:39:41.529Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:39:41.529Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:39:41.529Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:39:41.530Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:39:41.530Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:39:41.530Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T06:39:41.530Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T06:39:41.530Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:39:41.530Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:39:41.530Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:39:41.530Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:39:41.531Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:39:41.531Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:39:41.531Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:39:41.531Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:39:41.531Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:39:41.576Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T06:39:41.577Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T06:39:41.577Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T06:39:41.577Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:39:41.577Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:39:41.577Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:39:41.577Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331181577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:39:42.578Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T06:39:42.579Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T06:39:42.579Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:39:42.579Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:39:42.579Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:39:42.579Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331182578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:39:43.580Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:39:43.607Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:39:43.611Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:39:43.612Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:39:43.612Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:39:43.612Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:39:43.612Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:39:43.612Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:39:43.612Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:39:43.612Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:39:43.612Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:39:43.629Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:40:13.630Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:40:13.643Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T06:40:13.643Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T06:40:13.644Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T06:40:13.647Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:40:13.658Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T06:40:13.658Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4dd00e00-2bb9-479b-85f8-8d6e423b91d0], X-ECOMP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-TransactionId=[], X-ONAP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], Content-Type=[application/merge-patch+json]}
2023-04-01T06:40:13.664Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:40:13.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:40:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[188560], x-aai-txid=[0-aai-resources-230401-06:40:12:813-11570], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:40:13.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:40:13.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T06:40:13.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:40:13.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:40:13.836Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:40:13.836Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:40:13.837Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:40:13.837Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:40:13.838Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:40:13.838Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331213837,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:40:14.867Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:40:14.867Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:40:14.867Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:40:14.868Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:40:14.868Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:40:14.868Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:40:15.868Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:40:15.869Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:40:15.869Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:40:15.869Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:40:16.869Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:40:16.869Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:40:16.869Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T06:40:16.870Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T06:40:16.870Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:40:16.916Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:40:16.917Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:40:16.917Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:40:16.917Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T06:40:16.917Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:40:16.917Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T06:40:17.221Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:40:17.222Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T06:40:17.223Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T06:40:17.223Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T06:40:17.223Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:40:17.224Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:40:17.224Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:40:17.224Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331217223,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:40:18.225Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:40:18.226Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:40:18.226Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:40:18.227Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T06:40:18.228Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:40:18.228Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:40:18.338Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4490613194672456382/Definitions/service-BasicNetwork-template.yml
2023-04-01T06:40:18.672Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:40:18.673Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:40:18.674Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T06:40:18.674Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:40:18.674Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:40:18.674Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:40:18.674Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:40:18.674Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:40:18.674Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:40:18.674Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:40:18.674Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:40:18.674Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:40:18.674Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:40:18.674Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:40:18.674Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:40:18.674Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:40:18.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T06:40:18.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T06:40:18.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T06:40:18.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:40:18.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:40:18.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:40:18.720Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331218720,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:40:19.721Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T06:40:19.721Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T06:40:19.721Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:40:19.722Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:40:19.722Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:40:19.722Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331219721,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:40:20.723Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:40:20.745Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:40:20.749Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:40:20.749Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:40:20.749Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:40:20.749Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:40:20.749Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:40:20.749Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:40:20.749Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:40:20.749Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:40:20.750Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:40:20.763Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:40:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:40:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:40:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:40:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:40:50.763Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:40:50.773Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T06:40:50.773Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T06:40:50.774Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T06:40:50.781Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:40:50.806Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T06:40:50.807Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[727575a0-c700-426d-a389-c4b45af62609], X-ECOMP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-TransactionId=[], X-ONAP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], Content-Type=[application/merge-patch+json]}
2023-04-01T06:40:50.816Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:40:50.959Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:40:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[192576], x-aai-txid=[0-aai-resources-230401-06:40:49:963-13557], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:40:50.960Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:40:50.961Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T06:40:50.961Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:40:50.961Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:40:50.968Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:40:50.969Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:40:50.969Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:40:50.969Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:40:50.969Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:40:50.969Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331250969,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:40:51.999Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:40:51.999Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:40:51.999Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:40:51.999Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:40:51.999Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:40:51.999Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:40:53.000Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:40:53.000Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:40:53.000Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:40:53.001Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:40:54.001Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:40:54.002Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:40:54.002Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:40:54.002Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:40:55.002Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:40:55.003Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:40:55.003Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:40:55.003Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:40:56.003Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:40:56.004Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:40:56.004Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:40:56.004Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:40:57.005Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:40:57.005Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:40:57.005Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:40:57.005Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:40:58.006Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:40:58.007Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:40:58.007Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:40:58.007Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:40:59.009Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:40:59.009Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:40:59.009Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:40:59.009Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:41:00.011Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:41:00.011Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:41:00.011Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T06:41:00.012Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:41:00.012Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:41:00.056Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:41:00.057Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:41:00.057Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:41:00.057Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:41:00.057Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:41:00.057Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:41:00.373Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:41:00.377Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T06:41:00.377Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T06:41:00.378Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:41:00.378Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:41:00.378Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:41:00.378Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:41:00.378Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331260377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:41:01.379Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:41:01.379Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:41:01.380Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:41:01.380Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:41:01.380Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:41:01.381Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:41:01.485Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5151623711323945185/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T06:41:02.145Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:41:02.145Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:41:02.145Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:41:02.145Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:41:02.145Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:41:02.145Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:41:02.145Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:41:02.145Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:41:02.145Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:41:02.145Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:41:02.145Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:41:02.145Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:41:02.145Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:02.145Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:41:02.146Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:41:02.178Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T06:41:02.179Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T06:41:02.179Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T06:41:02.179Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:41:02.180Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:41:02.180Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:41:02.180Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331262179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:41:03.181Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T06:41:03.181Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T06:41:03.181Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:41:03.181Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:41:03.181Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:41:03.181Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331263181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:41:04.182Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:41:04.204Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:41:04.207Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:41:04.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:41:04.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:41:04.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:41:04.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:41:04.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:41:04.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:41:04.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:41:04.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:41:04.219Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:41:34.219Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:41:34.231Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T06:41:34.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T06:41:34.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T06:41:34.239Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:41:34.263Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:41:34.264Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T06:41:34.272Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:41:34.413Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T06:41:34.413Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:41:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[221344], x-aai-txid=[0-aai-resources-230401-06:41:33:420-28667], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:41:34.414Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:41:34.414Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:41:34.414Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:41:34.421Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:41:34.422Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:41:34.422Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:41:34.422Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:41:34.422Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:41:34.422Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331294422,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:41:35.450Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:41:35.451Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:41:35.451Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:41:35.451Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:41:35.451Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:41:35.451Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:41:36.452Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:41:36.452Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:41:36.452Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:41:36.452Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:41:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:41:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:41:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331178854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:41:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:41:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:41:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331181577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T06:41:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:41:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:41:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331182578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T06:41:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:41:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:41:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331213837,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:41:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:41:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:41:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:41:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:41:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:41:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:41:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:41:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:41:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331217223,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:41:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:41:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:41:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331218720,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T06:41:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:41:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:41:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331219721,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T06:41:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:41:37.453Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:41:37.453Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:41:37.453Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:41:37.453Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:41:38.454Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:41:38.454Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:41:38.455Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:41:38.455Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:41:39.455Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:41:39.456Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:41:39.456Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:41:39.456Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:41:40.456Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:41:40.457Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:41:40.457Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:41:40.457Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:41:41.457Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:41:41.458Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:41:41.458Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:41:41.458Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:41:42.459Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:41:42.460Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:41:42.460Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T06:41:42.461Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:41:42.461Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:41:42.502Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:41:42.503Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:41:42.504Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:41:42.504Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T06:41:42.504Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:41:42.504Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T06:41:42.813Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:41:42.815Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T06:41:42.815Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T06:41:42.815Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T06:41:42.815Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:41:42.816Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:41:42.816Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:41:42.816Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331302815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:41:43.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:41:43.817Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:41:43.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:41:43.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T06:41:43.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:41:43.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:41:43.932Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3918556589270207282/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T06:41:44.843Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:41:44.843Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:41:44.843Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:41:44.843Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:41:44.843Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:41:44.843Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:41:44.843Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:41:44.843Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:41:44.843Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:41:44.843Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:41:44.843Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:41:44.843Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:41:44.843Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:44.843Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:41:44.844Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:41:44.844Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:41:44.844Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:41:44.844Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:44.844Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:41:44.844Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:41:44.844Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:41:44.844Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:41:44.844Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:44.844Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:41:44.844Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:44.844Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T06:41:44.844Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T06:41:44.844Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T06:41:44.844Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T06:41:44.844Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:41:44.844Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:41:44.845Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:44.845Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T06:41:44.845Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:44.845Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:41:44.845Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:41:44.845Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:44.845Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:41:44.845Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:41:44.845Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:44.845Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:41:44.845Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:41:44.845Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:44.845Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T06:41:44.845Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T06:41:44.845Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:41:44.845Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T06:41:44.845Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:44.845Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:41:44.846Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:44.846Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:41:44.846Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:44.846Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:41:44.846Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:41:44.846Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:41:44.846Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:41:44.898Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T06:41:44.898Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T06:41:44.898Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T06:41:44.899Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:41:44.899Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:41:44.899Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:41:44.899Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331304898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:41:45.900Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T06:41:45.901Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T06:41:45.901Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:41:45.901Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:41:45.902Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:41:45.902Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331305900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:41:46.904Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:41:46.924Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:41:46.928Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:41:46.928Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:41:46.928Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:41:46.928Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:41:46.928Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:41:46.928Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:41:46.928Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:41:46.929Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:41:46.929Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:41:46.943Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:42:16.944Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:42:16.953Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T06:42:16.953Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T06:42:16.954Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T06:42:16.958Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:42:16.973Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T06:42:16.973Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bc404395-497f-419f-b9e0-564d512dfd3e], X-ECOMP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-TransactionId=[], X-ONAP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], Content-Type=[application/merge-patch+json]}
2023-04-01T06:42:16.980Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:42:17.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:42:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[200848], x-aai-txid=[1-aai-resources-230401-06:42:16:129-64983], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:42:17.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:42:17.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T06:42:17.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:42:17.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:42:17.120Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:42:17.121Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:42:17.121Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:42:17.121Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:42:17.121Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:42:17.121Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331337121,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:42:18.147Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:42:18.148Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"efccc4c5-7bb8-41cf-a6f1-9349eb35981a","serviceName":"Demo_pNF_Ic9dwGek3O8urfndll23","serviceVersion":"1.0","serviceUUID":"508389d7-38f7-47fd-bd41-20662b25b49f","serviceDescription":"catalog service description","serviceInvariantUUID":"0c7ab211-5fee-4b5a-bec9-64020478b0d6","resources":[{"resourceInstanceName":"pNF 714be145-f272 0","resourceName":"pNF 714be145-f272","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a88b7f5-eb0f-4834-8b28-b493ad94df97","resourceInvariantUUID":"d433ff3f-bd27-4f50-9a82-92c827585226","resourceCustomizationUUID":"1e941aea-4b3a-4cce-abb2-10cfdf34307e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml","artifactChecksum":"NjU5MzlhODFlOGE1N2EwYTMxYzIwYTMwNmU1YWE3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e040a26-adca-4b38-9d2e-fdfcfef6d9e1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1d3a0bb-10d9-439a-ae6b-df81971675e9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6015e29b-2f4a-410f-82e3-806118e18502","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml","artifactChecksum":"MTYwNGM5OGNmMmVlNGI4Yjg5ZGNmZTY2OGUyOTJiZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32dc7eae-06c0-4612-a8d9-3dfbfd0d28bf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60dd7381-89ba-45dd-a9da-027a43838703","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8f86f18-4d48-4f98-b9a5-9d23ac6f4ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactChecksum":"NjVhNGRmZmExYzg1ZDZkZjljNDYzNDkzZDQ2MTYxMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da026c00-e8ae-4986-a794-33fb54386015","artifactVersion":"1"},{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactChecksum":"NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48e8d3b4-539a-49e9-b8f3-1c68661898e1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:42:18.148Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:42:18.149Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:42:18.149Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:42:18.149Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:42:19.150Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:42:19.151Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:42:19.151Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:42:19.151Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:42:20.153Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:42:20.153Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:42:20.154Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:42:20.155Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:42:21.156Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:42:21.157Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:42:21.157Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:42:21.157Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:42:22.158Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:42:22.158Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:42:22.158Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:42:22.158Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:42:23.159Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:42:23.160Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:42:23.160Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:42:23.160Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:42:24.161Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:42:24.161Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:42:24.161Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:42:24.161Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:42:25.162Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:42:25.162Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:42:25.162Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:42:25.162Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:42:26.163Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "serviceName": "Demo_pNF_Ic9dwGek3O8urfndll23",
  "serviceVersion": "1.0",
  "serviceUUID": "508389d7-38f7-47fd-bd41-20662b25b49f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c7ab211-5fee-4b5a-bec9-64020478b0d6",
  "resources": [
    {
      "resourceInstanceName": "pNF 714be145-f272 0",
      "resourceCustomizationUUID": "1e941aea-4b3a-4cce-abb2-10cfdf34307e",
      "resourceName": "pNF 714be145-f272",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2a88b7f5-eb0f-4834-8b28-b493ad94df97",
      "resourceInvariantUUID": "d433ff3f-bd27-4f50-9a82-92c827585226",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactChecksum": "NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48e8d3b4-539a-49e9-b8f3-1c68661898e1"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:42:26.163Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:42:26.164Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 508389d7-38f7-47fd-bd41-20662b25b49f ASDC
2023-04-01T06:42:26.164Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:efccc4c5-7bb8-41cf-a6f1-9349eb35981a
ServiceName:Demo_pNF_Ic9dwGek3O8urfndll23
ServiceVersion:1.0
ServiceUUID:508389d7-38f7-47fd-bd41-20662b25b49f
ServiceInvariantUUID:0c7ab211-5fee-4b5a-bec9-64020478b0d6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactUUID:48e8d3b4-539a-49e9-b8f3-1c68661898e1
ArtifactChecksum:NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 714be145-f272 0
ResourceCustomizationUUID:1e941aea-4b3a-4cce-abb2-10cfdf34307e
ResourceInvariantUUID:d433ff3f-bd27-4f50-9a82-92c827585226
ResourceName:pNF 714be145-f272
ResourceType:PNF
ResourceUUID:2a88b7f5-eb0f-4834-8b28-b493ad94df97
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:42:26.164Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 508389d7-38f7-47fd-bd41-20662b25b49f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:42:26.204Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:42:26.205Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:42:26.205Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:42:26.205Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 from URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:42:26.205Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:42:26.205Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:42:26.513Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:42:26.516Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar 48e8d3b4-539a-49e9-b8f3-1c68661898e1 87995
2023-04-01T06:42:26.516Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T06:42:26.517Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:42:26.517Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:42:26.517Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:42:26.517Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:42:26.517Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331346516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:42:27.518Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:42:27.519Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:42:27.519Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1, URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar to file: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:42:27.519Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:42:27.520Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:42:27.520Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:42:27.650Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10982517410607140784/Definitions/service-DemoPnfIc9dwgek3o8urfndll23-template.yml
2023-04-01T06:42:28.281Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:42:28.281Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:42:28.281Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:42:28.281Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:42:28.281Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:42:28.281Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 714be145-f272 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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:42:28.281Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:42:28.281Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:42:28.281Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:42:28.281Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:42:28.281Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:42:28.282Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:42:28.282Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:42:28.282Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:42:28.282Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T06:42:28.282Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:42:28.282Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:42:28.282Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:42:28.282Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:42:28.282Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T06:42:28.282Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:42:28.282Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:42:28.283Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:42:28.283Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:42:28.283Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:42:28.283Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:42:28.283Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:42:28.283Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:42:28.283Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:42:28.283Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:42:28.283Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:42:28.283Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:42:28.283Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Ic9dwGek3O8urfndll23
Description:catalog service description
Model UUID:508389d7-38f7-47fd-bd41-20662b25b49f
Model Version:NULL
Model InvariantUuid:0c7ab211-5fee-4b5a-bec9-64020478b0d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:42:28.326Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists
2023-04-01T06:42:28.327Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T06:42:28.327Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists)
2023-04-01T06:42:28.328Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:42:28.328Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:42:28.328Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:42:28.328Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331348327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:42:29.329Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T06:42:29.329Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists)
2023-04-01T06:42:29.329Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:42:29.330Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:42:29.330Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:42:29.330Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331349329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:42:30.330Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:42:30.349Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:42:30.352Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:42:30.352Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:42:30.352Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:42:30.352Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:42:30.352Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:42:30.352Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:42:30.352Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:42:30.352Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:42:30.352Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:42:30.364Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:42:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:42:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:42:37.266Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331250969,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:42:37.266Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:42:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:42:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:42:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:42:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:42:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:42:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:42:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:42:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:42:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:42:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:42:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:42:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:42:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:42:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:42:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:42:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:42:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:42:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:42:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:42:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:42:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:42:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:42:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:42:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:42:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:42:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331260377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:42:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:42:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:42:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331262179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T06:42:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:42:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:42:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331263181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T06:42:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:42:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:42:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331294422,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:42:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:42:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:42:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:42:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:42:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T06:42:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:42:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:00.364Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:43:00.374Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and serviceModelVersionId: 508389d7-38f7-47fd-bd41-20662b25b49f
2023-04-01T06:43:00.375Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c7ab211-5fee-4b5a-bec9-64020478b0d6
2023-04-01T06:43:00.375Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0
2023-04-01T06:43:00.385Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:43:00.410Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||Invoke
2023-04-01T06:43:00.411Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[efccc4c5-7bb8-41cf-a6f1-9349eb35981a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[68fae777-f579-48a2-b2de-13ed65dc8aba], X-ECOMP-RequestID=[efccc4c5-7bb8-41cf-a6f1-9349eb35981a], X-TransactionId=[], X-ONAP-RequestID=[efccc4c5-7bb8-41cf-a6f1-9349eb35981a], Content-Type=[application/merge-patch+json]}
2023-04-01T06:43:00.418Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:43:00.550Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:42:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[262192], x-aai-txid=[0-aai-resources-230401-06:42:59:566-11178], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:43:00.551Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:43:00.551Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||InvokeReturn
2023-04-01T06:43:00.552Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:43:00.552Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:43:00.563Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:43:00.563Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efccc4c5-7bb8-41cf-a6f1-9349eb35981a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:43:00.563Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:43:00.564Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:00.564Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:00.564Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331380563,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:43:01.593Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:43:01.593Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"5b45de55-3695-452f-9983-9028c5d19e44","serviceName":"Demo_pNF_T3B6zbSGi2YaADhQk31n","serviceVersion":"1.0","serviceUUID":"0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce","serviceDescription":"catalog service description","serviceInvariantUUID":"53a72de3-783e-4b47-b1de-0a636a89ab5c","resources":[{"resourceInstanceName":"pNF 16fd43e8-271b 0","resourceName":"pNF 16fd43e8-271b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d508e38c-c0fa-4a4d-9625-eb3b8160f955","resourceInvariantUUID":"e0c45bf9-a664-4da1-a4af-6cca8f95a224","resourceCustomizationUUID":"88fa0cd3-4226-4714-8744-fb73ed71935e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml","artifactChecksum":"YjUyMjQ2MzM0ZTYzMWY2ZTQ3OGU0N2FiMDM5MzQ1MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"657b817d-7d0e-44c2-94ac-231ba194e947","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c8d24aa5-0656-462d-8ed0-090aa89b712f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28f516db-5f2e-4b3d-9fa5-c4e51a8f54e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml","artifactChecksum":"YzhmZWViYWMwMjhlY2VkZDFiZDZjNGVkYWU0OGFmYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14cb3a33-a56a-47db-afe8-dc6502ca836c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2138386-4a06-4fbc-93b3-fe0b6f0a0bfc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"450a51c0-1ad1-432b-87c0-0ec0c73f9990","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactChecksum":"NDQ4ZWFlYmQ3OGQ0N2M5OWE2ZGFlYTQ4YzM2MzM5ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5e828e-6ec8-4cc1-b187-c0bd8c97a387","artifactVersion":"1"},{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactChecksum":"ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7094e1e0-36ad-4848-a315-00b0c9b42a72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:43:01.594Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:43:01.594Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:01.594Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:01.594Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:02.595Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:43:02.595Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:02.595Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:02.595Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:03.596Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:43:03.597Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:03.597Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:03.597Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:04.598Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:43:04.598Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:04.598Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:04.598Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:05.599Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:43:05.600Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:05.600Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:05.600Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:06.601Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:43:06.602Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:06.602Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:06.602Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:07.603Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:43:07.603Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:07.603Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:07.603Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:08.604Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:43:08.604Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:08.605Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:08.605Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:09.605Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "serviceName": "Demo_pNF_T3B6zbSGi2YaADhQk31n",
  "serviceVersion": "1.0",
  "serviceUUID": "0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "53a72de3-783e-4b47-b1de-0a636a89ab5c",
  "resources": [
    {
      "resourceInstanceName": "pNF 16fd43e8-271b 0",
      "resourceCustomizationUUID": "88fa0cd3-4226-4714-8744-fb73ed71935e",
      "resourceName": "pNF 16fd43e8-271b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d508e38c-c0fa-4a4d-9625-eb3b8160f955",
      "resourceInvariantUUID": "e0c45bf9-a664-4da1-a4af-6cca8f95a224",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactChecksum": "ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7094e1e0-36ad-4848-a315-00b0c9b42a72"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:43:09.606Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:43:09.606Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC
2023-04-01T06:43:09.607Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5b45de55-3695-452f-9983-9028c5d19e44
ServiceName:Demo_pNF_T3B6zbSGi2YaADhQk31n
ServiceVersion:1.0
ServiceUUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
ServiceInvariantUUID:53a72de3-783e-4b47-b1de-0a636a89ab5c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactUUID:7094e1e0-36ad-4848-a315-00b0c9b42a72
ArtifactChecksum:ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 16fd43e8-271b 0
ResourceCustomizationUUID:88fa0cd3-4226-4714-8744-fb73ed71935e
ResourceInvariantUUID:e0c45bf9-a664-4da1-a4af-6cca8f95a224
ResourceName:pNF 16fd43e8-271b
ResourceType:PNF
ResourceUUID:d508e38c-c0fa-4a4d-9625-eb3b8160f955
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:43:09.607Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:43:09.647Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:43:09.647Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:43:09.647Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:43:09.647Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 from URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:43:09.647Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:43:09.647Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:43:09.958Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:43:09.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar 7094e1e0-36ad-4848-a315-00b0c9b42a72 88007
2023-04-01T06:43:09.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T06:43:09.961Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:43:09.962Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:43:09.962Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:09.962Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:09.962Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331389961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:10.963Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:43:10.964Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:43:10.964Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72, URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar to file: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:43:10.965Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:43:10.966Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:43:10.966Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:43:11.057Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8090734917901425376/Definitions/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml
2023-04-01T06:43:11.698Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:43:11.698Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:43:11.698Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:43:11.698Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 16fd43e8-271b 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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:11.699Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:43:11.700Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:11.700Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:43:11.700Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:11.700Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:43:11.700Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:11.700Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:43:11.700Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_T3B6zbSGi2YaADhQk31n
Description:catalog service description
Model UUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
Model Version:NULL
Model InvariantUuid:53a72de3-783e-4b47-b1de-0a636a89ab5c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:43:11.740Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||ERROR|500||Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists
2023-04-01T06:43:11.741Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T06:43:11.741Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists)
2023-04-01T06:43:11.741Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:43:11.741Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:11.741Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:11.741Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331391741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:12.742Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T06:43:12.742Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists)
2023-04-01T06:43:12.742Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:43:12.742Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:12.742Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:12.743Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331392742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:13.743Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:43:13.764Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:43:13.768Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:43:13.768Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:43:13.768Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:43:13.768Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:43:13.768Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:43:13.769Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:43:13.769Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:43:13.769Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:43:13.769Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:43:13.786Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:43:37.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:37.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.267Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:43:37.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.268Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:43:37.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.268Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T06:43:37.269Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.269Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:43:37.269Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.269Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:43:37.269Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.270Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331302815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:43:37.270Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.270Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331304898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T06:43:37.270Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.271Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331305900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T06:43:37.271Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.271Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331337121,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:43:37.271Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.271Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:43:37.271Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.272Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:43:37.272Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.272Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:43:37.273Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.273Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:43:37.273Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.273Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:43:37.273Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.273Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:43:37.273Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.274Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:43:37.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.274Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:43:37.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.274Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331346516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:43:37.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.275Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331348327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
}
2023-04-01T06:43:37.275Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:37.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:43:37.275Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331349329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
}
2023-04-01T06:43:37.275Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:43:43.786Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:43:43.797Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b45de55-3695-452f-9983-9028c5d19e44 and serviceModelVersionId: 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
2023-04-01T06:43:43.798Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53a72de3-783e-4b47-b1de-0a636a89ab5c
2023-04-01T06:43:43.798Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0
2023-04-01T06:43:43.805Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:43:43.828Z|5b45de55-3695-452f-9983-9028c5d19e44|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/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:43:43.829Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||Invoke
2023-04-01T06:43:43.838Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:43:43.990Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||InvokeReturn
2023-04-01T06:43:43.991Z|5b45de55-3695-452f-9983-9028c5d19e44|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/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:43:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[250016], x-aai-txid=[2-aai-resources-230401-06:43:42:986-41687], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:43:43.991Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:43:43.991Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:43:43.991Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:43:44.002Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:43:44.002Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b45de55-3695-452f-9983-9028c5d19e44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:43:44.002Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:43:44.002Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:44.002Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:44.002Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331424002,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:43:45.031Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:43:45.031Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1314236a-cd6a-41a1-8281-e09a18d9fe21","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f26e5059-2fa3-46e4-bb31-bb140b69081a","serviceDescription":"service","serviceInvariantUUID":"ee0afdf1-fed7-44ee-a6b7-83cdbd151b97","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1818899-835f-4d40-a5ee-e02a1724ab39","resourceInvariantUUID":"1af08c65-dff4-49fc-afa2-5e2c421c946b","resourceCustomizationUUID":"93353038-149d-4ead-bcfe-2faf7b1527c6","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":"Mzc0MmM3Y2QwZmUwMjljZWFlZmVjMzJiOWY0NWNiYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0399e894-f11b-48ab-ab07-684422fc26a1","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":"NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f6611bc-f2b0-4d20-947d-90858cc60f6a","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":"a29c38d8-dd9d-4ae1-910b-1426b62e2777","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":"e31356fa-e238-4fec-8b1a-a20f57a73f84","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":"43f30c31-5224-4085-b5f9-b1d8a11fee3b","artifactVersion":"2","generatedFromUUID":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9"},{"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":"d61625a5-f2ed-4814-8a3c-2ffd8497b076","artifactVersion":"2","generatedFromUUID":"a29c38d8-dd9d-4ae1-910b-1426b62e2777"},{"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":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9","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":"7b627770-368d-414e-91cf-3778905e2fb8","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":"NjY3ZDM4NmQ3MzExYTNiMWE4YTQ0NWM3NmVhYmY1NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79a0639f-3caf-4dba-adbe-5eec58d704c5","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1898e78b-af65-4926-9400-00b38f3e5f77","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:43:45.031Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:43:45.032Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:45.032Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:45.032Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:46.032Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:43:46.033Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:46.033Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:46.033Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:47.034Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:43:47.034Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:47.035Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:47.035Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:48.035Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:43:48.036Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:48.036Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:48.037Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:49.037Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:43:49.038Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:49.039Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:49.039Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:50.040Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:43:50.040Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:50.040Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:50.040Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:51.041Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:43:51.042Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:51.042Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:51.042Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:52.043Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:43:52.043Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:52.043Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:52.044Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:53.045Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:43:53.045Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:53.045Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:53.045Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:54.046Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:43:54.046Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:54.047Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:54.047Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:55.048Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f26e5059-2fa3-46e4-bb31-bb140b69081a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee0afdf1-fed7-44ee-a6b7-83cdbd151b97",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "93353038-149d-4ead-bcfe-2faf7b1527c6",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a1818899-835f-4d40-a5ee-e02a1724ab39",
      "resourceInvariantUUID": "1af08c65-dff4-49fc-afa2-5e2c421c946b",
      "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": "NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1f6611bc-f2b0-4d20-947d-90858cc60f6a",
          "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": "a29c38d8-dd9d-4ae1-910b-1426b62e2777",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
            "generatedFromUUID": "a29c38d8-dd9d-4ae1-910b-1426b62e2777"
          },
          "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": "43f30c31-5224-4085-b5f9-b1d8a11fee3b",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
          "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": "d7b3ac90-ed11-4955-8c35-9548ba9a0ec9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1898e78b-af65-4926-9400-00b38f3e5f77"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:43:55.049Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:43:55.049Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC
2023-04-01T06:43:55.050Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1314236a-cd6a-41a1-8281-e09a18d9fe21
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
ServiceInvariantUUID:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
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:1898e78b-af65-4926-9400-00b38f3e5f77
ArtifactChecksum:ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:93353038-149d-4ead-bcfe-2faf7b1527c6
ResourceInvariantUUID:1af08c65-dff4-49fc-afa2-5e2c421c946b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:a1818899-835f-4d40-a5ee-e02a1724ab39
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:1f6611bc-f2b0-4d20-947d-90858cc60f6a
ArtifactChecksum:NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI=
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:a29c38d8-dd9d-4ae1-910b-1426b62e2777
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:43f30c31-5224-4085-b5f9-b1d8a11fee3b
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:d7b3ac90-ed11-4955-8c35-9548ba9a0ec9
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:43:55.050Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:43:55.100Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:43:55.100Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:43:55.101Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:43:55.101Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-01T06:43:55.101Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:43:55.101Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:55.443Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:43:55.449Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 1898e78b-af65-4926-9400-00b38f3e5f77 163251
2023-04-01T06:43:55.449Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:55.449Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:55.449Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:43:55.450Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:55.450Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:55.450Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331435449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:56.450Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:43:56.451Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:43:56.452Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:43:56.452Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-01T06:43:56.453Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:43:56.454Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:43:56.557Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9678822510079028672/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-01T06:43:57.394Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:43:57.394Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:43:57.395Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:43:57.395Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-01T06:43:57.395Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:57.395Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:57.395Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:57.395Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:57.395Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:43:57.395Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:57.395Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:57.395Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:43:57.395Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:43:57.395Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:43:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:43:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T06:43:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-01T06:43:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-01T06:43:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:43:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:43:57.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:43:57.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:57.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:43:57.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:43:57.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:57.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:43:57.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:43:57.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:57.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:43:57.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:43:57.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:57.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T06:43:57.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-01T06:43:57.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=afe00e20-951f-4d2d-bb1a-0a9c40fed98e
2023-04-01T06:43:57.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:57.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:57.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:57.398Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:57.398Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:57.398Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:57.398Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:43:57.398Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:57.398Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
Model Version:NULL
Model InvariantUuid:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:4dfdcd0c-b0e2-4c2f-b132-eab399cc6814
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1af08c65-dff4-49fc-afa2-5e2c421c946b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:93353038-149d-4ead-bcfe-2faf7b1527c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cbbb0e3f-c936-4bd0-b425-d2a5d86e13e5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a87649e1-f718-416f-ac14-50b6a992f7d7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:cb4a155e-2310-4c2d-b442-5fab53892d7f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:5c04c4b8-e0e7-4035-8a4a-775d920238dd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:afe00e20-951f-4d2d-bb1a-0a9c40fed98e
ModelInvariantUuid:0fdbd085-9e81-4290-96e9-e5a66d7f02ad
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5759c48b-db2f-42a8-badb-44ed3f09e6b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:172b0c5b-be2b-4dc1-a8d9-b9b632b41495
ModelInvariantUuid:46e6967c-3564-4ee0-af40-3fd5d763862a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:efd8cd30-564a-4085-8745-3369bf468c27
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:43:57.438Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||ERROR|500||Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists
2023-04-01T06:43:57.438Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:57.438Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists)
2023-04-01T06:43:57.439Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:43:57.439Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:57.439Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:57.439Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331437438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:58.440Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:43:58.440Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists)
2023-04-01T06:43:58.440Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:43:58.440Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:43:58.440Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:43:58.440Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331438440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:43:59.441Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:43:59.461Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:43:59.466Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:43:59.466Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:43:59.466Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:43:59.466Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:43:59.466Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:43:59.467Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:43:59.467Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:43:59.467Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:43:59.467Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:43:59.483Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:44:29.483Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:44:29.491Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and serviceModelVersionId: f26e5059-2fa3-46e4-bb31-bb140b69081a
2023-04-01T06:44:29.491Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
2023-04-01T06:44:29.492Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0
2023-04-01T06:44:29.499Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:44:29.514Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:44:29.515Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||Invoke
2023-04-01T06:44:29.522Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:44:29.661Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||InvokeReturn
2023-04-01T06:44:29.662Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:44:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[262320], x-aai-txid=[1-aai-resources-230401-06:44:28:669-99962], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:44:29.662Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:44:29.662Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:44:29.663Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:44:29.674Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:44:29.674Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1314236a-cd6a-41a1-8281-e09a18d9fe21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:44:29.674Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:44:29.675Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:44:29.675Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:44:29.675Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331469674,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:44:30.698Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:44:30.698Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f4a0b667-7242-474d-a1f8-09bba9315ce1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa","serviceDescription":"service","serviceInvariantUUID":"0b7464e9-6d23-4f1a-a639-f0a0ad3efc47","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2761a12a-a271-4116-bad3-d9a7086f4e0c","resourceInvariantUUID":"777a4fd2-6905-45c6-a15e-00e0b884aa61","resourceCustomizationUUID":"1ae5d246-d79a-4f01-80d0-0207f7887709","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":"OGJiNzY5ZTVlMjZiNzZjNDJmOTk3ZTM2NDUzM2YyNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7622934-bce1-4aef-9638-289fc9394c9c","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":"ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3a90a98d-9f57-445f-832b-3a47c8682ab0","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":"96bc3435-51b4-43f2-ae7a-892c4b031e50","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":"41c23afd-cfc1-49b5-ac54-e951770da212","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":"1cced3a2-a150-48ad-a0f7-7e5b812065e7","artifactVersion":"2","generatedFromUUID":"96bc3435-51b4-43f2-ae7a-892c4b031e50"},{"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":"MzY4YzhkZjUyNzlmOTY4ZDAyNzdiMTYwNTJjZmFhNDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"64790e8e-52ea-4f46-b10f-9d1faa571d27","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":"ZDhlZjA4NDdmMTI0OGMxZmVkZTc2ZTcwMDU2MDAyOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97ac84a0-d744-4d88-acc4-690082a09899","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90a0e0f4-5eb8-4db0-83a3-3607267b08ef","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:44:30.698Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:44:30.698Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:44:30.698Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:44:30.699Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:44:31.699Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:44:31.699Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:44:31.700Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:44:31.700Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:44:32.700Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:44:32.701Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:44:32.701Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:44:32.701Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:44:33.701Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:44:33.702Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:44:33.702Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:44:33.702Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:44:34.703Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:44:34.703Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:44:34.703Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:44:34.703Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:44:35.704Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:44:35.704Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:44:35.704Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:44:35.704Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:44:36.704Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:44:36.705Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:44:36.705Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:44:36.705Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:44:37.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:44:37.266Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: cached metadata has changed from (version90: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version91: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-04-01T06:44:37.281Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:44:37.281Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T06:44:37.286Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:44:37.287Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 50: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T06:44:37.303Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:44:37.303Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T06:44:37.303Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:44:37.308Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:44:37.308Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:44:37.308Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:44:37.308Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1951, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:44:37.309Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:44:37.309Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:44:37.706Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:44:37.706Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:44:37.706Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:44:37.706Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:44:38.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.325Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331380563,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331389961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:44:38.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331391741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
}
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331392742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
}
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331424002,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:44:38.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331435449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331437438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists"
}
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331438440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists"
}
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331469674,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.329Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:44:38.329Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.329Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:44:38.329Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:44:38.329Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:44:38.329Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:44:38.707Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b7464e9-6d23-4f1a-a639-f0a0ad3efc47",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "1ae5d246-d79a-4f01-80d0-0207f7887709",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2761a12a-a271-4116-bad3-d9a7086f4e0c",
      "resourceInvariantUUID": "777a4fd2-6905-45c6-a15e-00e0b884aa61",
      "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": "ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3a90a98d-9f57-445f-832b-3a47c8682ab0",
          "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": "96bc3435-51b4-43f2-ae7a-892c4b031e50",
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
            "generatedFromUUID": "96bc3435-51b4-43f2-ae7a-892c4b031e50"
          },
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90a0e0f4-5eb8-4db0-83a3-3607267b08ef"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:44:38.707Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:44:38.707Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC
2023-04-01T06:44:38.707Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f4a0b667-7242-474d-a1f8-09bba9315ce1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
ServiceInvariantUUID:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
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:90a0e0f4-5eb8-4db0-83a3-3607267b08ef
ArtifactChecksum:NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:1ae5d246-d79a-4f01-80d0-0207f7887709
ResourceInvariantUUID:777a4fd2-6905-45c6-a15e-00e0b884aa61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2761a12a-a271-4116-bad3-d9a7086f4e0c
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:3a90a98d-9f57-445f-832b-3a47c8682ab0
ArtifactChecksum:ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY=
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:96bc3435-51b4-43f2-ae7a-892c4b031e50
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:44:38.707Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:44:38.751Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:44:38.751Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:44:38.751Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:44:38.751Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-01T06:44:38.751Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:44:38.751Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:39.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:44:39.122Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 90a0e0f4-5eb8-4db0-83a3-3607267b08ef 82964
2023-04-01T06:44:39.123Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:39.123Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:39.123Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:44:39.123Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:44:39.123Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:44:39.123Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331479123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:44:40.124Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:44:40.125Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:44:40.125Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:44:40.127Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-01T06:44:40.127Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:44:40.127Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:44:40.213Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3738750944960929499/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T06:44:41.062Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:44:41.062Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:44:41.062Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:44:41.062Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:44:41.062Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:41.062Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:41.062Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:41.062Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:41.062Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:41.062Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:41.062Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:41.062Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:44:41.063Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:44:41.064Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:44:41.064Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:41.064Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:44:41.064Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:44:41.064Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:44:41.064Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:44:41.064Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:44:41.064Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:44:41.064Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:44:41.064Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:44:41.064Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:44:41.064Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:44:41.064Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T06:44:41.064Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T06:44:41.064Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:44:41.065Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c145e713-24cd-4ba8-a6c1-379c251df156
2023-04-01T06:44:41.065Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:44:41.065Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:41.065Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:44:41.065Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:41.065Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:44:41.065Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:41.065Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:44:41.065Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:41.065Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
Model Version:NULL
Model InvariantUuid:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c54629b9-eb6a-453f-8eb3-d6cf6f8348c9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:777a4fd2-6905-45c6-a15e-00e0b884aa61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1ae5d246-d79a-4f01-80d0-0207f7887709
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dfff1756-6614-47f2-9fa7-e61cbc49c457
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:dcb1002f-0e42-4966-938c-a4b617a68436
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c145e713-24cd-4ba8-a6c1-379c251df156
ModelInvariantUuid:04b23e99-bf5c-4475-b624-35bc118a60f4
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:daf8834e-b8ef-455b-aff7-624a4226c0c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5ea7b3b4-7cdb-46ff-b9eb-8764dcc6473f
ModelInvariantUuid:56fa5535-ffdf-4a3b-9100-37873a9a69d7
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d47dc4f4-4851-4c2e-b714-d306e76fe3f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:44:41.103Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||ERROR|500||Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists
2023-04-01T06:44:41.104Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:41.104Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists)
2023-04-01T06:44:41.104Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:44:41.105Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:44:41.105Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:44:41.105Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331481104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:44:42.106Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:44:42.106Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists)
2023-04-01T06:44:42.107Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:44:42.107Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:44:42.107Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:44:42.107Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331482106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:44:43.107Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:44:43.125Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:44:43.128Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:44:43.128Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:44:43.128Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:44:43.128Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:44:43.128Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:44:43.129Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:44:43.129Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:44:43.129Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:44:43.129Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:44:43.139Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:45:13.139Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:45:13.148Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and serviceModelVersionId: 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
2023-04-01T06:45:13.148Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
2023-04-01T06:45:13.149Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0
2023-04-01T06:45:13.155Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:45:13.175Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||Invoke
2023-04-01T06:45:13.175Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f4a0b667-7242-474d-a1f8-09bba9315ce1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d8b66f81-83c6-4b0c-87c0-a7deb602b95c], X-ECOMP-RequestID=[f4a0b667-7242-474d-a1f8-09bba9315ce1], X-TransactionId=[], X-ONAP-RequestID=[f4a0b667-7242-474d-a1f8-09bba9315ce1], Content-Type=[application/merge-patch+json]}
2023-04-01T06:45:13.182Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:45:13.343Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:45:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[278688], x-aai-txid=[1-aai-resources-230401-06:45:12:331-91297], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:45:13.343Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:45:13.344Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||InvokeReturn
2023-04-01T06:45:13.345Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:45:13.345Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:45:13.353Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:45:13.354Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4a0b667-7242-474d-a1f8-09bba9315ce1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:45:13.354Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:45:13.354Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:45:13.354Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:45:13.355Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331513354,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:45:14.380Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:45:14.381Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"501785e9-f1fd-4675-b2b8-533de86fc0eb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"41e29eb7-2992-4121-8ff3-983252f0e8f4","serviceDescription":"service","serviceInvariantUUID":"abadc27a-99ac-4198-888c-30a2573d6daf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c3d302d8-3273-4794-821a-a8d9ad08f1c4","resourceInvariantUUID":"9679e179-17a5-46ed-98c9-88b262e95ccb","resourceCustomizationUUID":"7a29e752-5e4d-4a57-a6b2-2c430710f011","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":"YzU4MjRkODI0ODQ3ZjhjMWQxN2JkZDQ3ZTMyM2Q3NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1270f5d2-ba55-4180-8d28-10f28a813a4c","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":"1bd27fb0-5c12-436f-be21-4fb3b7a0ff94","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":"0e4dbae7-c3df-417f-ab1c-19964d13e479","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":"NjUxYzVkNWZiZjZmOWE3ZjFiY2ZlMGRmOGM2YmMxNGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f9ffe5a0-fc60-4c48-8b36-3b61f746aa02","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":"d5f83ca6-9390-403a-8f14-e633ed114104","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":"b9b0eaf0-2cc2-4941-9b36-9cf4f4a8ce0b","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":"73d906b2-aa7f-47cc-a7f2-09d23acf1e03","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":"N2RkNTViY2ZjYmRlZDBmMjRjZTZiYjYxYTUxNjdjNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a7c193d-4650-432b-8c37-24d2e056dd34","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da488a63-d045-4e3b-9e46-0c19d314e5f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:45:14.381Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:45:14.381Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:45:14.381Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:45:14.381Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:45:15.382Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:45:15.382Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:45:15.382Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:45:15.382Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:45:16.383Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:45:16.383Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:45:16.383Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:45:16.383Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:45:17.384Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:45:17.384Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:45:17.385Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:45:17.385Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:45:18.385Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:45:18.386Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:45:18.386Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:45:18.386Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:45:19.387Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:45:19.387Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:45:19.387Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:45:19.387Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:45:20.388Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:45:20.388Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:45:20.389Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:45:20.389Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:45:21.389Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:45:21.390Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:45:21.390Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:45:21.390Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:45:22.391Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:45:22.391Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:45:22.391Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:45:22.392Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:45:23.392Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "41e29eb7-2992-4121-8ff3-983252f0e8f4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "abadc27a-99ac-4198-888c-30a2573d6daf",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7a29e752-5e4d-4a57-a6b2-2c430710f011",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c3d302d8-3273-4794-821a-a8d9ad08f1c4",
      "resourceInvariantUUID": "9679e179-17a5-46ed-98c9-88b262e95ccb",
      "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": "ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da488a63-d045-4e3b-9e46-0c19d314e5f4"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:45:23.393Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:45:23.393Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC
2023-04-01T06:45:23.393Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:501785e9-f1fd-4675-b2b8-533de86fc0eb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:41e29eb7-2992-4121-8ff3-983252f0e8f4
ServiceInvariantUUID:abadc27a-99ac-4198-888c-30a2573d6daf
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:da488a63-d045-4e3b-9e46-0c19d314e5f4
ArtifactChecksum:ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7a29e752-5e4d-4a57-a6b2-2c430710f011
ResourceInvariantUUID:9679e179-17a5-46ed-98c9-88b262e95ccb
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c3d302d8-3273-4794-821a-a8d9ad08f1c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:45:23.393Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:45:23.429Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:45:23.429Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:45:23.430Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:45:23.430Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-01T06:45:23.430Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:45:23.430Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:45:23.454Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T06:45:23.454Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2fd609e3
2023-04-01T06:45:23.455Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T06:45:23.456Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:45:23.456Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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 da488a63-d045-4e3b-9e46-0c19d314e5f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T06:45:23.456Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:45:23.456Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:45:23.456Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T06:45:23.456Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:45:23.457Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:45:23.457Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331523456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:45:24.457Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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:da488a63-d045-4e3b-9e46-0c19d314e5f4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:45:24.500Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists
2023-04-01T06:45:24.500Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:45:24.501Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists)
2023-04-01T06:45:24.501Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:45:24.501Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:45:24.501Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:45:24.501Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331524500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:45:25.502Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:45:25.503Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists)
2023-04-01T06:45:25.503Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:45:25.503Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:45:25.503Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:45:25.504Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331525502,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:45:26.504Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:45:26.525Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:45:26.529Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:45:26.529Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:45:26.529Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:45:26.529Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:45:26.529Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:45:26.530Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:45:26.530Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:45:26.530Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:45:26.530Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:45:26.543Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:45:37.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:45:37.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:45:37.274Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331479123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:45:37.275Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:45:37.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:45:37.275Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331481104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists"
}
2023-04-01T06:45:37.275Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:45:37.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:45:37.275Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331482106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists"
}
2023-04-01T06:45:37.275Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:45:37.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:45:37.275Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331513354,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:45:37.275Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:45:37.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:45:37.276Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:45:37.276Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:45:37.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:45:37.276Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:45:37.276Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:45:37.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:45:37.276Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:45:37.276Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:45:37.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:45:37.276Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:45:37.276Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:45:37.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:45:37.277Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:45:37.277Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:45:37.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:45:37.277Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:45:37.277Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:45:37.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:45:37.277Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:45:37.277Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:45:37.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:45:37.277Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:45:37.277Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:45:37.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:45:37.278Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680330778164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:45:37.278Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:45:37.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:45:37.278Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331523456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T06:45:37.278Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:45:37.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:45:37.278Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331524500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists"
}
2023-04-01T06:45:37.278Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:45:37.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T06:45:37.278Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331525502,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists"
}
2023-04-01T06:45:37.278Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:45:56.543Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:45:56.550Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and serviceModelVersionId: 41e29eb7-2992-4121-8ff3-983252f0e8f4
2023-04-01T06:45:56.551Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abadc27a-99ac-4198-888c-30a2573d6daf
2023-04-01T06:45:56.552Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0
2023-04-01T06:45:56.561Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:45:56.587Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:45:56.588Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||Invoke
2023-04-01T06:45:56.596Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:45:56.751Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||InvokeReturn
2023-04-01T06:45:56.751Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:45:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[262208], x-aai-txid=[2-aai-resources-230401-06:45:55:745-25800], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:45:56.751Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:45:56.751Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:45:56.752Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:45:56.759Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:45:56.759Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 501785e9-f1fd-4675-b2b8-533de86fc0eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:45:56.759Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:45:56.759Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:45:56.760Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:45:56.760Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331556759,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:45:57.787Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T06:45:57.788Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T06:45:57.788Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 0 disconnected.
2023-04-01T06:45:57.788Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 2 disconnected.
2023-04-01T06:45:57.789Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Cancelled in-flight METADATA request with correlation id 73974 due to node 2 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms)
2023-04-01T06:45:57.789Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T06:45:57.789Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T06:45:57.789Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T06:45:57.789Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T06:45:57.797Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-f5da6042-4875-4339-a779-2214d824395b
2023-04-01T06:45:57.797Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T06:45:57.798Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T06:45:57.798Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T06:45:58.676Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:46:01.685Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:46:04.695Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:46:07.704Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:46:10.714Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:46:13.725Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:46:16.735Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:46:19.747Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:46:22.765Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:46:25.777Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:46:28.791Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:46:31.802Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:46:34.812Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:46:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:46:37.282Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:46:37.283Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T06:46:37.289Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:46:37.289Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-f5da6042-4875-4339-a779-2214d824395b', protocol='range'}
2023-04-01T06:46:37.294Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:46:37.294Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:46:37.294Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:46:37.295Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:46:37.295Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:46:37.295Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:46:37.295Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 51: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-f5da6042-4875-4339-a779-2214d824395b=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T06:46:37.325Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-f5da6042-4875-4339-a779-2214d824395b', protocol='range'}
2023-04-01T06:46:37.326Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:46:37.326Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T06:46:37.326Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T06:46:37.326Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T06:46:37.326Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:46:37.332Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:46:37.332Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:46:37.332Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:46:37.332Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:46:37.332Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:46:37.332Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:46:37.332Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:46:37.332Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2002, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:46:37.332Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:46:37.333Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:46:37.333Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:46:37.333Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:46:37.436Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:46:37.436Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:46:37.437Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:46:37.437Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:46:37.437Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:46:37.437Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:46:38.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:46:38.350Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331556759,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:46:38.350Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:46:38.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:46:38.350Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:46:38.350Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:46:38.443Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:46:38.443Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:46:38.443Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:46:38.443Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:46:39.444Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:46:39.444Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:46:39.445Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:46:39.445Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:46:40.445Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:46:40.446Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:46:40.446Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:46:40.446Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:46:41.447Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:46:41.448Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:46:41.448Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:46:41.448Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:46:42.449Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:46:42.449Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:46:42.449Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:46:42.449Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:46:43.450Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:46:43.450Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:46:43.450Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:46:43.450Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:46:44.451Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:46:44.451Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:46:44.452Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T06:46:44.452Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:46:44.452Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:46:44.497Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:46:44.497Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:46:44.498Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:46:44.498Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T06:46:44.498Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:46:44.498Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T06:46:44.530Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T06:46:44.530Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7dc22620
2023-04-01T06:46:44.531Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T06:46:44.531Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T06:46:44.531Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T06:46:44.531Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T06:46:44.531Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T06:46:44.531Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T06:46:44.532Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:46:44.532Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:46:44.532Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331604531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:46:45.533Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T06:46:45.554Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:46:45.554Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:46:45.559Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T06:46:45.559Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T06:46:45.559Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T06:46:45.559Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:46:45.560Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T06:46:45.573Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T06:46:45.573Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4f78c8b8
2023-04-01T06:46:45.573Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T06:46:45.574Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T06:46:45.574Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T06:46:45.574Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T06:46:45.574Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T06:46:45.574Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T06:46:45.575Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:46:45.575Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:46:45.575Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331605574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:46:46.576Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:46:46.576Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:46:46.602Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:46:46.607Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:46:46.607Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:47:16.607Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:47:16.629Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:47:16.632Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:47:16.632Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:47:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:47:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:47:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:47:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:47:46.633Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:47:46.658Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:47:46.662Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:47:46.663Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:48:16.663Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:48:16.683Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:48:16.687Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:48:16.687Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:48:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:48:37.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:48:37.266Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:48:37.266Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:48:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:48:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:48:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:48:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:48:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T06:48:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:48:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:48:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:48:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:48:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:48:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:48:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:48:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:48:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331604531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T06:48:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:48:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T06:48:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331605574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T06:48:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:48:46.687Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:48:46.710Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:48:46.714Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:48:46.714Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:49:16.715Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:49:16.741Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:49:16.745Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:49:16.746Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:49:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:49:46.746Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:49:46.772Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:49:46.775Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:49:46.776Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:50:16.776Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:50:16.801Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:50:16.805Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:50:16.806Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:50:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:50:46.806Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:50:46.825Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:50:46.828Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:50:46.828Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:51:16.829Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:51:16.847Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:51:16.851Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:51:16.851Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T06:51:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:51:37.491Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T06:51:37.491Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-f5da6042-4875-4339-a779-2214d824395b 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-04-01T06:51:37.492Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T06:51:37.492Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T06:51:37.925Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:51:37.940Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:51:37.940Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T06:51:37.948Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:51:37.948Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 52: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T06:51:37.966Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:51:37.966Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T06:51:37.967Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:51:37.972Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:51:37.972Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:51:37.973Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:51:37.973Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2012, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:51:37.973Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:51:37.973Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:51:46.851Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T06:51:46.852Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:51:46.859Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T06:51:46.859Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T06:51:46.862Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T06:51:46.881Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:51:46.911Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:51:46.918Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T06:51:46.925Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T06:51:47.213Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T06:51:47.213Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:51:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[283], vertex-id=[168128], x-aai-txid=[2-aai-resources-230401-06:51:46:071-32530], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:51:47.213Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:51:47.216Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:51:47.216Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:51:47.227Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:51:47.227Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T06:51:47.227Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T06:51:47.227Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:51:47.228Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:51:47.228Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331907227,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:51:47.248Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:51:47.248Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331907227,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T06:51:47.248Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:51:48.256Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:51:48.256Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:51:48.257Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:51:48.257Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:51:48.257Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:51:48.258Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:51:49.259Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:51:49.259Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:51:49.259Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:51:49.259Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:51:50.260Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:51:50.260Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:51:50.260Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:51:50.260Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:51:51.261Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:51:51.261Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:51:51.261Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:51:51.262Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:51:52.262Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:51:52.262Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:51:52.263Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:51:52.263Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:51:53.263Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:51:53.263Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:51:53.263Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:51:53.263Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:51:54.264Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:51:54.265Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:51:54.265Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:51:54.266Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:51:55.267Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:51:55.267Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:51:55.267Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T06:51:55.268Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:51:55.268Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:51:55.307Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:51:55.307Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:51:55.307Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:51:55.307Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T06:51:55.307Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:51:55.307Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T06:51:55.606Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:51:55.610Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T06:51:55.610Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T06:51:55.610Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T06:51:55.610Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:51:55.610Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:51:55.611Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:51:55.611Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331915610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:51:56.611Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:51:56.612Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:51:56.612Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T06:51:56.612Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T06:51:56.613Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T06:51:56.613Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T06:51:56.759Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11315642166134806975/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-01T06:51:58.309Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:51:58.309Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:51:58.309Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T06:51:58.309Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T06:51:58.309Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:51:58.310Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:51:58.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:51:58.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:51:58.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:51:58.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:51:58.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:51:58.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T06:51:58.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:51:58.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:51:58.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:51:58.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:51:58.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:51:58.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:51:58.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:51:58.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:51:58.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:51:58.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:51:58.311Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:51:58.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:51:58.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:51:58.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:51:58.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:51:58.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:51:58.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:51:58.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T06:51:58.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:51:58.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:51:58.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:51:58.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:51:58.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:51:58.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:51:58.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:51:58.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T06:51:58.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:51:58.312Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:51:58.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:51:58.314Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:51:58.315Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:51:58.315Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:51:58.315Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T06:51:58.315Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T06:51:58.315Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:51:58.315Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:51:58.315Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:51:58.315Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:51:58.315Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:51:58.315Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:51:58.315Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:51:58.315Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:51:58.315Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:51:58.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T06:51:58.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T06:51:58.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T06:51:58.360Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:51:58.361Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:51:58.361Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:51:58.361Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331918360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:51:59.361Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T06:51:59.362Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T06:51:59.362Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:51:59.362Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:51:59.362Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:51:59.362Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331919361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:52:00.363Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:52:00.383Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:52:00.387Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:52:00.387Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:52:00.387Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:52:00.387Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:52:00.387Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:52:00.387Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:52:00.387Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:52:00.387Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:52:00.387Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:52:00.400Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:52:30.400Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:52:30.407Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T06:52:30.407Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T06:52:30.408Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T06:52:30.416Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:52:30.438Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:52:30.439Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T06:52:30.446Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:52:30.600Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T06:52:30.600Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:52:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[172224], x-aai-txid=[0-aai-resources-230401-06:52:29:592-11399], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:52:30.601Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:52:30.601Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:52:30.601Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:52:30.608Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:52:30.609Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:52:30.609Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:52:30.609Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:52:30.609Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:52:30.610Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331950609,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:52:31.635Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:52:31.636Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:52:31.636Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:52:31.636Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:52:31.636Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:52:31.637Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:52:32.637Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:52:32.638Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:52:32.638Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:52:32.638Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:52:33.639Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:52:33.639Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:52:33.639Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:52:33.639Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:52:34.639Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:52:34.640Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:52:34.640Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:52:34.640Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:52:35.640Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:52:35.640Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:52:35.640Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:52:35.641Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:52:36.641Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:52:36.641Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:52:36.641Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:52:36.642Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:52:37.265Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:52:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:52:37.272Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:52:37.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:52:37.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:52:37.273Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:52:37.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:52:37.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:52:37.274Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:52:37.274Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:52:37.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:52:37.274Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:52:37.274Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:52:37.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:52:37.275Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T06:52:37.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:52:37.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:52:37.275Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:52:37.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:52:37.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:52:37.276Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:52:37.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:52:37.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:52:37.276Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331915610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:52:37.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:52:37.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:52:37.277Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331918360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T06:52:37.277Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:52:37.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:52:37.277Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331919361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T06:52:37.277Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:52:37.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:52:37.277Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331950609,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:52:37.278Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:52:37.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:52:37.278Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:52:37.278Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:52:37.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:52:37.278Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:52:37.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:52:37.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:52:37.279Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:52:37.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:52:37.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:52:37.280Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:52:37.280Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:52:37.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:52:37.280Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T06:52:37.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:52:37.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:52:37.281Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:52:37.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:52:37.642Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:52:37.642Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:52:37.643Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:52:37.643Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:52:38.643Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:52:38.643Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:52:38.644Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T06:52:38.644Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:52:38.644Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:52:38.690Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:52:38.691Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:52:38.691Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:52:38.691Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T06:52:38.691Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:52:38.691Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T06:52:39.039Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:52:39.042Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T06:52:39.043Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T06:52:39.043Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T06:52:39.043Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:52:39.043Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:52:39.044Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:52:39.044Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331959043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:52:40.045Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:52:40.046Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:52:40.046Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:52:40.047Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T06:52:40.048Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:52:40.048Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:52:40.182Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16222678421780800822/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-01T06:52:41.820Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:52:41.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:52:41.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T06:52:41.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T06:52:41.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:52:41.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T06:52:41.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:52:41.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:52:41.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:52:41.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:52:41.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:52:41.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:52:41.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:52:41.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:52:41.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T06:52:41.821Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:52:41.822Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:52:41.822Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:52:41.822Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:52:41.822Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:52:41.822Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:52:41.822Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:52:41.822Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:52:41.822Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:52:41.822Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:52:41.822Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:52:41.822Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:52:41.822Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:52:41.822Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:52:41.822Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:52:41.822Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:52:41.822Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:52:41.823Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T06:52:41.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:52:41.825Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T06:52:41.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T06:52:41.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T06:52:41.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T06:52:41.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T06:52:41.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T06:52:41.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T06:52:41.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T06:52:41.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T06:52:41.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:52:41.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:52:41.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:52:41.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:52:41.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:52:41.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:52:41.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:52:41.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:52:41.826Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:52:41.866Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T06:52:41.867Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T06:52:41.867Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T06:52:41.867Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:52:41.867Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:52:41.867Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:52:41.867Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331961867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:52:42.868Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T06:52:42.868Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T06:52:42.868Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:52:42.868Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:52:42.869Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:52:42.869Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331962868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:52:43.869Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:52:43.886Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:52:43.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:52:43.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:52:43.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:52:43.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:52:43.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:52:43.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:52:43.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:52:43.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:52:43.891Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:52:43.908Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:53:13.908Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:53:13.916Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T06:53:13.916Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T06:53:13.917Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T06:53:13.923Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:53:13.947Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T06:53:13.948Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b5a41374-8058-4445-8ae2-d510c07c229e], X-ECOMP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-TransactionId=[], X-ONAP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], Content-Type=[application/merge-patch+json]}
2023-04-01T06:53:13.954Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:53:14.117Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:53:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[188560], x-aai-txid=[2-aai-resources-230401-06:53:13:102-94482], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:53:14.118Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:53:14.119Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T06:53:14.119Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:53:14.119Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:53:14.127Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:53:14.127Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:53:14.127Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:53:14.128Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:53:14.128Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:53:14.129Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331994127,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:53:15.156Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:53:15.157Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:53:15.157Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:53:15.157Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:53:15.158Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:53:15.158Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:53:16.158Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:53:16.159Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:53:16.159Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:53:16.159Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:53:17.159Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:53:17.160Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:53:17.160Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T06:53:17.160Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T06:53:17.160Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:53:17.208Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:53:17.209Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:53:17.209Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:53:17.209Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T06:53:17.209Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:53:17.209Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T06:53:17.657Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:53:17.659Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T06:53:17.659Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T06:53:17.659Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T06:53:17.659Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:53:17.659Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:53:17.659Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:53:17.660Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331997659,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:53:18.660Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:53:18.661Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:53:18.661Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:53:18.662Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T06:53:18.662Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:53:18.662Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:53:18.740Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17914043154593336819/Definitions/service-BasicNetwork-template.yml
2023-04-01T06:53:19.087Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:53:19.088Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:53:19.088Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:53:19.088Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T06:53:19.088Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:53:19.088Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:53:19.088Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:53:19.088Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:53:19.088Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:53:19.088Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:53:19.088Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:53:19.088Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T06:53:19.088Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:53:19.088Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:53:19.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:53:19.127Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T06:53:19.127Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T06:53:19.127Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T06:53:19.127Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:53:19.127Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:53:19.127Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:53:19.127Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331999127,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:53:20.128Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T06:53:20.128Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T06:53:20.129Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:53:20.129Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:53:20.129Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:53:20.130Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332000128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:53:21.130Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:53:21.160Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:53:21.164Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:53:21.165Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:53:21.165Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:53:21.165Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:53:21.165Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:53:21.165Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:53:21.165Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:53:21.165Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:53:21.165Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:53:21.180Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:53:37.265Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:53:37.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:53:37.266Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:53:37.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:53:51.180Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:53:51.192Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T06:53:51.193Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T06:53:51.194Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T06:53:51.202Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:53:51.225Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T06:53:51.226Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[29d01c76-5143-41b8-924b-25468f6ae26e], X-ECOMP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-TransactionId=[], X-ONAP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], Content-Type=[application/merge-patch+json]}
2023-04-01T06:53:51.233Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:53:51.374Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:53:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[192576], x-aai-txid=[2-aai-resources-230401-06:53:50:380-91924], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:53:51.374Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:53:51.375Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T06:53:51.375Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:53:51.375Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:53:51.382Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:53:51.382Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:53:51.382Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:53:51.383Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:53:51.383Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:53:51.383Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332031382,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:53:52.411Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:53:52.411Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:53:52.412Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:53:52.412Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:53:52.412Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:53:52.412Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:53:53.413Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:53:53.414Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:53:53.414Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:53:53.415Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:53:54.416Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:53:54.416Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:53:54.416Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:53:54.417Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:53:55.418Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:53:55.419Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:53:55.419Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:53:55.419Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:53:56.421Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:53:56.421Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:53:56.421Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:53:56.421Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:53:57.421Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:53:57.422Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:53:57.422Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:53:57.422Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:53:58.423Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:53:58.423Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:53:58.423Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:53:58.423Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:53:59.425Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:53:59.425Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:53:59.425Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:53:59.425Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:54:00.426Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:54:00.427Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:54:00.427Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T06:54:00.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:54:00.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:54:00.474Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:54:00.475Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:54:00.475Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:54:00.475Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:54:00.475Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:54:00.475Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:54:00.741Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:54:00.743Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T06:54:00.744Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T06:54:00.744Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:54:00.744Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:54:00.744Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:54:00.745Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:54:00.745Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332040744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:54:01.746Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:54:01.747Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:54:01.747Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:54:01.747Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:54:01.749Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:54:01.749Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:54:01.888Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP819052823223597388/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T06:54:02.425Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:54:02.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:54:02.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:54:02.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:54:02.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:54:02.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:54:02.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:54:02.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:54:02.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:54:02.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:54:02.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T06:54:02.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:54:02.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:02.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:54:02.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T06:54:02.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:54:02.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:54:02.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:02.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:54:02.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T06:54:02.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:54:02.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:54:02.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:02.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:54:02.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:02.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:54:02.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:02.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:54:02.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:02.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:54:02.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:02.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:54:02.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:54:02.474Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T06:54:02.474Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T06:54:02.474Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T06:54:02.475Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:54:02.475Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:54:02.475Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:54:02.475Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332042474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:54:03.475Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T06:54:03.476Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T06:54:03.476Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:54:03.476Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:54:03.476Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:54:03.476Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332043475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:54:04.478Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:54:04.503Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:54:04.508Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:54:04.508Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:54:04.508Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:54:04.508Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:54:04.508Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:54:04.508Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:54:04.508Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:54:04.508Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:54:04.508Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:54:04.522Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:54:34.523Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:54:34.533Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T06:54:34.534Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T06:54:34.534Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T06:54:34.541Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:54:34.567Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T06:54:34.567Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[98016aed-0a09-4370-b5e8-82de56b27519], X-ECOMP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-TransactionId=[], X-ONAP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], Content-Type=[application/merge-patch+json]}
2023-04-01T06:54:34.575Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:54:34.727Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:54:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[221344], x-aai-txid=[2-aai-resources-230401-06:54:33:722-27802], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:54:34.728Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:54:34.728Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T06:54:34.728Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:54:34.728Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:54:34.735Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:54:34.736Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:54:34.736Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:54:34.736Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:54:34.736Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:54:34.736Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332074736,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:54:35.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:54:35.768Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:54:35.769Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:54:35.769Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:54:35.770Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:54:35.770Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:54:36.770Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:54:36.770Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:54:36.771Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:54:36.771Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:54:37.265Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:54:37.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:54:37.266Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331959043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:54:37.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:54:37.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:54:37.266Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331961867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T06:54:37.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:54:37.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:54:37.266Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331962868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T06:54:37.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:54:37.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:54:37.266Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331994127,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:54:37.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:54:37.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:54:37.267Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:54:37.267Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:54:37.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:54:37.267Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:54:37.267Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:54:37.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:54:37.267Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331997659,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:54:37.267Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:54:37.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:54:37.267Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331999127,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T06:54:37.267Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:54:37.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:54:37.267Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332000128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T06:54:37.267Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:54:37.771Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:54:37.772Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:54:37.772Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:54:37.772Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:54:38.773Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:54:38.773Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:54:38.773Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:54:38.773Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:54:39.774Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:54:39.774Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:54:39.774Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:54:39.774Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:54:40.775Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:54:40.775Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:54:40.776Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:54:40.776Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:54:41.776Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:54:41.777Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:54:41.777Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:54:41.777Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:54:42.779Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:54:42.779Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:54:42.779Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T06:54:42.780Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:54:42.780Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:54:42.818Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:54:42.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:54:42.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:54:42.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T06:54:42.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:54:42.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T06:54:43.320Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:54:43.323Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T06:54:43.323Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T06:54:43.323Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T06:54:43.323Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:54:43.323Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:54:43.323Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:54:43.323Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332083323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:54:44.324Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:54:44.325Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:54:44.325Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:54:44.326Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T06:54:44.326Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:54:44.326Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:54:44.418Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18310642207478736310/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T06:54:45.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:54:45.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:54:45.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:54:45.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:54:45.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:54:45.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:54:45.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:54:45.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:54:45.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:54:45.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:54:45.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T06:54:45.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:54:45.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:45.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:54:45.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:54:45.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:54:45.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:54:45.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:45.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:54:45.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:54:45.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:54:45.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:54:45.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:45.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:54:45.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:45.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T06:54:45.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T06:54:45.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T06:54:45.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T06:54:45.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:54:45.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:54:45.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:45.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T06:54:45.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:45.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:54:45.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:54:45.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:45.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:54:45.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:54:45.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:45.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T06:54:45.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:54:45.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:45.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T06:54:45.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T06:54:45.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:54:45.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T06:54:45.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:45.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:54:45.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:45.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:54:45.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:45.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:54:45.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:54:45.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:54:45.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:54:45.379Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T06:54:45.380Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T06:54:45.380Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T06:54:45.380Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:54:45.380Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:54:45.380Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:54:45.380Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332085380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:54:46.381Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T06:54:46.381Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T06:54:46.381Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:54:46.382Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:54:46.382Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:54:46.382Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332086381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:54:47.383Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:54:47.406Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:54:47.410Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:54:47.410Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:54:47.411Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:54:47.411Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:54:47.411Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:54:47.411Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:54:47.411Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:54:47.411Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:54:47.411Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:54:47.423Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:55:17.423Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:55:17.435Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T06:55:17.435Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T06:55:17.435Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T06:55:17.441Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:55:17.458Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T06:55:17.458Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[af3944a3-7f27-403d-857a-ebb76dfb2307], X-ECOMP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-TransactionId=[], X-ONAP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], Content-Type=[application/merge-patch+json]}
2023-04-01T06:55:17.465Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:55:17.598Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:55:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[200848], x-aai-txid=[0-aai-resources-230401-06:55:16:613-67687], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:55:17.599Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:55:17.599Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T06:55:17.600Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:55:17.600Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:55:17.608Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:55:17.609Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:55:17.609Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:55:17.609Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:55:17.609Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:55:17.609Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332117609,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:55:18.634Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:55:18.634Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"efccc4c5-7bb8-41cf-a6f1-9349eb35981a","serviceName":"Demo_pNF_Ic9dwGek3O8urfndll23","serviceVersion":"1.0","serviceUUID":"508389d7-38f7-47fd-bd41-20662b25b49f","serviceDescription":"catalog service description","serviceInvariantUUID":"0c7ab211-5fee-4b5a-bec9-64020478b0d6","resources":[{"resourceInstanceName":"pNF 714be145-f272 0","resourceName":"pNF 714be145-f272","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a88b7f5-eb0f-4834-8b28-b493ad94df97","resourceInvariantUUID":"d433ff3f-bd27-4f50-9a82-92c827585226","resourceCustomizationUUID":"1e941aea-4b3a-4cce-abb2-10cfdf34307e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml","artifactChecksum":"NjU5MzlhODFlOGE1N2EwYTMxYzIwYTMwNmU1YWE3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e040a26-adca-4b38-9d2e-fdfcfef6d9e1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1d3a0bb-10d9-439a-ae6b-df81971675e9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6015e29b-2f4a-410f-82e3-806118e18502","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml","artifactChecksum":"MTYwNGM5OGNmMmVlNGI4Yjg5ZGNmZTY2OGUyOTJiZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32dc7eae-06c0-4612-a8d9-3dfbfd0d28bf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60dd7381-89ba-45dd-a9da-027a43838703","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8f86f18-4d48-4f98-b9a5-9d23ac6f4ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactChecksum":"NjVhNGRmZmExYzg1ZDZkZjljNDYzNDkzZDQ2MTYxMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da026c00-e8ae-4986-a794-33fb54386015","artifactVersion":"1"},{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactChecksum":"NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48e8d3b4-539a-49e9-b8f3-1c68661898e1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:55:18.634Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:55:18.635Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:55:18.635Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:55:18.635Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:55:19.635Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:55:19.636Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:55:19.636Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:55:19.636Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:55:20.637Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:55:20.637Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:55:20.637Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:55:20.637Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:55:21.638Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:55:21.638Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:55:21.638Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:55:21.638Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:55:22.639Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:55:22.639Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:55:22.639Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:55:22.639Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:55:23.639Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:55:23.640Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:55:23.640Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:55:23.640Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:55:24.640Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:55:24.640Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:55:24.641Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:55:24.641Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:55:25.641Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:55:25.641Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:55:25.641Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:55:25.641Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:55:26.642Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "serviceName": "Demo_pNF_Ic9dwGek3O8urfndll23",
  "serviceVersion": "1.0",
  "serviceUUID": "508389d7-38f7-47fd-bd41-20662b25b49f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c7ab211-5fee-4b5a-bec9-64020478b0d6",
  "resources": [
    {
      "resourceInstanceName": "pNF 714be145-f272 0",
      "resourceCustomizationUUID": "1e941aea-4b3a-4cce-abb2-10cfdf34307e",
      "resourceName": "pNF 714be145-f272",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2a88b7f5-eb0f-4834-8b28-b493ad94df97",
      "resourceInvariantUUID": "d433ff3f-bd27-4f50-9a82-92c827585226",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactChecksum": "NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48e8d3b4-539a-49e9-b8f3-1c68661898e1"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:55:26.642Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:55:26.642Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 508389d7-38f7-47fd-bd41-20662b25b49f ASDC
2023-04-01T06:55:26.643Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:efccc4c5-7bb8-41cf-a6f1-9349eb35981a
ServiceName:Demo_pNF_Ic9dwGek3O8urfndll23
ServiceVersion:1.0
ServiceUUID:508389d7-38f7-47fd-bd41-20662b25b49f
ServiceInvariantUUID:0c7ab211-5fee-4b5a-bec9-64020478b0d6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactUUID:48e8d3b4-539a-49e9-b8f3-1c68661898e1
ArtifactChecksum:NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 714be145-f272 0
ResourceCustomizationUUID:1e941aea-4b3a-4cce-abb2-10cfdf34307e
ResourceInvariantUUID:d433ff3f-bd27-4f50-9a82-92c827585226
ResourceName:pNF 714be145-f272
ResourceType:PNF
ResourceUUID:2a88b7f5-eb0f-4834-8b28-b493ad94df97
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:55:26.643Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 508389d7-38f7-47fd-bd41-20662b25b49f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:55:26.688Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:55:26.688Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:55:26.689Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:55:26.689Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 from URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:55:26.689Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:55:26.689Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:55:27.011Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:55:27.015Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar 48e8d3b4-539a-49e9-b8f3-1c68661898e1 87995
2023-04-01T06:55:27.015Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T06:55:27.015Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:55:27.015Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:55:27.015Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:55:27.015Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:55:27.016Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332127015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:55:28.016Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:55:28.017Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:55:28.017Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1, URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar to file: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:55:28.018Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:55:28.019Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:55:28.019Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:55:28.110Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11832181527462254616/Definitions/service-DemoPnfIc9dwgek3o8urfndll23-template.yml
2023-04-01T06:55:28.691Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:55:28.691Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:55:28.691Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:55:28.691Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:55:28.691Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:55:28.691Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 714be145-f272 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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:55:28.691Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:55:28.691Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:55:28.691Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:55:28.691Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:55:28.691Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T06:55:28.691Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:55:28.691Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:55:28.691Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:55:28.691Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T06:55:28.691Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:55:28.692Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:55:28.692Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:55:28.692Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:55:28.692Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T06:55:28.692Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:55:28.692Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:55:28.692Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:55:28.692Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:55:28.692Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:55:28.692Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:55:28.692Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:55:28.692Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:55:28.692Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:55:28.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:55:28.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:55:28.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:55:28.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Ic9dwGek3O8urfndll23
Description:catalog service description
Model UUID:508389d7-38f7-47fd-bd41-20662b25b49f
Model Version:NULL
Model InvariantUuid:0c7ab211-5fee-4b5a-bec9-64020478b0d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:55:28.731Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists
2023-04-01T06:55:28.731Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T06:55:28.731Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists)
2023-04-01T06:55:28.731Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:55:28.731Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:55:28.731Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:55:28.731Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332128731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:55:29.732Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T06:55:29.732Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists)
2023-04-01T06:55:29.732Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:55:29.732Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:55:29.732Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:55:29.732Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332129732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:55:30.733Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:55:30.758Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:55:30.762Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:55:30.763Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:55:30.763Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:55:30.763Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:55:30.763Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:55:30.763Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:55:30.763Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:55:30.763Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:55:30.763Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:55:30.777Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:55:37.265Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:55:37.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:55:37.267Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332031382,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:55:37.268Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:55:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:55:37.268Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:55:37.268Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:55:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:55:37.268Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:55:37.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:55:37.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:55:37.269Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:55:37.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:55:37.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:55:37.269Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:55:37.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:55:37.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:55:37.270Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:55:37.270Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:55:37.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:55:37.271Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:55:37.271Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:55:37.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:55:37.271Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:55:37.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:55:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:55:37.272Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:55:37.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:55:37.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:55:37.273Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332040744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:55:37.274Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:55:37.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:55:37.274Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332042474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T06:55:37.274Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:55:37.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:55:37.275Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332043475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T06:55:37.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:55:37.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:55:37.275Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332074736,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:55:37.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:55:37.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:55:37.276Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:55:37.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:55:37.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:55:37.276Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:55:37.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:00.778Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:56:00.789Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and serviceModelVersionId: 508389d7-38f7-47fd-bd41-20662b25b49f
2023-04-01T06:56:00.789Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c7ab211-5fee-4b5a-bec9-64020478b0d6
2023-04-01T06:56:00.790Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0
2023-04-01T06:56:00.795Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:56:00.811Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T06:56:00.812Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||Invoke
2023-04-01T06:56:00.818Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:56:00.967Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||InvokeReturn
2023-04-01T06:56:00.968Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:55:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[262192], x-aai-txid=[0-aai-resources-230401-06:55:59:965-55905], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:56:00.968Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:56:00.968Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:56:00.969Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:56:00.977Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:56:00.977Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efccc4c5-7bb8-41cf-a6f1-9349eb35981a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:56:00.977Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:56:00.978Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:00.978Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:00.978Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332160977,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:56:02.007Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:56:02.007Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"5b45de55-3695-452f-9983-9028c5d19e44","serviceName":"Demo_pNF_T3B6zbSGi2YaADhQk31n","serviceVersion":"1.0","serviceUUID":"0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce","serviceDescription":"catalog service description","serviceInvariantUUID":"53a72de3-783e-4b47-b1de-0a636a89ab5c","resources":[{"resourceInstanceName":"pNF 16fd43e8-271b 0","resourceName":"pNF 16fd43e8-271b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d508e38c-c0fa-4a4d-9625-eb3b8160f955","resourceInvariantUUID":"e0c45bf9-a664-4da1-a4af-6cca8f95a224","resourceCustomizationUUID":"88fa0cd3-4226-4714-8744-fb73ed71935e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml","artifactChecksum":"YjUyMjQ2MzM0ZTYzMWY2ZTQ3OGU0N2FiMDM5MzQ1MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"657b817d-7d0e-44c2-94ac-231ba194e947","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c8d24aa5-0656-462d-8ed0-090aa89b712f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28f516db-5f2e-4b3d-9fa5-c4e51a8f54e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml","artifactChecksum":"YzhmZWViYWMwMjhlY2VkZDFiZDZjNGVkYWU0OGFmYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14cb3a33-a56a-47db-afe8-dc6502ca836c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2138386-4a06-4fbc-93b3-fe0b6f0a0bfc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"450a51c0-1ad1-432b-87c0-0ec0c73f9990","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactChecksum":"NDQ4ZWFlYmQ3OGQ0N2M5OWE2ZGFlYTQ4YzM2MzM5ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5e828e-6ec8-4cc1-b187-c0bd8c97a387","artifactVersion":"1"},{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactChecksum":"ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7094e1e0-36ad-4848-a315-00b0c9b42a72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:56:02.007Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:56:02.007Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:02.007Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:02.007Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:03.009Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:56:03.009Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:03.009Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:03.009Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:04.010Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:56:04.010Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:04.010Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:04.011Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:05.012Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:56:05.012Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:05.012Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:05.012Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:06.013Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:56:06.013Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:06.014Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:06.014Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:07.015Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:56:07.015Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:07.015Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:07.015Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:08.016Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:56:08.016Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:08.016Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:08.016Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:09.017Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:56:09.018Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:09.018Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:09.018Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:10.019Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "serviceName": "Demo_pNF_T3B6zbSGi2YaADhQk31n",
  "serviceVersion": "1.0",
  "serviceUUID": "0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "53a72de3-783e-4b47-b1de-0a636a89ab5c",
  "resources": [
    {
      "resourceInstanceName": "pNF 16fd43e8-271b 0",
      "resourceCustomizationUUID": "88fa0cd3-4226-4714-8744-fb73ed71935e",
      "resourceName": "pNF 16fd43e8-271b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d508e38c-c0fa-4a4d-9625-eb3b8160f955",
      "resourceInvariantUUID": "e0c45bf9-a664-4da1-a4af-6cca8f95a224",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactChecksum": "ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7094e1e0-36ad-4848-a315-00b0c9b42a72"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:56:10.020Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:56:10.020Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC
2023-04-01T06:56:10.020Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5b45de55-3695-452f-9983-9028c5d19e44
ServiceName:Demo_pNF_T3B6zbSGi2YaADhQk31n
ServiceVersion:1.0
ServiceUUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
ServiceInvariantUUID:53a72de3-783e-4b47-b1de-0a636a89ab5c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactUUID:7094e1e0-36ad-4848-a315-00b0c9b42a72
ArtifactChecksum:ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 16fd43e8-271b 0
ResourceCustomizationUUID:88fa0cd3-4226-4714-8744-fb73ed71935e
ResourceInvariantUUID:e0c45bf9-a664-4da1-a4af-6cca8f95a224
ResourceName:pNF 16fd43e8-271b
ResourceType:PNF
ResourceUUID:d508e38c-c0fa-4a4d-9625-eb3b8160f955
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:56:10.020Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:56:10.064Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:56:10.065Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:56:10.065Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:56:10.065Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 from URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:56:10.065Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:56:10.065Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:56:10.381Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:56:10.383Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar 7094e1e0-36ad-4848-a315-00b0c9b42a72 88007
2023-04-01T06:56:10.384Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T06:56:10.384Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:56:10.384Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:56:10.384Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:10.384Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:10.384Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332170384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:11.385Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:56:11.386Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:56:11.386Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72, URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar to file: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:56:11.387Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:56:11.387Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:56:11.388Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:56:11.531Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7383537622511305407/Definitions/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml
2023-04-01T06:56:12.099Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:56:12.099Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:56:12.099Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:56:12.099Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:56:12.099Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:56:12.099Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:56:12.099Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:56:12.099Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:56:12.099Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 16fd43e8-271b 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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:56:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:56:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T06:56:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:56:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:56:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T06:56:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:56:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:56:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:56:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T06:56:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:56:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:56:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:56:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:56:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:56:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:56:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T06:56:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_T3B6zbSGi2YaADhQk31n
Description:catalog service description
Model UUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
Model Version:NULL
Model InvariantUuid:53a72de3-783e-4b47-b1de-0a636a89ab5c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:56:12.142Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||ERROR|500||Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists
2023-04-01T06:56:12.143Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T06:56:12.143Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists)
2023-04-01T06:56:12.143Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:56:12.143Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:12.143Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:12.144Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332172143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:13.144Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T06:56:13.145Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists)
2023-04-01T06:56:13.145Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:56:13.145Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:13.145Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:13.145Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332173144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:14.146Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:56:14.171Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:56:14.175Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:56:14.176Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:56:14.176Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:56:14.176Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:56:14.176Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:56:14.176Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:56:14.176Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:56:14.176Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:56:14.177Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:56:14.195Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:56:37.265Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:37.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.267Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:56:37.268Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.268Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:56:37.268Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.268Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T06:56:37.268Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.268Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:56:37.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.269Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:56:37.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.269Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332083323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:56:37.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.269Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332085380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T06:56:37.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.269Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332086381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T06:56:37.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.269Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332117609,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:56:37.270Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.270Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:56:37.270Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.270Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:56:37.271Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.271Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:56:37.271Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.271Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:56:37.271Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332127015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332128731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
}
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332129732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
}
2023-04-01T06:56:37.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:56:44.195Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:56:44.209Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b45de55-3695-452f-9983-9028c5d19e44 and serviceModelVersionId: 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
2023-04-01T06:56:44.209Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53a72de3-783e-4b47-b1de-0a636a89ab5c
2023-04-01T06:56:44.210Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0
2023-04-01T06:56:44.216Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:56:44.242Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||Invoke
2023-04-01T06:56:44.242Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[837b6fdc-ab4c-4695-9d28-4ee916badf6f], X-ECOMP-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], X-TransactionId=[], X-ONAP-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], Content-Type=[application/merge-patch+json]}
2023-04-01T06:56:44.250Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:56:44.424Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:56:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[171], vertex-id=[250016], x-aai-txid=[1-aai-resources-230401-06:56:43:397-72844], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:56:44.425Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:56:44.425Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||InvokeReturn
2023-04-01T06:56:44.426Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:56:44.426Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:56:44.433Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:56:44.433Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b45de55-3695-452f-9983-9028c5d19e44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:56:44.433Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:56:44.433Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:44.434Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:44.434Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332204433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:56:45.460Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:56:45.460Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1314236a-cd6a-41a1-8281-e09a18d9fe21","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f26e5059-2fa3-46e4-bb31-bb140b69081a","serviceDescription":"service","serviceInvariantUUID":"ee0afdf1-fed7-44ee-a6b7-83cdbd151b97","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1818899-835f-4d40-a5ee-e02a1724ab39","resourceInvariantUUID":"1af08c65-dff4-49fc-afa2-5e2c421c946b","resourceCustomizationUUID":"93353038-149d-4ead-bcfe-2faf7b1527c6","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":"Mzc0MmM3Y2QwZmUwMjljZWFlZmVjMzJiOWY0NWNiYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0399e894-f11b-48ab-ab07-684422fc26a1","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":"NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f6611bc-f2b0-4d20-947d-90858cc60f6a","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":"a29c38d8-dd9d-4ae1-910b-1426b62e2777","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":"e31356fa-e238-4fec-8b1a-a20f57a73f84","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":"43f30c31-5224-4085-b5f9-b1d8a11fee3b","artifactVersion":"2","generatedFromUUID":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9"},{"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":"d61625a5-f2ed-4814-8a3c-2ffd8497b076","artifactVersion":"2","generatedFromUUID":"a29c38d8-dd9d-4ae1-910b-1426b62e2777"},{"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":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9","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":"7b627770-368d-414e-91cf-3778905e2fb8","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":"NjY3ZDM4NmQ3MzExYTNiMWE4YTQ0NWM3NmVhYmY1NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79a0639f-3caf-4dba-adbe-5eec58d704c5","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1898e78b-af65-4926-9400-00b38f3e5f77","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:56:45.460Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:56:45.461Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:45.461Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:45.461Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:46.461Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:56:46.462Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:46.462Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:46.462Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:47.463Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:56:47.464Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:47.464Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:47.464Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:48.465Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:56:48.465Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:48.465Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:48.465Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:49.467Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:56:49.467Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:49.467Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:49.467Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:50.468Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:56:50.469Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:50.469Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:50.469Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:51.470Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:56:51.470Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:51.470Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:51.471Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:52.473Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:56:52.473Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:52.473Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:52.473Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:53.474Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:56:53.474Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:53.474Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:53.475Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:54.475Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:56:54.476Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:54.476Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:54.476Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:55.477Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f26e5059-2fa3-46e4-bb31-bb140b69081a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee0afdf1-fed7-44ee-a6b7-83cdbd151b97",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "93353038-149d-4ead-bcfe-2faf7b1527c6",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a1818899-835f-4d40-a5ee-e02a1724ab39",
      "resourceInvariantUUID": "1af08c65-dff4-49fc-afa2-5e2c421c946b",
      "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": "NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1f6611bc-f2b0-4d20-947d-90858cc60f6a",
          "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": "a29c38d8-dd9d-4ae1-910b-1426b62e2777",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
            "generatedFromUUID": "a29c38d8-dd9d-4ae1-910b-1426b62e2777"
          },
          "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": "43f30c31-5224-4085-b5f9-b1d8a11fee3b",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
          "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": "d7b3ac90-ed11-4955-8c35-9548ba9a0ec9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1898e78b-af65-4926-9400-00b38f3e5f77"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:56:55.477Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:56:55.478Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC
2023-04-01T06:56:55.478Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1314236a-cd6a-41a1-8281-e09a18d9fe21
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
ServiceInvariantUUID:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
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:1898e78b-af65-4926-9400-00b38f3e5f77
ArtifactChecksum:ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:93353038-149d-4ead-bcfe-2faf7b1527c6
ResourceInvariantUUID:1af08c65-dff4-49fc-afa2-5e2c421c946b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:a1818899-835f-4d40-a5ee-e02a1724ab39
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:1f6611bc-f2b0-4d20-947d-90858cc60f6a
ArtifactChecksum:NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI=
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:a29c38d8-dd9d-4ae1-910b-1426b62e2777
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:43f30c31-5224-4085-b5f9-b1d8a11fee3b
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:d7b3ac90-ed11-4955-8c35-9548ba9a0ec9
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:56:55.478Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:56:55.530Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:56:55.531Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:56:55.531Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:56:55.531Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-01T06:56:55.531Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:56:55.532Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:55.845Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:56:55.849Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 1898e78b-af65-4926-9400-00b38f3e5f77 163251
2023-04-01T06:56:55.850Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:55.850Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:55.850Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:56:55.850Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:55.850Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:55.850Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332215850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:56.851Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:56:56.852Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:56:56.852Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:56:56.853Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-01T06:56:56.853Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:56:56.854Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:56:56.941Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8002389397443250474/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-01T06:56:57.779Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:56:57.780Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:56:57.780Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T06:56:57.780Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-01T06:56:57.780Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:57.780Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:57.780Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:57.780Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:57.780Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:56:57.780Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:57.781Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:57.781Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:56:57.781Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:56:57.781Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:57.781Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:57.782Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:57.782Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:56:57.782Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:56:57.782Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:57.782Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:57.782Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:57.782Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:57.783Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T06:56:57.783Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-01T06:56:57.783Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-01T06:56:57.783Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:56:57.783Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:57.784Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:57.784Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:57.784Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:56:57.784Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:56:57.785Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:57.785Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:56:57.785Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:56:57.785Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:57.785Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:56:57.786Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:56:57.786Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:57.786Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T06:56:57.786Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:56:57.786Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:57.786Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T06:56:57.786Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-01T06:56:57.787Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=afe00e20-951f-4d2d-bb1a-0a9c40fed98e
2023-04-01T06:56:57.787Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:57.787Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:57.787Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:57.787Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:57.788Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:57.788Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:57.788Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:56:57.788Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:57.789Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
Model Version:NULL
Model InvariantUuid:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:4dfdcd0c-b0e2-4c2f-b132-eab399cc6814
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1af08c65-dff4-49fc-afa2-5e2c421c946b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:93353038-149d-4ead-bcfe-2faf7b1527c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cbbb0e3f-c936-4bd0-b425-d2a5d86e13e5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a87649e1-f718-416f-ac14-50b6a992f7d7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:cb4a155e-2310-4c2d-b442-5fab53892d7f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:5c04c4b8-e0e7-4035-8a4a-775d920238dd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:afe00e20-951f-4d2d-bb1a-0a9c40fed98e
ModelInvariantUuid:0fdbd085-9e81-4290-96e9-e5a66d7f02ad
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5759c48b-db2f-42a8-badb-44ed3f09e6b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:172b0c5b-be2b-4dc1-a8d9-b9b632b41495
ModelInvariantUuid:46e6967c-3564-4ee0-af40-3fd5d763862a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:efd8cd30-564a-4085-8745-3369bf468c27
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:56:57.835Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||ERROR|500||Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists
2023-04-01T06:56:57.836Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:57.836Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists)
2023-04-01T06:56:57.836Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:56:57.836Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:57.836Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:57.836Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332217836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:58.837Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T06:56:58.837Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists)
2023-04-01T06:56:58.837Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:56:58.838Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:56:58.838Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:56:58.838Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332218837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:56:59.839Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:56:59.866Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:56:59.871Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:56:59.871Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:56:59.871Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:56:59.872Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:56:59.872Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:56:59.872Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:56:59.872Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:56:59.872Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:56:59.872Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:56:59.888Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:57:29.889Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:57:29.900Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and serviceModelVersionId: f26e5059-2fa3-46e4-bb31-bb140b69081a
2023-04-01T06:57:29.900Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
2023-04-01T06:57:29.901Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0
2023-04-01T06:57:29.908Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:57:29.932Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||Invoke
2023-04-01T06:57:29.932Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1314236a-cd6a-41a1-8281-e09a18d9fe21], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[131841bc-a86e-474a-bca1-a1b519a50ac7], X-ECOMP-RequestID=[1314236a-cd6a-41a1-8281-e09a18d9fe21], X-TransactionId=[], X-ONAP-RequestID=[1314236a-cd6a-41a1-8281-e09a18d9fe21], Content-Type=[application/merge-patch+json]}
2023-04-01T06:57:29.940Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:57:30.096Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:57:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[262320], x-aai-txid=[2-aai-resources-230401-06:57:29:086-83701], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:57:30.096Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:57:30.097Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||InvokeReturn
2023-04-01T06:57:30.097Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:57:30.097Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:57:30.103Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:57:30.104Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1314236a-cd6a-41a1-8281-e09a18d9fe21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:57:30.104Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:57:30.104Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:57:30.104Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:57:30.104Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332250104,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:57:31.133Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:57:31.133Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f4a0b667-7242-474d-a1f8-09bba9315ce1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa","serviceDescription":"service","serviceInvariantUUID":"0b7464e9-6d23-4f1a-a639-f0a0ad3efc47","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2761a12a-a271-4116-bad3-d9a7086f4e0c","resourceInvariantUUID":"777a4fd2-6905-45c6-a15e-00e0b884aa61","resourceCustomizationUUID":"1ae5d246-d79a-4f01-80d0-0207f7887709","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":"OGJiNzY5ZTVlMjZiNzZjNDJmOTk3ZTM2NDUzM2YyNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7622934-bce1-4aef-9638-289fc9394c9c","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":"ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3a90a98d-9f57-445f-832b-3a47c8682ab0","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":"96bc3435-51b4-43f2-ae7a-892c4b031e50","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":"41c23afd-cfc1-49b5-ac54-e951770da212","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":"1cced3a2-a150-48ad-a0f7-7e5b812065e7","artifactVersion":"2","generatedFromUUID":"96bc3435-51b4-43f2-ae7a-892c4b031e50"},{"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":"MzY4YzhkZjUyNzlmOTY4ZDAyNzdiMTYwNTJjZmFhNDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"64790e8e-52ea-4f46-b10f-9d1faa571d27","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":"ZDhlZjA4NDdmMTI0OGMxZmVkZTc2ZTcwMDU2MDAyOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97ac84a0-d744-4d88-acc4-690082a09899","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90a0e0f4-5eb8-4db0-83a3-3607267b08ef","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:57:31.133Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:57:31.133Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:57:31.133Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:57:31.133Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:57:32.134Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:57:32.134Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:57:32.134Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:57:32.134Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:57:33.135Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:57:33.136Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:57:33.136Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:57:33.136Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:57:34.137Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:57:34.137Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:57:34.137Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:57:34.137Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:57:35.138Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:57:35.138Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:57:35.138Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:57:35.138Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:57:36.139Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:57:36.140Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:57:36.140Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:57:36.140Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:57:37.141Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:57:37.142Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:57:37.142Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:57:37.142Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:57:37.265Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:57:37.266Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: cached metadata has changed from (version93: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version94: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-04-01T06:57:37.284Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:57:37.285Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T06:57:37.291Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:57:37.291Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 53: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T06:57:37.308Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:57:37.308Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T06:57:37.309Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:57:37.314Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:57:37.314Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:57:37.315Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:57:37.315Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2075, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:57:37.315Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:57:37.315Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:57:38.143Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:57:38.143Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:57:38.143Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:57:38.143Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:57:38.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.333Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332160977,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:57:38.334Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.335Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:57:38.335Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.336Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:57:38.336Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.336Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:57:38.336Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.337Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:57:38.337Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.337Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:57:38.337Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.338Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:57:38.338Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.338Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:57:38.338Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.339Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:57:38.339Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.339Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332170384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:57:38.339Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.339Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332172143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
}
2023-04-01T06:57:38.340Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.340Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332173144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
}
2023-04-01T06:57:38.340Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.341Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332204433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:57:38.341Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.341Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:57:38.341Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.342Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:57:38.342Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.342Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:57:38.343Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.343Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:57:38.343Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.344Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-01T06:57:38.344Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.344Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-01T06:57:38.345Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.345Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-01T06:57:38.345Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.346Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:57:38.346Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.346Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:57:38.347Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.347Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:57:38.347Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.348Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332215850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:57:38.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.349Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332217836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists"
}
2023-04-01T06:57:38.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.350Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332218837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists"
}
2023-04-01T06:57:38.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.350Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332250104,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:57:38.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.351Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:57:38.351Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.351Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T06:57:38.351Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.352Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T06:57:38.352Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.352Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:57:38.352Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.353Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T06:57:38.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.354Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:57:38.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.354Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:57:38.355Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:38.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:57:38.355Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:57:38.355Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:57:39.145Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b7464e9-6d23-4f1a-a639-f0a0ad3efc47",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "1ae5d246-d79a-4f01-80d0-0207f7887709",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2761a12a-a271-4116-bad3-d9a7086f4e0c",
      "resourceInvariantUUID": "777a4fd2-6905-45c6-a15e-00e0b884aa61",
      "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": "ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3a90a98d-9f57-445f-832b-3a47c8682ab0",
          "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": "96bc3435-51b4-43f2-ae7a-892c4b031e50",
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
            "generatedFromUUID": "96bc3435-51b4-43f2-ae7a-892c4b031e50"
          },
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90a0e0f4-5eb8-4db0-83a3-3607267b08ef"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:57:39.145Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:57:39.145Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC
2023-04-01T06:57:39.146Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f4a0b667-7242-474d-a1f8-09bba9315ce1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
ServiceInvariantUUID:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
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:90a0e0f4-5eb8-4db0-83a3-3607267b08ef
ArtifactChecksum:NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:1ae5d246-d79a-4f01-80d0-0207f7887709
ResourceInvariantUUID:777a4fd2-6905-45c6-a15e-00e0b884aa61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2761a12a-a271-4116-bad3-d9a7086f4e0c
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:3a90a98d-9f57-445f-832b-3a47c8682ab0
ArtifactChecksum:ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY=
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:96bc3435-51b4-43f2-ae7a-892c4b031e50
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:57:39.146Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:57:39.196Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:57:39.196Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:57:39.196Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:57:39.196Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-01T06:57:39.197Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:57:39.197Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:39.819Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T06:57:39.831Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 90a0e0f4-5eb8-4db0-83a3-3607267b08ef 82964
2023-04-01T06:57:39.831Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:39.831Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:39.831Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T06:57:39.832Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:57:39.832Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:57:39.832Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332259831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:57:40.833Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:57:40.834Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:57:40.834Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:57:40.834Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-01T06:57:40.835Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:57:40.835Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:57:40.930Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6275836434377823365/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T06:57:41.793Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T06:57:41.794Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:57:41.794Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T06:57:41.794Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T06:57:41.794Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:41.794Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:41.794Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:41.794Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:41.794Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:41.794Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:41.794Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:41.794Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T06:57:41.795Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:57:41.795Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:41.795Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:57:41.795Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:57:41.795Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:57:41.795Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:57:41.795Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:41.795Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:57:41.795Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T06:57:41.795Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T06:57:41.795Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:57:41.795Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:41.795Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:57:41.796Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T06:57:41.796Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T06:57:41.796Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T06:57:41.796Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T06:57:41.796Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:57:41.796Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T06:57:41.796Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:57:41.796Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:41.796Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:57:41.796Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:57:41.797Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:57:41.797Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:57:41.797Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:57:41.797Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:57:41.797Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:57:41.797Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T06:57:41.797Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T06:57:41.797Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:57:41.797Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T06:57:41.797Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T06:57:41.797Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T06:57:41.797Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c145e713-24cd-4ba8-a6c1-379c251df156
2023-04-01T06:57:41.798Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:57:41.798Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:41.798Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:57:41.798Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:41.798Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:57:41.798Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:41.798Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T06:57:41.798Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:41.798Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
Model Version:NULL
Model InvariantUuid:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c54629b9-eb6a-453f-8eb3-d6cf6f8348c9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:777a4fd2-6905-45c6-a15e-00e0b884aa61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1ae5d246-d79a-4f01-80d0-0207f7887709
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dfff1756-6614-47f2-9fa7-e61cbc49c457
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:dcb1002f-0e42-4966-938c-a4b617a68436
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c145e713-24cd-4ba8-a6c1-379c251df156
ModelInvariantUuid:04b23e99-bf5c-4475-b624-35bc118a60f4
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:daf8834e-b8ef-455b-aff7-624a4226c0c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5ea7b3b4-7cdb-46ff-b9eb-8764dcc6473f
ModelInvariantUuid:56fa5535-ffdf-4a3b-9100-37873a9a69d7
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d47dc4f4-4851-4c2e-b714-d306e76fe3f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:57:41.839Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||ERROR|500||Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists
2023-04-01T06:57:41.840Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:41.840Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists)
2023-04-01T06:57:41.840Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:57:41.840Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:57:41.840Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:57:41.840Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332261840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:57:42.841Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T06:57:42.842Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists)
2023-04-01T06:57:42.842Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:57:42.842Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:57:42.842Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:57:42.842Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332262841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:57:43.843Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:57:43.868Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:57:43.872Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:57:43.872Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:57:43.872Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:57:43.873Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:57:43.873Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:57:43.873Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:57:43.873Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:57:43.873Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:57:43.873Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:57:43.886Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:58:13.887Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:58:13.898Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and serviceModelVersionId: 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
2023-04-01T06:58:13.899Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
2023-04-01T06:58:13.899Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0
2023-04-01T06:58:13.904Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:58:13.917Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||Invoke
2023-04-01T06:58:13.917Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f4a0b667-7242-474d-a1f8-09bba9315ce1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7a1a90a8-cbff-4055-866c-d76639226341], X-ECOMP-RequestID=[f4a0b667-7242-474d-a1f8-09bba9315ce1], X-TransactionId=[], X-ONAP-RequestID=[f4a0b667-7242-474d-a1f8-09bba9315ce1], Content-Type=[application/merge-patch+json]}
2023-04-01T06:58:13.925Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:58:14.074Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:58:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[278688], x-aai-txid=[1-aai-resources-230401-06:58:13:073-53088], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:58:14.075Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:58:14.075Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||InvokeReturn
2023-04-01T06:58:14.076Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:58:14.076Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:58:14.084Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:58:14.085Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4a0b667-7242-474d-a1f8-09bba9315ce1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:58:14.085Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:58:14.085Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:58:14.085Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:58:14.085Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332294085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:58:15.116Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:58:15.116Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"501785e9-f1fd-4675-b2b8-533de86fc0eb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"41e29eb7-2992-4121-8ff3-983252f0e8f4","serviceDescription":"service","serviceInvariantUUID":"abadc27a-99ac-4198-888c-30a2573d6daf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c3d302d8-3273-4794-821a-a8d9ad08f1c4","resourceInvariantUUID":"9679e179-17a5-46ed-98c9-88b262e95ccb","resourceCustomizationUUID":"7a29e752-5e4d-4a57-a6b2-2c430710f011","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":"YzU4MjRkODI0ODQ3ZjhjMWQxN2JkZDQ3ZTMyM2Q3NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1270f5d2-ba55-4180-8d28-10f28a813a4c","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":"1bd27fb0-5c12-436f-be21-4fb3b7a0ff94","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":"0e4dbae7-c3df-417f-ab1c-19964d13e479","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":"NjUxYzVkNWZiZjZmOWE3ZjFiY2ZlMGRmOGM2YmMxNGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f9ffe5a0-fc60-4c48-8b36-3b61f746aa02","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":"d5f83ca6-9390-403a-8f14-e633ed114104","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":"b9b0eaf0-2cc2-4941-9b36-9cf4f4a8ce0b","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":"73d906b2-aa7f-47cc-a7f2-09d23acf1e03","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":"N2RkNTViY2ZjYmRlZDBmMjRjZTZiYjYxYTUxNjdjNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a7c193d-4650-432b-8c37-24d2e056dd34","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da488a63-d045-4e3b-9e46-0c19d314e5f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:58:15.116Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:58:15.117Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:58:15.117Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:58:15.117Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:58:16.118Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:58:16.119Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:58:16.119Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:58:16.119Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:58:17.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:58:17.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:58:17.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:58:17.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:58:18.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:58:18.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:58:18.122Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:58:18.122Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:58:19.122Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:58:19.122Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:58:19.123Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:58:19.123Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:58:20.123Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:58:20.124Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:58:20.124Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:58:20.124Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:58:21.124Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:58:21.125Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:58:21.125Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:58:21.125Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:58:22.126Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:58:22.126Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:58:22.126Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:58:22.126Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:58:23.127Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:58:23.127Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:58:23.127Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:58:23.127Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:58:24.128Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "41e29eb7-2992-4121-8ff3-983252f0e8f4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "abadc27a-99ac-4198-888c-30a2573d6daf",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7a29e752-5e4d-4a57-a6b2-2c430710f011",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c3d302d8-3273-4794-821a-a8d9ad08f1c4",
      "resourceInvariantUUID": "9679e179-17a5-46ed-98c9-88b262e95ccb",
      "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": "ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da488a63-d045-4e3b-9e46-0c19d314e5f4"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:58:24.128Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:58:24.128Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC
2023-04-01T06:58:24.129Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:501785e9-f1fd-4675-b2b8-533de86fc0eb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:41e29eb7-2992-4121-8ff3-983252f0e8f4
ServiceInvariantUUID:abadc27a-99ac-4198-888c-30a2573d6daf
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:da488a63-d045-4e3b-9e46-0c19d314e5f4
ArtifactChecksum:ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7a29e752-5e4d-4a57-a6b2-2c430710f011
ResourceInvariantUUID:9679e179-17a5-46ed-98c9-88b262e95ccb
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c3d302d8-3273-4794-821a-a8d9ad08f1c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T06:58:24.129Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:58:24.172Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:58:24.173Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:58:24.173Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:58:24.173Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-01T06:58:24.173Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:58:24.173Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:58:24.196Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T06:58:24.197Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@af42f79
2023-04-01T06:58:24.197Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T06:58:24.197Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:58:24.197Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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 da488a63-d045-4e3b-9e46-0c19d314e5f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T06:58:24.197Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:58:24.198Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:58:24.198Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T06:58:24.198Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:58:24.198Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:58:24.198Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332304197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:58:25.199Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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:da488a63-d045-4e3b-9e46-0c19d314e5f4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T06:58:25.246Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists
2023-04-01T06:58:25.246Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:58:25.246Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists)
2023-04-01T06:58:25.247Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:58:25.247Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:58:25.247Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:58:25.247Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332305246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:58:26.248Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T06:58:26.249Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists)
2023-04-01T06:58:26.249Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T06:58:26.249Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:58:26.249Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:58:26.249Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332306248,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:58:27.250Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:58:27.267Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:58:27.270Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T06:58:27.271Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T06:58:27.271Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T06:58:27.271Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T06:58:27.271Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:58:27.271Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:58:27.271Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:58:27.272Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T06:58:27.272Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T06:58:27.284Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T06:58:37.265Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:58:37.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:58:37.274Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332259831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T06:58:37.274Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:58:37.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:58:37.274Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332261840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists"
}
2023-04-01T06:58:37.274Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:58:37.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:58:37.274Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332262841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists"
}
2023-04-01T06:58:37.274Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:58:37.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:58:37.275Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332294085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:58:37.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:58:37.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:58:37.275Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:58:37.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:58:37.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:58:37.275Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:58:37.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:58:37.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:58:37.275Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:58:37.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:58:37.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:58:37.276Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:58:37.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:58:37.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:58:37.276Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:58:37.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:58:37.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:58:37.276Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:58:37.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:58:37.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:58:37.277Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:58:37.277Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:58:37.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:58:37.277Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:58:37.277Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:58:37.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:58:37.277Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680331557787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T06:58:37.277Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:58:37.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:58:37.277Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332304197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T06:58:37.278Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:58:37.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:58:37.278Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332305246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists"
}
2023-04-01T06:58:37.278Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:58:37.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-01T06:58:37.278Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332306248,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists"
}
2023-04-01T06:58:37.278Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:58:57.284Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T06:58:57.296Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and serviceModelVersionId: 41e29eb7-2992-4121-8ff3-983252f0e8f4
2023-04-01T06:58:57.296Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abadc27a-99ac-4198-888c-30a2573d6daf
2023-04-01T06:58:57.297Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0
2023-04-01T06:58:57.300Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T06:58:57.311Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||Invoke
2023-04-01T06:58:57.311Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[501785e9-f1fd-4675-b2b8-533de86fc0eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c2561093-5896-4067-8be7-9a118a03de73], X-ECOMP-RequestID=[501785e9-f1fd-4675-b2b8-533de86fc0eb], X-TransactionId=[], X-ONAP-RequestID=[501785e9-f1fd-4675-b2b8-533de86fc0eb], Content-Type=[application/merge-patch+json]}
2023-04-01T06:58:57.318Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T06:58:57.471Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 06:58:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[262208], x-aai-txid=[2-aai-resources-230401-06:58:56:465-32827], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T06:58:57.471Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T06:58:57.472Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||InvokeReturn
2023-04-01T06:58:57.473Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T06:58:57.473Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:58:57.482Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:58:57.482Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 501785e9-f1fd-4675-b2b8-533de86fc0eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T06:58:57.483Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T06:58:57.483Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:58:57.483Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:58:57.484Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332337483,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:58:58.511Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T06:58:58.511Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T06:58:58.513Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 1 disconnected.
2023-04-01T06:58:58.513Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 2 disconnected.
2023-04-01T06:58:58.513Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T06:58:58.514Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T06:58:58.514Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T06:58:58.514Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T06:58:58.518Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T06:58:58.519Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-bf468464-82f0-4ab9-a4e3-7c181fd7b299
2023-04-01T06:58:58.520Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T06:58:58.520Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T06:58:58.677Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:59:01.686Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:59:04.695Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:59:07.704Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:59:10.713Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:59:13.722Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:59:16.731Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:59:19.740Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:59:22.749Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:59:25.758Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:59:28.768Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:59:31.776Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:59:34.787Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T06:59:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:59:37.279Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:59:37.280Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T06:59:37.285Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:59:37.285Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-bf468464-82f0-4ab9-a4e3-7c181fd7b299', protocol='range'}
2023-04-01T06:59:37.290Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:59:37.290Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:59:37.290Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:59:37.290Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:59:37.290Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:59:37.290Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T06:59:37.291Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 54: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-bf468464-82f0-4ab9-a4e3-7c181fd7b299=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T06:59:37.312Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-bf468464-82f0-4ab9-a4e3-7c181fd7b299', protocol='range'}
2023-04-01T06:59:37.312Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T06:59:37.312Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T06:59:37.313Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T06:59:37.313Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T06:59:37.313Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T06:59:37.317Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:59:37.318Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:59:37.318Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:59:37.318Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:59:37.318Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:59:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:59:37.318Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:59:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:59:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:59:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2126, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T06:59:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T06:59:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T06:59:37.394Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T06:59:37.394Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T06:59:37.395Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:59:37.395Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:59:37.395Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:59:37.395Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:59:38.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:59:38.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332337483,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T06:59:38.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:59:38.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T06:59:38.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T06:59:38.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T06:59:38.396Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:59:38.396Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:59:38.396Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:59:38.396Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:59:39.398Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:59:39.398Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:59:39.398Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:59:39.398Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:59:40.399Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:59:40.399Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:59:40.400Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:59:40.400Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:59:41.401Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:59:41.401Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:59:41.401Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:59:41.402Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:59:42.403Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:59:42.403Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:59:42.403Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:59:42.403Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:59:43.404Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T06:59:43.405Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:59:43.405Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:59:43.405Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:59:44.406Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T06:59:44.407Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T06:59:44.407Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T06:59:44.407Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T06:59:44.408Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T06:59:44.453Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T06:59:44.454Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:59:44.454Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T06:59:44.454Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T06:59:44.454Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:59:44.454Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T06:59:44.481Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T06:59:44.481Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@15db5720
2023-04-01T06:59:44.481Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T06:59:44.481Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T06:59:44.481Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T06:59:44.481Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T06:59:44.481Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T06:59:44.481Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T06:59:44.482Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:59:44.482Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:59:44.482Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332384481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:59:45.482Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T06:59:45.504Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:59:45.505Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T06:59:45.510Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T06:59:45.510Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T06:59:45.510Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T06:59:45.510Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T06:59:45.510Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T06:59:45.526Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T06:59:45.527Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2ed0cceb
2023-04-01T06:59:45.527Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T06:59:45.527Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T06:59:45.527Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T06:59:45.527Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T06:59:45.528Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T06:59:45.528Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T06:59:45.528Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T06:59:45.528Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T06:59:45.528Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332385527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T06:59:46.529Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T06:59:46.529Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:59:46.548Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T06:59:46.553Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T06:59:46.553Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:00:16.553Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:00:16.575Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:00:16.579Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:00:16.579Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:00:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:00:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:00:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:00:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:00:46.580Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:00:46.606Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:00:46.611Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:00:46.611Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:01:16.612Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:01:16.635Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:01:16.639Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:01:16.640Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:01:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:01:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:01:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:01:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:01:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:01:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:01:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:01:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:01:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T07:01:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:01:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:01:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:01:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:01:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:01:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:01:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:01:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:01:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332384481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T07:01:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:01:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:01:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332385527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T07:01:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:01:46.640Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:01:46.665Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:01:46.670Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:01:46.670Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:02:16.670Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:02:16.695Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:02:16.699Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:02:16.699Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:02:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:02:46.699Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:02:46.723Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:02:46.727Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:02:46.727Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:03:16.728Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:03:16.752Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:03:16.756Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:03:16.756Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:03:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:03:46.757Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:03:46.777Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:03:46.781Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:03:46.781Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:04:16.781Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:04:16.807Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:04:16.811Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:04:16.812Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:04:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:04:37.470Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T07:04:37.470Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-bf468464-82f0-4ab9-a4e3-7c181fd7b299 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-04-01T07:04:37.471Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T07:04:37.471Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T07:04:37.891Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:04:37.910Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:04:37.911Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T07:04:37.918Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:04:37.918Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 55: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T07:04:37.933Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:04:37.934Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T07:04:37.934Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:04:37.938Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:04:37.938Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:04:37.938Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:04:37.938Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2136, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:04:37.938Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:04:37.938Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:04:46.812Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T07:04:46.812Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:04:46.825Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T07:04:46.825Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T07:04:46.825Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T07:04:46.831Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:04:46.847Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T07:04:46.847Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2f72597a-5712-465b-819c-504a765b459a], X-ECOMP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-TransactionId=[], X-ONAP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], Content-Type=[application/merge-patch+json]}
2023-04-01T07:04:46.854Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T07:04:47.005Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:04:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[168128], x-aai-txid=[2-aai-resources-230401-07:04:46:000-6370], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:04:47.006Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:04:47.007Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T07:04:47.007Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:04:47.007Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:04:47.016Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:04:47.016Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T07:04:47.016Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T07:04:47.016Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:04:47.016Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:04:47.016Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332687016,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:04:47.045Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:04:47.046Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332687016,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T07:04:47.046Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:04:48.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:04:48.047Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:04:48.048Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:04:48.048Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:04:48.048Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:04:48.048Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:04:49.049Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:04:49.049Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:04:49.049Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:04:49.049Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:04:50.050Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:04:50.050Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:04:50.050Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:04:50.051Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:04:51.051Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:04:51.052Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:04:51.052Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:04:51.052Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:04:52.052Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:04:52.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:04:52.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:04:52.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:04:53.053Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:04:53.054Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:04:53.054Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:04:53.054Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:04:54.054Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:04:54.056Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:04:54.056Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:04:54.057Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:04:55.058Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:04:55.058Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:04:55.058Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T07:04:55.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:04:55.059Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:04:55.101Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:04:55.102Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:04:55.102Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:04:55.102Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T07:04:55.102Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:04:55.102Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T07:04:55.454Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T07:04:55.456Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T07:04:55.457Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T07:04:55.457Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T07:04:55.457Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:04:55.457Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:04:55.457Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:04:55.458Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332695457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:04:56.458Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:04:56.459Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:04:56.459Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:04:56.460Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T07:04:56.460Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:04:56.460Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:04:56.690Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2660767425603683324/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T07:04:58.231Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:04:58.231Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:04:58.232Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:04:58.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:04:58.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:04:58.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:04:58.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:04:58.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:04:58.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:04:58.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:04:58.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:04:58.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:04:58.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:04:58.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:04:58.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:04:58.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:04:58.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:04:58.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:04:58.234Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:04:58.234Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:04:58.234Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:04:58.234Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:04:58.234Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:04:58.234Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:04:58.234Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:04:58.234Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:04:58.234Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:04:58.234Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:04:58.234Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:04:58.234Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:04:58.234Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:04:58.235Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:04:58.235Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:04:58.235Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:04:58.235Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:04:58.235Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:04:58.235Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:04:58.235Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:04:58.235Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:04:58.235Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:04:58.235Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:04:58.235Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:04:58.235Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T07:04:58.236Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:04:58.236Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:04:58.236Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:04:58.236Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:04:58.236Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:04:58.236Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:04:58.236Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:04:58.236Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:04:58.236Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T07:04:58.236Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:04:58.236Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:04:58.236Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:04:58.236Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:04:58.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:04:58.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:04:58.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:04:58.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:04:58.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:04:58.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T07:04:58.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:04:58.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:04:58.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:04:58.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:04:58.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T07:04:58.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:04:58.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:04:58.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:04:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:04:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:04:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:04:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:04:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:04:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:04:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:04:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:04:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:04:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:04:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T07:04:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T07:04:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:04:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:04:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:04:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:04:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:04:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:04:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:04:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:04:58.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:04:58.279Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T07:04:58.279Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T07:04:58.280Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T07:04:58.280Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:04:58.280Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:04:58.280Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:04:58.280Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332698279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:04:59.281Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T07:04:59.281Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T07:04:59.281Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:04:59.281Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:04:59.281Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:04:59.282Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332699281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:05:00.282Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:05:00.304Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:05:00.307Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:05:00.308Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:05:00.308Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:05:00.308Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:05:00.308Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:05:00.308Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:05:00.309Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:05:00.309Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:05:00.309Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:05:00.323Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:05:30.324Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:05:30.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T07:05:30.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T07:05:30.337Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T07:05:30.345Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:05:30.365Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:05:30.366Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T07:05:30.374Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:05:30.531Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T07:05:30.532Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:05:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[172224], x-aai-txid=[0-aai-resources-230401-07:05:29:521-11051], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:05:30.532Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:05:30.532Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:05:30.532Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:05:30.542Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:05:30.542Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:05:30.542Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:05:30.542Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:05:30.542Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:05:30.542Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332730542,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:05:31.570Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:05:31.571Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:05:31.571Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:05:31.571Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:05:31.571Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:05:31.571Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:05:32.571Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:05:32.572Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:05:32.572Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:05:32.572Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:05:33.573Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:05:33.574Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:05:33.574Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:05:33.574Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:05:34.575Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:05:34.575Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:05:34.575Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:05:34.575Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:05:35.576Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:05:35.576Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:05:35.576Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:05:35.577Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:05:36.578Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:05:36.578Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:05:36.578Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:05:36.578Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:05:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:05:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:05:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:05:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:05:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:05:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:05:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:05:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:05:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:05:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:05:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:05:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:05:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:05:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:05:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T07:05:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:05:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:05:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:05:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:05:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:05:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:05:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:05:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:05:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332695457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:05:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:05:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:05:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332698279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T07:05:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:05:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:05:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332699281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T07:05:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:05:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:05:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332730542,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:05:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:05:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:05:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:05:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:05:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:05:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:05:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:05:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:05:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:05:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:05:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:05:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:05:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:05:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:05:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T07:05:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:05:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:05:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:05:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:05:37.579Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:05:37.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:05:37.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:05:37.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:05:38.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:05:38.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:05:38.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T07:05:38.582Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:05:38.582Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:05:38.620Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:05:38.621Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:05:38.621Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:05:38.621Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T07:05:38.621Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:05:38.621Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T07:05:39.002Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T07:05:39.005Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T07:05:39.005Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T07:05:39.006Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T07:05:39.006Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:05:39.006Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:05:39.006Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:05:39.006Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332739005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:05:40.008Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:05:40.009Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:05:40.009Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:05:40.010Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T07:05:40.010Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:05:40.010Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:05:40.165Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5032086298575983576/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T07:05:41.648Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:05:41.648Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:05:41.648Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:05:41.648Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T07:05:41.648Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:05:41.648Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T07:05:41.648Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:05:41.648Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:05:41.648Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:05:41.648Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:05:41.648Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:05:41.649Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:05:41.649Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:05:41.649Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:05:41.649Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:05:41.649Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:05:41.649Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:05:41.649Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:05:41.649Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:05:41.649Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:05:41.649Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:05:41.649Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:05:41.649Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:05:41.649Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:05:41.649Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:05:41.649Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:05:41.649Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:05:41.649Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:05:41.650Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:05:41.650Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:05:41.650Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:05:41.650Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:05:41.650Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:05:41.650Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:05:41.650Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:05:41.650Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:05:41.650Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:05:41.650Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:05:41.650Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:05:41.650Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:05:41.650Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:05:41.650Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:05:41.650Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:05:41.650Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:05:41.651Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:05:41.651Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:05:41.651Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:05:41.651Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:05:41.651Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:05:41.651Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:05:41.651Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:05:41.651Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:05:41.651Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:05:41.651Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:05:41.651Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:05:41.651Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:05:41.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:05:41.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:05:41.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:05:41.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:05:41.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:05:41.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T07:05:41.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:05:41.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:05:41.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:05:41.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:05:41.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:05:41.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:05:41.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:05:41.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:05:41.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T07:05:41.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:05:41.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:05:41.652Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:05:41.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:05:41.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:05:41.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:05:41.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:05:41.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:05:41.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:05:41.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T07:05:41.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:05:41.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:05:41.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:05:41.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:05:41.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T07:05:41.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:05:41.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:05:41.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:05:41.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:05:41.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:05:41.653Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:05:41.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:05:41.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:05:41.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:05:41.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:05:41.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:05:41.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:05:41.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:05:41.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T07:05:41.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T07:05:41.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:05:41.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:05:41.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:05:41.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:05:41.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:05:41.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:05:41.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:05:41.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:05:41.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:05:41.735Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T07:05:41.736Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T07:05:41.736Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T07:05:41.736Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:05:41.736Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:05:41.736Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:05:41.736Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332741735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:05:42.737Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T07:05:42.737Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T07:05:42.737Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:05:42.738Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:05:42.738Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:05:42.738Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332742737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:05:43.739Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:05:43.758Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:05:43.762Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:05:43.762Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:05:43.762Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:05:43.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:05:43.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:05:43.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:05:43.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:05:43.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:05:43.763Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:05:43.778Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:06:13.778Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:06:13.789Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T07:06:13.790Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T07:06:13.790Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T07:06:13.798Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:06:13.817Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T07:06:13.817Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2bbb0493-de2f-4d11-928e-89c910f089fb], X-ECOMP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-TransactionId=[], X-ONAP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], Content-Type=[application/merge-patch+json]}
2023-04-01T07:06:13.824Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:06:13.970Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:06:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[188560], x-aai-txid=[0-aai-resources-230401-07:06:12:970-13979], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:06:13.970Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:06:13.971Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T07:06:13.971Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:06:13.971Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:06:13.977Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:06:13.978Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:06:13.978Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:06:13.978Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:06:13.978Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:06:13.978Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332773978,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:06:15.007Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:06:15.007Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:06:15.007Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:06:15.007Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:06:15.008Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:06:15.008Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:06:16.008Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:06:16.009Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:06:16.009Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:06:16.009Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:06:17.009Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:06:17.009Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:06:17.010Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T07:06:17.010Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T07:06:17.010Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:06:17.053Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:06:17.054Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:06:17.054Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:06:17.054Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T07:06:17.054Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:06:17.054Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T07:06:17.399Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T07:06:17.401Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T07:06:17.401Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T07:06:17.402Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T07:06:17.402Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:06:17.402Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:06:17.402Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:06:17.402Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332777401,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:06:18.403Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:06:18.404Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:06:18.404Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:06:18.404Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T07:06:18.405Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:06:18.405Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:06:18.486Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7523086074074217076/Definitions/service-BasicNetwork-template.yml
2023-04-01T07:06:18.845Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:06:18.845Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:06:18.845Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:06:18.845Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T07:06:18.845Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:06:18.845Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:06:18.846Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:06:18.846Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:06:18.846Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:06:18.846Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:06:18.846Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:06:18.846Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:06:18.846Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:06:18.846Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:06:18.846Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:06:18.846Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T07:06:18.846Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:06:18.846Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:06:18.846Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:06:18.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:06:18.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T07:06:18.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:06:18.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:06:18.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:06:18.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:06:18.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:06:18.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:06:18.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:06:18.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:06:18.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:06:18.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:06:18.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:06:18.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:06:18.847Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:06:18.894Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T07:06:18.894Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T07:06:18.894Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T07:06:18.894Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:06:18.894Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:06:18.894Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:06:18.894Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332778894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:06:19.895Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T07:06:19.895Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T07:06:19.895Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:06:19.895Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:06:19.896Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:06:19.896Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332779895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:06:20.897Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:06:20.920Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:06:20.924Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:06:20.924Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:06:20.924Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:06:20.924Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:06:20.924Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:06:20.924Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:06:20.925Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:06:20.925Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:06:20.925Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:06:20.937Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:06:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:06:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:06:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:06:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:06:50.938Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:06:50.950Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T07:06:50.950Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T07:06:50.950Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T07:06:50.955Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:06:50.967Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:06:50.967Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T07:06:50.974Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:06:51.116Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T07:06:51.117Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:06:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[192576], x-aai-txid=[0-aai-resources-230401-07:06:50:120-62738], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:06:51.117Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:06:51.118Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:06:51.118Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:06:51.126Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:06:51.126Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:06:51.126Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:06:51.126Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:06:51.127Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:06:51.127Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332811126,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:06:52.159Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:06:52.160Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:06:52.160Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:06:52.160Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:06:52.160Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:06:52.160Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:06:53.161Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:06:53.161Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:06:53.161Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:06:53.161Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:06:54.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:06:54.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:06:54.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:06:54.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:06:55.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:06:55.163Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:06:55.163Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:06:55.163Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:06:56.164Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:06:56.165Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:06:56.165Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:06:56.165Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:06:57.165Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:06:57.166Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:06:57.166Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:06:57.166Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:06:58.166Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:06:58.167Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:06:58.167Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:06:58.167Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:06:59.167Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:06:59.168Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:06:59.168Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:06:59.168Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:07:00.169Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:07:00.169Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:07:00.169Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T07:07:00.169Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T07:07:00.169Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:07:00.204Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:07:00.205Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:07:00.205Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:07:00.205Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:07:00.205Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:07:00.206Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:07:00.538Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T07:07:00.541Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T07:07:00.541Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T07:07:00.541Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:07:00.541Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:07:00.542Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:07:00.542Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:07:00.542Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332820541,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:07:01.542Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:07:01.543Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:07:01.543Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:07:01.544Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:07:01.545Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:07:01.545Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:07:01.635Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5582755854969263852/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T07:07:02.231Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:07:02.231Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:07:02.231Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:07:02.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:07:02.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:07:02.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:07:02.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:07:02.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:07:02.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:07:02.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:07:02.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:07:02.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:07:02.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:02.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:07:02.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T07:07:02.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:07:02.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:07:02.232Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:02.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:07:02.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T07:07:02.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:07:02.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:07:02.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:02.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:07:02.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:02.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:07:02.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:02.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:07:02.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:02.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:07:02.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:02.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:07:02.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:07:02.266Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T07:07:02.267Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T07:07:02.267Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T07:07:02.267Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:07:02.267Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:07:02.267Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:07:02.267Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332822267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:07:03.268Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T07:07:03.268Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T07:07:03.268Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:07:03.268Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:07:03.268Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:07:03.269Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332823268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:07:04.269Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:07:04.298Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:07:04.303Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:07:04.303Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:07:04.303Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:07:04.303Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:07:04.304Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:07:04.304Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:07:04.304Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:07:04.304Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:07:04.304Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:07:04.320Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:07:34.321Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:07:34.329Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T07:07:34.329Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T07:07:34.329Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T07:07:34.333Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:07:34.346Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:07:34.347Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T07:07:34.356Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:07:34.498Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T07:07:34.499Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:07:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[221344], x-aai-txid=[2-aai-resources-230401-07:07:33:502-73223], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:07:34.499Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:07:34.499Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:07:34.500Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:07:34.507Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:07:34.507Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:07:34.507Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:07:34.507Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:07:34.507Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:07:34.507Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332854507,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:07:35.538Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:07:35.539Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:07:35.539Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:07:35.539Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:07:35.539Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:07:35.539Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:07:36.540Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:07:36.540Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:07:36.540Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:07:36.541Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:07:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:07:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:07:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332739005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:07:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:07:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:07:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332741735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T07:07:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:07:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:07:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332742737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T07:07:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:07:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:07:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332773978,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:07:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:07:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:07:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:07:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:07:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:07:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:07:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:07:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:07:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332777401,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:07:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:07:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:07:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332778894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T07:07:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:07:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:07:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332779895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T07:07:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:07:37.542Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:07:37.542Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:07:37.542Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:07:37.542Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:07:38.543Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:07:38.544Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:07:38.544Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:07:38.544Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:07:39.546Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:07:39.546Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:07:39.546Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:07:39.546Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:07:40.547Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:07:40.548Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:07:40.548Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:07:40.548Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:07:41.549Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:07:41.549Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:07:41.550Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:07:41.550Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:07:42.553Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:07:42.553Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:07:42.553Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T07:07:42.554Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:07:42.554Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:07:42.597Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:07:42.597Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:07:42.598Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:07:42.598Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T07:07:42.598Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:07:42.598Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T07:07:42.912Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T07:07:42.921Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T07:07:42.921Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T07:07:42.921Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T07:07:42.922Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:07:42.922Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:07:42.922Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:07:42.922Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332862921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:07:43.922Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:07:43.923Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:07:43.923Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:07:43.924Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T07:07:43.924Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:07:43.925Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:07:44.021Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9756226172380362956/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T07:07:45.000Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:07:45.000Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:07:45.000Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:07:45.000Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:07:45.000Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:07:45.000Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:07:45.000Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:07:45.000Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:07:45.000Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T07:07:45.001Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T07:07:45.002Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T07:07:45.002Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T07:07:45.002Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:07:45.002Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:45.002Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:07:45.002Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:45.002Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:07:45.002Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:07:45.002Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:45.002Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:07:45.002Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:07:45.002Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:45.003Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:07:45.003Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:07:45.003Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:45.003Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T07:07:45.003Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T07:07:45.003Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T07:07:45.003Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T07:07:45.003Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:45.003Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:07:45.003Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:45.003Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:07:45.003Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:45.003Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:07:45.003Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:07:45.003Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:07:45.003Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:07:45.053Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T07:07:45.053Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T07:07:45.053Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T07:07:45.053Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:07:45.053Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:07:45.053Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:07:45.053Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332865053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:07:46.054Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T07:07:46.054Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T07:07:46.055Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:07:46.055Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:07:46.055Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:07:46.055Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332866054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:07:47.056Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:07:47.083Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:07:47.088Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:07:47.088Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:07:47.088Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:07:47.088Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:07:47.089Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:07:47.089Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:07:47.089Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:07:47.089Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:07:47.089Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:07:47.103Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:08:17.103Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:08:17.110Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T07:08:17.110Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T07:08:17.110Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T07:08:17.115Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:08:17.128Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T07:08:17.129Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e48e1a56-b88e-4336-b240-727f0a1498df], X-ECOMP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-TransactionId=[], X-ONAP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], Content-Type=[application/merge-patch+json]}
2023-04-01T07:08:17.135Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:08:17.281Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:08:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[200848], x-aai-txid=[0-aai-resources-230401-07:08:16:284-69890], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:08:17.281Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:08:17.282Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T07:08:17.282Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:08:17.282Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:08:17.295Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:08:17.295Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:08:17.295Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:08:17.296Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:08:17.296Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:08:17.296Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332897295,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:08:18.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:08:18.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"efccc4c5-7bb8-41cf-a6f1-9349eb35981a","serviceName":"Demo_pNF_Ic9dwGek3O8urfndll23","serviceVersion":"1.0","serviceUUID":"508389d7-38f7-47fd-bd41-20662b25b49f","serviceDescription":"catalog service description","serviceInvariantUUID":"0c7ab211-5fee-4b5a-bec9-64020478b0d6","resources":[{"resourceInstanceName":"pNF 714be145-f272 0","resourceName":"pNF 714be145-f272","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a88b7f5-eb0f-4834-8b28-b493ad94df97","resourceInvariantUUID":"d433ff3f-bd27-4f50-9a82-92c827585226","resourceCustomizationUUID":"1e941aea-4b3a-4cce-abb2-10cfdf34307e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml","artifactChecksum":"NjU5MzlhODFlOGE1N2EwYTMxYzIwYTMwNmU1YWE3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e040a26-adca-4b38-9d2e-fdfcfef6d9e1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1d3a0bb-10d9-439a-ae6b-df81971675e9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6015e29b-2f4a-410f-82e3-806118e18502","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml","artifactChecksum":"MTYwNGM5OGNmMmVlNGI4Yjg5ZGNmZTY2OGUyOTJiZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32dc7eae-06c0-4612-a8d9-3dfbfd0d28bf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60dd7381-89ba-45dd-a9da-027a43838703","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8f86f18-4d48-4f98-b9a5-9d23ac6f4ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactChecksum":"NjVhNGRmZmExYzg1ZDZkZjljNDYzNDkzZDQ2MTYxMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da026c00-e8ae-4986-a794-33fb54386015","artifactVersion":"1"},{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactChecksum":"NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48e8d3b4-539a-49e9-b8f3-1c68661898e1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:08:18.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:08:18.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:08:18.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:08:18.319Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:08:19.320Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:08:19.320Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:08:19.321Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:08:19.321Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:08:20.321Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:08:20.322Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:08:20.322Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:08:20.322Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:08:21.323Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:08:21.323Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:08:21.323Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:08:21.323Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:08:22.324Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:08:22.324Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:08:22.324Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:08:22.324Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:08:23.326Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:08:23.326Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:08:23.326Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:08:23.326Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:08:24.327Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:08:24.327Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:08:24.328Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:08:24.328Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:08:25.329Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:08:25.329Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:08:25.329Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:08:25.330Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:08:26.330Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "serviceName": "Demo_pNF_Ic9dwGek3O8urfndll23",
  "serviceVersion": "1.0",
  "serviceUUID": "508389d7-38f7-47fd-bd41-20662b25b49f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c7ab211-5fee-4b5a-bec9-64020478b0d6",
  "resources": [
    {
      "resourceInstanceName": "pNF 714be145-f272 0",
      "resourceCustomizationUUID": "1e941aea-4b3a-4cce-abb2-10cfdf34307e",
      "resourceName": "pNF 714be145-f272",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2a88b7f5-eb0f-4834-8b28-b493ad94df97",
      "resourceInvariantUUID": "d433ff3f-bd27-4f50-9a82-92c827585226",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactChecksum": "NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48e8d3b4-539a-49e9-b8f3-1c68661898e1"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:08:26.331Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:08:26.331Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 508389d7-38f7-47fd-bd41-20662b25b49f ASDC
2023-04-01T07:08:26.331Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:efccc4c5-7bb8-41cf-a6f1-9349eb35981a
ServiceName:Demo_pNF_Ic9dwGek3O8urfndll23
ServiceVersion:1.0
ServiceUUID:508389d7-38f7-47fd-bd41-20662b25b49f
ServiceInvariantUUID:0c7ab211-5fee-4b5a-bec9-64020478b0d6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactUUID:48e8d3b4-539a-49e9-b8f3-1c68661898e1
ArtifactChecksum:NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 714be145-f272 0
ResourceCustomizationUUID:1e941aea-4b3a-4cce-abb2-10cfdf34307e
ResourceInvariantUUID:d433ff3f-bd27-4f50-9a82-92c827585226
ResourceName:pNF 714be145-f272
ResourceType:PNF
ResourceUUID:2a88b7f5-eb0f-4834-8b28-b493ad94df97
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T07:08:26.331Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 508389d7-38f7-47fd-bd41-20662b25b49f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:08:26.374Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:08:26.374Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:08:26.374Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:08:26.374Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 from URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:08:26.374Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:08:26.374Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:08:26.675Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T07:08:26.677Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar 48e8d3b4-539a-49e9-b8f3-1c68661898e1 87995
2023-04-01T07:08:26.678Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T07:08:26.678Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:08:26.678Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:08:26.678Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:08:26.679Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:08:26.679Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332906678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:08:27.679Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:08:27.680Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:08:27.680Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1, URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar to file: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:08:27.680Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:08:27.681Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:08:27.681Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:08:27.754Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1650036545299579384/Definitions/service-DemoPnfIc9dwgek3o8urfndll23-template.yml
2023-04-01T07:08:28.347Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:08:28.348Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:08:28.348Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:08:28.348Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:08:28.348Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:08:28.348Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 714be145-f272 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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:08:28.348Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:08:28.348Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:08:28.348Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:08:28.348Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:08:28.348Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:08:28.348Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:08:28.350Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:08:28.350Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:08:28.350Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T07:08:28.351Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:08:28.351Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:08:28.352Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:08:28.352Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:08:28.352Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T07:08:28.352Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:08:28.352Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:08:28.352Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:08:28.352Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:08:28.353Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:08:28.353Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:08:28.353Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:08:28.353Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:08:28.353Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:08:28.353Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:08:28.354Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:08:28.354Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:08:28.354Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Ic9dwGek3O8urfndll23
Description:catalog service description
Model UUID:508389d7-38f7-47fd-bd41-20662b25b49f
Model Version:NULL
Model InvariantUuid:0c7ab211-5fee-4b5a-bec9-64020478b0d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:08:28.404Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists
2023-04-01T07:08:28.404Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T07:08:28.404Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists)
2023-04-01T07:08:28.405Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:08:28.405Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:08:28.405Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:08:28.405Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332908404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:08:29.406Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T07:08:29.406Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists)
2023-04-01T07:08:29.406Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:08:29.406Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:08:29.406Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:08:29.406Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332909406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:08:30.407Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:08:30.431Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:08:30.435Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:08:30.435Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:08:30.435Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:08:30.436Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:08:30.436Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:08:30.436Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:08:30.436Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:08:30.436Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:08:30.436Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:08:30.448Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:08:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:08:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:08:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332811126,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:08:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:08:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:08:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:08:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:08:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:08:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:08:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:08:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:08:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332820541,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332822267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332823268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:08:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332854507,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:08:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:08:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:08:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:08:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:08:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:08:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:08:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:00.449Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:09:00.459Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and serviceModelVersionId: 508389d7-38f7-47fd-bd41-20662b25b49f
2023-04-01T07:09:00.459Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c7ab211-5fee-4b5a-bec9-64020478b0d6
2023-04-01T07:09:00.460Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0
2023-04-01T07:09:00.468Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:09:00.490Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:09:00.491Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||Invoke
2023-04-01T07:09:00.499Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:09:00.654Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||InvokeReturn
2023-04-01T07:09:00.654Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:08:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[262192], x-aai-txid=[0-aai-resources-230401-07:08:59:647-75719], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:09:00.654Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:09:00.655Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:09:00.655Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:09:00.666Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:09:00.667Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efccc4c5-7bb8-41cf-a6f1-9349eb35981a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:09:00.667Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:09:00.667Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:00.667Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:00.667Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332940667,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:09:01.694Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:09:01.694Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"5b45de55-3695-452f-9983-9028c5d19e44","serviceName":"Demo_pNF_T3B6zbSGi2YaADhQk31n","serviceVersion":"1.0","serviceUUID":"0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce","serviceDescription":"catalog service description","serviceInvariantUUID":"53a72de3-783e-4b47-b1de-0a636a89ab5c","resources":[{"resourceInstanceName":"pNF 16fd43e8-271b 0","resourceName":"pNF 16fd43e8-271b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d508e38c-c0fa-4a4d-9625-eb3b8160f955","resourceInvariantUUID":"e0c45bf9-a664-4da1-a4af-6cca8f95a224","resourceCustomizationUUID":"88fa0cd3-4226-4714-8744-fb73ed71935e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml","artifactChecksum":"YjUyMjQ2MzM0ZTYzMWY2ZTQ3OGU0N2FiMDM5MzQ1MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"657b817d-7d0e-44c2-94ac-231ba194e947","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c8d24aa5-0656-462d-8ed0-090aa89b712f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28f516db-5f2e-4b3d-9fa5-c4e51a8f54e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml","artifactChecksum":"YzhmZWViYWMwMjhlY2VkZDFiZDZjNGVkYWU0OGFmYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14cb3a33-a56a-47db-afe8-dc6502ca836c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2138386-4a06-4fbc-93b3-fe0b6f0a0bfc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"450a51c0-1ad1-432b-87c0-0ec0c73f9990","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactChecksum":"NDQ4ZWFlYmQ3OGQ0N2M5OWE2ZGFlYTQ4YzM2MzM5ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5e828e-6ec8-4cc1-b187-c0bd8c97a387","artifactVersion":"1"},{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactChecksum":"ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7094e1e0-36ad-4848-a315-00b0c9b42a72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:09:01.694Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:09:01.695Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:01.695Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:01.695Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:02.695Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:09:02.696Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:02.696Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:02.696Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:03.696Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:09:03.697Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:03.697Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:03.697Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:04.698Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:09:04.698Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:04.698Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:04.698Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:05.699Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:09:05.699Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:05.699Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:05.699Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:06.700Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:09:06.700Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:06.700Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:06.701Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:07.701Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:09:07.701Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:07.702Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:07.702Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:08.702Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:09:08.703Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:08.703Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:08.703Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:09.704Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "serviceName": "Demo_pNF_T3B6zbSGi2YaADhQk31n",
  "serviceVersion": "1.0",
  "serviceUUID": "0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "53a72de3-783e-4b47-b1de-0a636a89ab5c",
  "resources": [
    {
      "resourceInstanceName": "pNF 16fd43e8-271b 0",
      "resourceCustomizationUUID": "88fa0cd3-4226-4714-8744-fb73ed71935e",
      "resourceName": "pNF 16fd43e8-271b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d508e38c-c0fa-4a4d-9625-eb3b8160f955",
      "resourceInvariantUUID": "e0c45bf9-a664-4da1-a4af-6cca8f95a224",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactChecksum": "ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7094e1e0-36ad-4848-a315-00b0c9b42a72"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:09:09.704Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:09:09.704Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC
2023-04-01T07:09:09.705Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5b45de55-3695-452f-9983-9028c5d19e44
ServiceName:Demo_pNF_T3B6zbSGi2YaADhQk31n
ServiceVersion:1.0
ServiceUUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
ServiceInvariantUUID:53a72de3-783e-4b47-b1de-0a636a89ab5c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactUUID:7094e1e0-36ad-4848-a315-00b0c9b42a72
ArtifactChecksum:ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 16fd43e8-271b 0
ResourceCustomizationUUID:88fa0cd3-4226-4714-8744-fb73ed71935e
ResourceInvariantUUID:e0c45bf9-a664-4da1-a4af-6cca8f95a224
ResourceName:pNF 16fd43e8-271b
ResourceType:PNF
ResourceUUID:d508e38c-c0fa-4a4d-9625-eb3b8160f955
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T07:09:09.705Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:09:09.747Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:09:09.747Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:09:09.747Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:09:09.747Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 from URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:09:09.747Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:09:09.748Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:09:10.039Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T07:09:10.042Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar 7094e1e0-36ad-4848-a315-00b0c9b42a72 88007
2023-04-01T07:09:10.042Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T07:09:10.042Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:09:10.042Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:09:10.042Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:10.042Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:10.043Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332950042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:11.043Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:09:11.044Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:09:11.044Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72, URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar to file: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:09:11.045Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:09:11.045Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:09:11.045Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:09:11.128Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15441430947262264902/Definitions/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml
2023-04-01T07:09:11.749Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:09:11.750Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:09:11.750Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:09:11.750Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:09:11.750Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:09:11.750Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:09:11.750Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:09:11.750Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:09:11.750Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 16fd43e8-271b 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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:09:11.750Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:09:11.750Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:09:11.751Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:09:11.751Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:11.751Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:09:11.751Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T07:09:11.751Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:09:11.751Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:09:11.751Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:11.751Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:09:11.751Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T07:09:11.752Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:09:11.752Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:09:11.752Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:11.752Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:09:11.752Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:11.752Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:09:11.752Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:11.752Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:09:11.752Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:11.752Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:09:11.752Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:11.752Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:09:11.753Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_T3B6zbSGi2YaADhQk31n
Description:catalog service description
Model UUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
Model Version:NULL
Model InvariantUuid:53a72de3-783e-4b47-b1de-0a636a89ab5c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:09:11.803Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||ERROR|500||Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists
2023-04-01T07:09:11.803Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T07:09:11.803Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists)
2023-04-01T07:09:11.803Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:09:11.803Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:11.803Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:11.803Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332951803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:12.805Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T07:09:12.806Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists)
2023-04-01T07:09:12.806Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:09:12.806Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:12.806Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:12.806Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332952805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:13.807Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:09:13.835Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:09:13.840Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:09:13.841Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:09:13.841Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:09:13.841Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:09:13.841Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:09:13.841Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:09:13.841Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:09:13.841Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:09:13.841Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:09:13.858Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:09:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.267Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:09:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:09:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T07:09:37.268Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:09:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:09:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.269Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332862921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:09:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332865053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T07:09:37.270Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332866054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T07:09:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332897295,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:09:37.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:09:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:09:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:09:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:09:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:09:37.273Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:09:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:09:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:09:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332906678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:09:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332908404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
}
2023-04-01T07:09:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:09:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332909406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
}
2023-04-01T07:09:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:09:43.859Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:09:43.868Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b45de55-3695-452f-9983-9028c5d19e44 and serviceModelVersionId: 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
2023-04-01T07:09:43.868Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53a72de3-783e-4b47-b1de-0a636a89ab5c
2023-04-01T07:09:43.869Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0
2023-04-01T07:09:43.875Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:09:43.900Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||Invoke
2023-04-01T07:09:43.901Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[26d6291c-f2fc-4d82-a9fe-edeb0da98f03], X-ECOMP-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], X-TransactionId=[], X-ONAP-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], Content-Type=[application/merge-patch+json]}
2023-04-01T07:09:43.908Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:09:44.061Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:09:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[250016], x-aai-txid=[0-aai-resources-230401-07:09:43:054-75949], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:09:44.061Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:09:44.062Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||InvokeReturn
2023-04-01T07:09:44.062Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:09:44.062Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:09:44.073Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:09:44.073Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b45de55-3695-452f-9983-9028c5d19e44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:09:44.073Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:09:44.074Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:44.074Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:44.074Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332984073,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:09:45.107Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:09:45.107Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1314236a-cd6a-41a1-8281-e09a18d9fe21","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f26e5059-2fa3-46e4-bb31-bb140b69081a","serviceDescription":"service","serviceInvariantUUID":"ee0afdf1-fed7-44ee-a6b7-83cdbd151b97","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1818899-835f-4d40-a5ee-e02a1724ab39","resourceInvariantUUID":"1af08c65-dff4-49fc-afa2-5e2c421c946b","resourceCustomizationUUID":"93353038-149d-4ead-bcfe-2faf7b1527c6","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":"Mzc0MmM3Y2QwZmUwMjljZWFlZmVjMzJiOWY0NWNiYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0399e894-f11b-48ab-ab07-684422fc26a1","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":"NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f6611bc-f2b0-4d20-947d-90858cc60f6a","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":"a29c38d8-dd9d-4ae1-910b-1426b62e2777","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":"e31356fa-e238-4fec-8b1a-a20f57a73f84","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":"43f30c31-5224-4085-b5f9-b1d8a11fee3b","artifactVersion":"2","generatedFromUUID":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9"},{"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":"d61625a5-f2ed-4814-8a3c-2ffd8497b076","artifactVersion":"2","generatedFromUUID":"a29c38d8-dd9d-4ae1-910b-1426b62e2777"},{"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":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9","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":"7b627770-368d-414e-91cf-3778905e2fb8","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":"NjY3ZDM4NmQ3MzExYTNiMWE4YTQ0NWM3NmVhYmY1NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79a0639f-3caf-4dba-adbe-5eec58d704c5","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1898e78b-af65-4926-9400-00b38f3e5f77","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:09:45.108Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:09:45.108Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:45.108Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:45.109Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:46.109Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:09:46.110Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:46.110Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:46.110Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:47.111Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:09:47.111Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:47.111Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:47.112Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:48.112Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:09:48.113Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:48.113Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:48.113Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:49.113Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:09:49.114Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:49.114Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:49.114Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:50.115Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:09:50.115Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:50.115Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:50.116Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:51.117Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:09:51.117Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:51.118Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:51.118Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:52.118Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:09:52.119Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:52.119Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:52.119Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:53.119Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:09:53.120Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:53.120Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:53.120Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:54.120Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:09:54.121Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:54.121Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:54.121Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:55.121Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f26e5059-2fa3-46e4-bb31-bb140b69081a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee0afdf1-fed7-44ee-a6b7-83cdbd151b97",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "93353038-149d-4ead-bcfe-2faf7b1527c6",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a1818899-835f-4d40-a5ee-e02a1724ab39",
      "resourceInvariantUUID": "1af08c65-dff4-49fc-afa2-5e2c421c946b",
      "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": "NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1f6611bc-f2b0-4d20-947d-90858cc60f6a",
          "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": "a29c38d8-dd9d-4ae1-910b-1426b62e2777",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
            "generatedFromUUID": "a29c38d8-dd9d-4ae1-910b-1426b62e2777"
          },
          "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": "43f30c31-5224-4085-b5f9-b1d8a11fee3b",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
          "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": "d7b3ac90-ed11-4955-8c35-9548ba9a0ec9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1898e78b-af65-4926-9400-00b38f3e5f77"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:09:55.122Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:09:55.122Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC
2023-04-01T07:09:55.122Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1314236a-cd6a-41a1-8281-e09a18d9fe21
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
ServiceInvariantUUID:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
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:1898e78b-af65-4926-9400-00b38f3e5f77
ArtifactChecksum:ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:93353038-149d-4ead-bcfe-2faf7b1527c6
ResourceInvariantUUID:1af08c65-dff4-49fc-afa2-5e2c421c946b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:a1818899-835f-4d40-a5ee-e02a1724ab39
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:1f6611bc-f2b0-4d20-947d-90858cc60f6a
ArtifactChecksum:NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI=
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:a29c38d8-dd9d-4ae1-910b-1426b62e2777
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:43f30c31-5224-4085-b5f9-b1d8a11fee3b
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:d7b3ac90-ed11-4955-8c35-9548ba9a0ec9
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:09:55.122Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:09:55.175Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:09:55.176Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:09:55.176Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:09:55.177Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-01T07:09:55.177Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:09:55.177Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:55.552Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T07:09:55.557Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 1898e78b-af65-4926-9400-00b38f3e5f77 163251
2023-04-01T07:09:55.558Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:55.558Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:55.558Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:09:55.558Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:55.558Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:55.558Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332995557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:56.558Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:09:56.559Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:09:56.559Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:09:56.560Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-01T07:09:56.561Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:09:56.562Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:09:56.677Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2683191052185417755/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-01T07:09:57.465Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:09:57.465Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:09:57.465Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:09:57.466Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-01T07:09:57.466Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:57.466Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:57.466Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:57.466Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:57.466Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:09:57.467Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:57.467Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:57.467Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:09:57.467Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:09:57.467Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:57.468Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:57.468Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:57.468Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:09:57.468Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:09:57.468Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:57.468Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:57.469Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:57.469Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:57.469Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T07:09:57.469Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-01T07:09:57.469Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-01T07:09:57.470Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:09:57.470Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:57.470Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:57.470Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:57.470Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:09:57.470Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:09:57.471Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:57.471Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:09:57.471Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:09:57.471Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:57.472Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:09:57.472Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:09:57.472Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:57.472Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:09:57.472Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:09:57.472Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:57.472Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T07:09:57.473Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-01T07:09:57.473Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=afe00e20-951f-4d2d-bb1a-0a9c40fed98e
2023-04-01T07:09:57.473Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:57.473Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:57.473Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:57.473Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:57.473Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:57.474Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:57.474Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:09:57.474Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:57.474Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
Model Version:NULL
Model InvariantUuid:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:4dfdcd0c-b0e2-4c2f-b132-eab399cc6814
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1af08c65-dff4-49fc-afa2-5e2c421c946b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:93353038-149d-4ead-bcfe-2faf7b1527c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cbbb0e3f-c936-4bd0-b425-d2a5d86e13e5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a87649e1-f718-416f-ac14-50b6a992f7d7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:cb4a155e-2310-4c2d-b442-5fab53892d7f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:5c04c4b8-e0e7-4035-8a4a-775d920238dd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:afe00e20-951f-4d2d-bb1a-0a9c40fed98e
ModelInvariantUuid:0fdbd085-9e81-4290-96e9-e5a66d7f02ad
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5759c48b-db2f-42a8-badb-44ed3f09e6b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:172b0c5b-be2b-4dc1-a8d9-b9b632b41495
ModelInvariantUuid:46e6967c-3564-4ee0-af40-3fd5d763862a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:efd8cd30-564a-4085-8745-3369bf468c27
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:09:57.518Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||ERROR|500||Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists
2023-04-01T07:09:57.518Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:57.519Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists)
2023-04-01T07:09:57.519Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:09:57.519Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:57.519Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:57.519Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332997518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:58.519Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:09:58.520Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists)
2023-04-01T07:09:58.520Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:09:58.520Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:09:58.520Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:09:58.520Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332998519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:09:59.521Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:09:59.549Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:09:59.554Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:09:59.554Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:09:59.554Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:09:59.554Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:09:59.555Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:09:59.555Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:09:59.555Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:09:59.555Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:09:59.555Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:09:59.569Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:10:29.569Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:10:29.582Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and serviceModelVersionId: f26e5059-2fa3-46e4-bb31-bb140b69081a
2023-04-01T07:10:29.582Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
2023-04-01T07:10:29.583Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0
2023-04-01T07:10:29.591Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:10:29.611Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||Invoke
2023-04-01T07:10:29.611Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1314236a-cd6a-41a1-8281-e09a18d9fe21], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dd11e3c2-730b-4902-a769-a979a41a6177], X-ECOMP-RequestID=[1314236a-cd6a-41a1-8281-e09a18d9fe21], X-TransactionId=[], X-ONAP-RequestID=[1314236a-cd6a-41a1-8281-e09a18d9fe21], Content-Type=[application/merge-patch+json]}
2023-04-01T07:10:29.618Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:10:29.784Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:10:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[262320], x-aai-txid=[2-aai-resources-230401-07:10:28:765-2184], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:10:29.785Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:10:29.785Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||InvokeReturn
2023-04-01T07:10:29.785Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:10:29.785Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:10:29.795Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:10:29.795Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1314236a-cd6a-41a1-8281-e09a18d9fe21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:10:29.795Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:10:29.796Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:10:29.796Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:10:29.796Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333029795,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:10:30.828Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:10:30.828Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f4a0b667-7242-474d-a1f8-09bba9315ce1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa","serviceDescription":"service","serviceInvariantUUID":"0b7464e9-6d23-4f1a-a639-f0a0ad3efc47","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2761a12a-a271-4116-bad3-d9a7086f4e0c","resourceInvariantUUID":"777a4fd2-6905-45c6-a15e-00e0b884aa61","resourceCustomizationUUID":"1ae5d246-d79a-4f01-80d0-0207f7887709","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":"OGJiNzY5ZTVlMjZiNzZjNDJmOTk3ZTM2NDUzM2YyNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7622934-bce1-4aef-9638-289fc9394c9c","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":"ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3a90a98d-9f57-445f-832b-3a47c8682ab0","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":"96bc3435-51b4-43f2-ae7a-892c4b031e50","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":"41c23afd-cfc1-49b5-ac54-e951770da212","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":"1cced3a2-a150-48ad-a0f7-7e5b812065e7","artifactVersion":"2","generatedFromUUID":"96bc3435-51b4-43f2-ae7a-892c4b031e50"},{"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":"MzY4YzhkZjUyNzlmOTY4ZDAyNzdiMTYwNTJjZmFhNDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"64790e8e-52ea-4f46-b10f-9d1faa571d27","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":"ZDhlZjA4NDdmMTI0OGMxZmVkZTc2ZTcwMDU2MDAyOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97ac84a0-d744-4d88-acc4-690082a09899","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90a0e0f4-5eb8-4db0-83a3-3607267b08ef","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:10:30.828Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:10:30.829Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:10:30.829Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:10:30.829Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:10:31.830Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:10:31.830Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:10:31.830Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:10:31.831Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:10:32.831Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:10:32.832Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:10:32.832Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:10:32.832Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:10:33.832Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:10:33.833Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:10:33.833Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:10:33.833Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:10:34.834Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:10:34.834Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:10:34.834Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:10:34.834Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:10:35.835Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:10:35.835Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:10:35.835Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:10:35.835Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:10:36.836Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:10:36.836Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:10:36.837Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:10:36.837Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:10:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:10:37.266Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: cached metadata has changed from (version96: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version97: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-04-01T07:10:37.284Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:10:37.284Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T07:10:37.289Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:10:37.290Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 56: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T07:10:37.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:10:37.307Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T07:10:37.307Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:10:37.312Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:10:37.312Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:10:37.312Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:10:37.313Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2199, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:10:37.313Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:10:37.313Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:10:37.838Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:10:37.839Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:10:37.839Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:10:37.839Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:10:38.330Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.330Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332940667,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:10:38.331Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.331Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:10:38.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:10:38.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.332Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:10:38.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:10:38.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.333Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:10:38.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:10:38.334Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:10:38.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:10:38.335Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332950042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:10:38.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332951803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
}
2023-04-01T07:10:38.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332952805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
}
2023-04-01T07:10:38.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332984073,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:10:38.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.337Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:10:38.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:10:38.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:10:38.338Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:10:38.339Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-01T07:10:38.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-01T07:10:38.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.340Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-01T07:10:38.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:10:38.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:10:38.341Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:10:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332995557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:10:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.342Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332997518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists"
}
2023-04-01T07:10:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332998519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists"
}
2023-04-01T07:10:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333029795,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:10:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.343Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:10:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:10:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.344Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:10:38.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:10:38.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.345Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T07:10:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:10:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:10:38.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:10:38.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:10:38.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:10:38.841Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b7464e9-6d23-4f1a-a639-f0a0ad3efc47",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "1ae5d246-d79a-4f01-80d0-0207f7887709",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2761a12a-a271-4116-bad3-d9a7086f4e0c",
      "resourceInvariantUUID": "777a4fd2-6905-45c6-a15e-00e0b884aa61",
      "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": "ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3a90a98d-9f57-445f-832b-3a47c8682ab0",
          "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": "96bc3435-51b4-43f2-ae7a-892c4b031e50",
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
            "generatedFromUUID": "96bc3435-51b4-43f2-ae7a-892c4b031e50"
          },
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90a0e0f4-5eb8-4db0-83a3-3607267b08ef"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:10:38.841Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:10:38.841Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC
2023-04-01T07:10:38.842Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f4a0b667-7242-474d-a1f8-09bba9315ce1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
ServiceInvariantUUID:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
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:90a0e0f4-5eb8-4db0-83a3-3607267b08ef
ArtifactChecksum:NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:1ae5d246-d79a-4f01-80d0-0207f7887709
ResourceInvariantUUID:777a4fd2-6905-45c6-a15e-00e0b884aa61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2761a12a-a271-4116-bad3-d9a7086f4e0c
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:3a90a98d-9f57-445f-832b-3a47c8682ab0
ArtifactChecksum:ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY=
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:96bc3435-51b4-43f2-ae7a-892c4b031e50
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:10:38.842Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:10:38.894Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:10:38.895Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:10:38.895Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:10:38.895Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-01T07:10:38.895Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:10:38.896Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:39.221Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T07:10:39.223Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 90a0e0f4-5eb8-4db0-83a3-3607267b08ef 82964
2023-04-01T07:10:39.223Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:39.223Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:39.223Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:10:39.223Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:10:39.223Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:10:39.223Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333039223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:10:40.225Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:10:40.225Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:10:40.226Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:10:40.226Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-01T07:10:40.227Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:10:40.227Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:10:40.327Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8340729242339738616/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T07:10:41.317Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:10:41.317Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:10:41.317Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:10:41.317Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:10:41.317Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:41.317Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:41.317Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:41.317Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:41.318Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:41.318Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:41.318Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:41.318Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:10:41.318Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:10:41.318Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:41.318Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:10:41.318Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:10:41.318Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:10:41.318Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:10:41.318Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:41.318Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:10:41.318Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:10:41.318Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:10:41.318Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:10:41.318Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:41.318Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:10:41.319Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T07:10:41.319Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T07:10:41.319Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T07:10:41.319Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T07:10:41.319Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T07:10:41.319Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:10:41.319Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:10:41.319Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:41.319Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:10:41.319Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:10:41.319Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:10:41.319Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:10:41.319Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:10:41.319Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:10:41.319Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:10:41.319Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:10:41.320Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:10:41.320Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:10:41.320Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T07:10:41.320Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T07:10:41.320Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T07:10:41.320Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c145e713-24cd-4ba8-a6c1-379c251df156
2023-04-01T07:10:41.320Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:10:41.320Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:41.320Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:10:41.320Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:41.320Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:10:41.320Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:41.320Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:10:41.320Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:41.320Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
Model Version:NULL
Model InvariantUuid:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c54629b9-eb6a-453f-8eb3-d6cf6f8348c9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:777a4fd2-6905-45c6-a15e-00e0b884aa61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1ae5d246-d79a-4f01-80d0-0207f7887709
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dfff1756-6614-47f2-9fa7-e61cbc49c457
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:dcb1002f-0e42-4966-938c-a4b617a68436
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c145e713-24cd-4ba8-a6c1-379c251df156
ModelInvariantUuid:04b23e99-bf5c-4475-b624-35bc118a60f4
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:daf8834e-b8ef-455b-aff7-624a4226c0c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5ea7b3b4-7cdb-46ff-b9eb-8764dcc6473f
ModelInvariantUuid:56fa5535-ffdf-4a3b-9100-37873a9a69d7
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d47dc4f4-4851-4c2e-b714-d306e76fe3f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:10:41.370Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||ERROR|500||Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists
2023-04-01T07:10:41.371Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:41.371Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists)
2023-04-01T07:10:41.371Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:10:41.371Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:10:41.371Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:10:41.371Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333041371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:10:42.372Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:10:42.372Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists)
2023-04-01T07:10:42.372Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:10:42.373Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:10:42.373Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:10:42.373Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333042372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:10:43.374Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:10:43.394Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:10:43.398Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:10:43.399Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:10:43.399Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:10:43.399Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:10:43.399Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:10:43.399Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:10:43.399Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:10:43.399Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:10:43.399Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:10:43.414Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:11:13.414Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:11:13.425Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and serviceModelVersionId: 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
2023-04-01T07:11:13.425Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
2023-04-01T07:11:13.426Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0
2023-04-01T07:11:13.433Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:11:13.457Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:11:13.458Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||Invoke
2023-04-01T07:11:13.466Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:11:13.606Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||InvokeReturn
2023-04-01T07:11:13.606Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:11:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[278688], x-aai-txid=[0-aai-resources-230401-07:11:12:613-35553], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:11:13.606Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:11:13.607Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:11:13.607Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:11:13.617Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:11:13.617Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4a0b667-7242-474d-a1f8-09bba9315ce1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:11:13.618Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:11:13.618Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:11:13.618Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:11:13.618Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333073617,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:11:14.648Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:11:14.648Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"501785e9-f1fd-4675-b2b8-533de86fc0eb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"41e29eb7-2992-4121-8ff3-983252f0e8f4","serviceDescription":"service","serviceInvariantUUID":"abadc27a-99ac-4198-888c-30a2573d6daf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c3d302d8-3273-4794-821a-a8d9ad08f1c4","resourceInvariantUUID":"9679e179-17a5-46ed-98c9-88b262e95ccb","resourceCustomizationUUID":"7a29e752-5e4d-4a57-a6b2-2c430710f011","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":"YzU4MjRkODI0ODQ3ZjhjMWQxN2JkZDQ3ZTMyM2Q3NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1270f5d2-ba55-4180-8d28-10f28a813a4c","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":"1bd27fb0-5c12-436f-be21-4fb3b7a0ff94","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":"0e4dbae7-c3df-417f-ab1c-19964d13e479","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":"NjUxYzVkNWZiZjZmOWE3ZjFiY2ZlMGRmOGM2YmMxNGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f9ffe5a0-fc60-4c48-8b36-3b61f746aa02","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":"d5f83ca6-9390-403a-8f14-e633ed114104","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":"b9b0eaf0-2cc2-4941-9b36-9cf4f4a8ce0b","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":"73d906b2-aa7f-47cc-a7f2-09d23acf1e03","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":"N2RkNTViY2ZjYmRlZDBmMjRjZTZiYjYxYTUxNjdjNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a7c193d-4650-432b-8c37-24d2e056dd34","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da488a63-d045-4e3b-9e46-0c19d314e5f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:11:14.649Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:11:14.649Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:11:14.649Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:11:14.649Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:11:15.649Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:11:15.650Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:11:15.650Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:11:15.650Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:11:16.650Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:11:16.650Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:11:16.650Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:11:16.650Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:11:17.651Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:11:17.651Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:11:17.651Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:11:17.651Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:11:18.652Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:11:18.652Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:11:18.652Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:11:18.652Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:11:19.653Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:11:19.653Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:11:19.653Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:11:19.653Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:11:20.654Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:11:20.654Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:11:20.654Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:11:20.654Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:11:21.655Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:11:21.655Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:11:21.655Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:11:21.655Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:11:22.656Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:11:22.656Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:11:22.656Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:11:22.656Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:11:23.657Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "41e29eb7-2992-4121-8ff3-983252f0e8f4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "abadc27a-99ac-4198-888c-30a2573d6daf",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7a29e752-5e4d-4a57-a6b2-2c430710f011",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c3d302d8-3273-4794-821a-a8d9ad08f1c4",
      "resourceInvariantUUID": "9679e179-17a5-46ed-98c9-88b262e95ccb",
      "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": "ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da488a63-d045-4e3b-9e46-0c19d314e5f4"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:11:23.657Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:11:23.658Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC
2023-04-01T07:11:23.658Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:501785e9-f1fd-4675-b2b8-533de86fc0eb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:41e29eb7-2992-4121-8ff3-983252f0e8f4
ServiceInvariantUUID:abadc27a-99ac-4198-888c-30a2573d6daf
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:da488a63-d045-4e3b-9e46-0c19d314e5f4
ArtifactChecksum:ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7a29e752-5e4d-4a57-a6b2-2c430710f011
ResourceInvariantUUID:9679e179-17a5-46ed-98c9-88b262e95ccb
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c3d302d8-3273-4794-821a-a8d9ad08f1c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T07:11:23.658Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:11:23.700Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:11:23.701Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:11:23.701Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:11:23.701Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-01T07:11:23.701Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:11:23.702Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T07:11:23.726Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T07:11:23.726Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2ba20200
2023-04-01T07:11:23.727Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T07:11:23.727Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T07:11:23.727Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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 da488a63-d045-4e3b-9e46-0c19d314e5f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T07:11:23.728Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T07:11:23.728Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T07:11:23.728Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T07:11:23.728Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:11:23.728Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:11:23.729Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333083728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:11:24.729Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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:da488a63-d045-4e3b-9e46-0c19d314e5f4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:11:24.776Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists
2023-04-01T07:11:24.777Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T07:11:24.777Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists)
2023-04-01T07:11:24.777Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:11:24.777Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:11:24.778Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:11:24.778Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333084777,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:11:25.779Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T07:11:25.779Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists)
2023-04-01T07:11:25.779Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:11:25.779Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:11:25.779Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:11:25.780Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333085779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:11:26.780Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:11:26.812Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:11:26.818Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:11:26.818Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:11:26.818Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:11:26.818Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:11:26.818Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:11:26.818Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:11:26.818Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:11:26.818Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:11:26.818Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:11:26.836Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:11:37.265Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:11:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:11:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333039223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:11:37.274Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:11:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:11:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333041371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists"
}
2023-04-01T07:11:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:11:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:11:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333042372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists"
}
2023-04-01T07:11:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:11:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:11:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333073617,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:11:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:11:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:11:37.275Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:11:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:11:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:11:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:11:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:11:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:11:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:11:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:11:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:11:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:11:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:11:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:11:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:11:37.276Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:11:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:11:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:11:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:11:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:11:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:11:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:11:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:11:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:11:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:11:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:11:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680332338511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:11:37.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:11:37.278Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:11:37.278Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333083728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T07:11:37.278Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:11:37.278Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:11:37.278Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333084777,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists"
}
2023-04-01T07:11:37.278Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:11:37.278Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:11:37.278Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333085779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists"
}
2023-04-01T07:11:37.278Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:11:56.836Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:11:56.850Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and serviceModelVersionId: 41e29eb7-2992-4121-8ff3-983252f0e8f4
2023-04-01T07:11:56.851Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abadc27a-99ac-4198-888c-30a2573d6daf
2023-04-01T07:11:56.851Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0
2023-04-01T07:11:56.863Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:11:56.886Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:11:56.887Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||Invoke
2023-04-01T07:11:56.895Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:11:57.036Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||InvokeReturn
2023-04-01T07:11:57.037Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:11:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[262208], x-aai-txid=[0-aai-resources-230401-07:11:56:042-18463], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:11:57.038Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:11:57.038Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:11:57.038Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:11:57.048Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:11:57.048Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 501785e9-f1fd-4675-b2b8-533de86fc0eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:11:57.048Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:11:57.049Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:11:57.049Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:11:57.049Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333117048,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:11:58.078Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T07:11:58.078Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T07:11:58.079Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 0 disconnected.
2023-04-01T07:11:58.079Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 2 disconnected.
2023-04-01T07:11:58.079Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T07:11:58.079Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T07:11:58.079Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T07:11:58.080Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T07:11:58.082Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T07:11:58.085Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-29518230-fd1c-48a3-a6a3-b167536728b9
2023-04-01T07:11:58.085Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T07:11:58.085Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T07:11:58.664Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:12:01.672Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:12:04.684Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:12:07.693Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:12:10.702Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:12:13.712Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:12:16.724Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:12:19.733Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:12:22.743Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:12:25.752Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:12:28.764Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:12:31.773Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:12:34.781Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:12:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:12:37.282Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:12:37.283Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T07:12:37.291Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:12:37.291Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-29518230-fd1c-48a3-a6a3-b167536728b9', protocol='range'}
2023-04-01T07:12:37.296Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:12:37.297Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:12:37.297Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:12:37.297Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:12:37.297Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:12:37.297Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:12:37.298Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 57: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-29518230-fd1c-48a3-a6a3-b167536728b9=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T07:12:37.315Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-29518230-fd1c-48a3-a6a3-b167536728b9', protocol='range'}
2023-04-01T07:12:37.315Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T07:12:37.315Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:12:37.316Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T07:12:37.316Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T07:12:37.316Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:12:37.321Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:12:37.321Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:12:37.321Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:12:37.321Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:12:37.321Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:12:37.321Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:12:37.321Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:12:37.322Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:12:37.322Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:12:37.322Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2250, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:12:37.322Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:12:37.322Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:12:37.422Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:12:37.422Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:12:37.423Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:12:37.423Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:12:37.423Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:12:37.423Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:12:38.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T07:12:38.339Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333117048,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:12:38.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:12:38.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T07:12:38.340Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:12:38.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:12:38.424Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:12:38.424Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:12:38.424Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:12:38.425Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:12:39.425Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:12:39.426Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:12:39.426Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:12:39.426Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:12:40.427Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:12:40.428Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:12:40.428Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:12:40.428Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:12:41.428Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:12:41.429Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:12:41.429Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:12:41.429Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:12:42.430Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:12:42.430Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:12:42.430Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:12:42.430Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:12:43.430Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:12:43.431Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:12:43.431Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:12:43.431Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:12:44.431Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:12:44.432Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:12:44.432Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T07:12:44.432Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:12:44.432Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:12:44.470Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:12:44.471Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:12:44.471Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:12:44.471Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T07:12:44.471Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:12:44.471Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T07:12:44.500Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T07:12:44.500Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7bd7e3f6
2023-04-01T07:12:44.500Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T07:12:44.501Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T07:12:44.501Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T07:12:44.501Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T07:12:44.501Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T07:12:44.501Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T07:12:44.501Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:12:44.501Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:12:44.501Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333164501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:12:45.502Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T07:12:45.524Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:12:45.525Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:12:45.529Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T07:12:45.530Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T07:12:45.530Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T07:12:45.530Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:12:45.530Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T07:12:45.553Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T07:12:45.553Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5e0867b7
2023-04-01T07:12:45.554Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T07:12:45.554Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T07:12:45.554Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T07:12:45.554Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T07:12:45.554Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T07:12:45.555Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T07:12:45.555Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:12:45.555Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:12:45.555Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333165554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:12:46.556Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:12:46.557Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:12:46.580Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:12:46.584Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:12:46.584Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:13:16.585Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:13:16.611Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:13:16.616Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:13:16.616Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:13:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:13:37.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T07:13:37.266Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:13:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:13:46.616Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:13:46.642Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:13:46.646Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:13:46.646Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:14:16.646Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:14:16.670Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:14:16.674Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:14:16.674Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:14:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:14:37.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T07:14:37.266Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:14:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:14:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T07:14:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:14:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:14:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T07:14:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T07:14:37.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:14:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T07:14:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:14:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:14:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T07:14:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:14:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:14:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T07:14:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333164501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T07:14:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:14:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T07:14:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333165554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T07:14:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:14:46.675Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:14:46.701Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:14:46.705Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:14:46.705Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:15:16.705Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:15:16.727Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:15:16.731Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:15:16.731Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:15:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:15:46.731Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:15:46.759Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:15:46.764Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:15:46.765Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:16:16.765Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:16:16.790Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:16:16.794Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:16:16.795Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:16:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:16:46.795Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:16:46.825Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:16:46.829Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:16:46.829Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:17:16.830Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:17:16.854Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:17:16.858Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:17:16.858Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:17:37.267Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:17:37.485Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T07:17:37.486Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-29518230-fd1c-48a3-a6a3-b167536728b9 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-04-01T07:17:37.486Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T07:17:37.486Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T07:17:37.909Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:17:37.925Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:17:37.925Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T07:17:37.933Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:17:37.934Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 58: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T07:17:37.951Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:17:37.951Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T07:17:37.952Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:17:37.957Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:17:37.957Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:17:37.957Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:17:37.957Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2260, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:17:37.957Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:17:37.957Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:17:46.859Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T07:17:46.859Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:17:46.869Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T07:17:46.869Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T07:17:46.870Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T07:17:46.877Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:17:46.894Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:17:46.895Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T07:17:46.906Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T07:17:47.104Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T07:17:47.104Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|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/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:17:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[193], vertex-id=[168128], x-aai-txid=[1-aai-resources-230401-07:17:46:053-82594], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:17:47.104Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:17:47.104Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:17:47.104Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:17:47.113Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:17:47.113Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T07:17:47.113Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T07:17:47.113Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:17:47.113Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:17:47.114Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333467113,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:17:47.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:17:47.140Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333467113,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T07:17:47.140Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:17:48.151Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:17:48.151Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:17:48.151Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:17:48.152Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:17:48.152Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:17:48.152Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:17:49.153Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:17:49.154Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:17:49.154Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:17:49.154Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:17:50.155Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:17:50.155Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:17:50.155Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:17:50.155Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:17:51.156Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:17:51.156Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:17:51.156Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:17:51.157Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:17:52.157Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:17:52.158Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:17:52.158Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:17:52.158Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:17:53.158Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:17:53.159Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:17:53.159Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:17:53.159Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:17:54.160Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:17:54.160Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:17:54.160Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:17:54.160Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:17:55.162Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:17:55.162Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:17:55.162Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T07:17:55.162Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:17:55.162Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:17:55.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:17:55.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:17:55.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:17:55.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T07:17:55.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:17:55.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T07:17:55.586Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T07:17:55.591Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T07:17:55.591Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T07:17:55.592Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T07:17:55.592Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:17:55.592Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:17:55.592Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:17:55.592Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333475591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:17:56.593Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:17:56.593Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:17:56.594Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:17:56.594Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T07:17:56.595Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:17:56.595Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:17:56.721Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP403713010719605749/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-04-01T07:17:58.209Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:17:58.209Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:17:58.209Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:17:58.209Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T07:17:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:17:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:17:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:17:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:17:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:17:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:17:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:17:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:17:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:17:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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-Vfw20230401032812-csar.csar
2023-04-01T07:17:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T07:17:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:17:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:17:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:17:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:17:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:17:58.210Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:17:58.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:17:58.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:17:58.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:17:58.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:17:58.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:17:58.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:17:58.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:17:58.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:17:58.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:17:58.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:17:58.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:17:58.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:17:58.211Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:17:58.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:17:58.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:17:58.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:17:58.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:17:58.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:17:58.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:17:58.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:17:58.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:17:58.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:17:58.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:17:58.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:17:58.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:17:58.212Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:17:58.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:17:58.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:17:58.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:17:58.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:17:58.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:17:58.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:17:58.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:17:58.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:17:58.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:17:58.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:17:58.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:17:58.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:17:58.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:17:58.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:17:58.213Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T07:17:58.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:17:58.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:17:58.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:17:58.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:17:58.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:17:58.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:17:58.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:17:58.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:17:58.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T07:17:58.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:17:58.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:17:58.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:17:58.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:17:58.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:17:58.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:17:58.214Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:17:58.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:17:58.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:17:58.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T07:17:58.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:17:58.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:17:58.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:17:58.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:17:58.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T07:17:58.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:17:58.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:17:58.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:17:58.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:17:58.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:17:58.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:17:58.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:17:58.215Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:17:58.216Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:17:58.216Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:17:58.216Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:17:58.216Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:17:58.216Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:17:58.216Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T07:17:58.216Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T07:17:58.216Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:17:58.216Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:17:58.216Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:17:58.216Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:17:58.216Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:17:58.216Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:17:58.216Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:17:58.216Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:17:58.216Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:17:58.268Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T07:17:58.269Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T07:17:58.269Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T07:17:58.269Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:17:58.269Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:17:58.269Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:17:58.269Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333478269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:17:59.271Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T07:17:59.271Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T07:17:59.271Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:17:59.271Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:17:59.271Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:17:59.271Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333479271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:18:00.272Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:18:00.302Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:18:00.307Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:18:00.307Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:18:00.307Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:18:00.307Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:18:00.307Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:18:00.307Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:18:00.308Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:18:00.308Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:18:00.308Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:18:00.323Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:18:30.324Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:18:30.336Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T07:18:30.337Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T07:18:30.337Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T07:18:30.345Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:18:30.368Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:18:30.369Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T07:18:30.376Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:18:30.521Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T07:18:30.522Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|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/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:18:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[172224], x-aai-txid=[1-aai-resources-230401-07:18:29:522-50561], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:18:30.522Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:18:30.523Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:18:30.523Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:18:30.531Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:18:30.532Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:18:30.532Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:18:30.532Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:18:30.532Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:18:30.532Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333510532,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:18:31.565Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:18:31.565Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:18:31.566Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:18:31.566Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:18:31.566Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:18:31.566Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:18:32.567Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:18:32.567Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:18:32.567Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:18:32.568Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:18:33.568Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:18:33.569Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:18:33.569Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:18:33.569Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:18:34.569Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:18:34.570Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:18:34.570Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:18:34.570Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:18:35.571Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:18:35.571Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:18:35.571Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:18:35.572Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:18:36.573Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:18:36.573Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:18:36.573Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:18:36.573Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:18:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:18:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:18:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:18:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:18:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:18:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:18:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:18:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:18:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:18:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:18:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:18:37.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:18:37.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:18:37.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:18:37.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T07:18:37.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:18:37.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:18:37.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:18:37.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:18:37.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:18:37.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:18:37.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:18:37.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:18:37.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333475591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:18:37.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:18:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:18:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333478269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T07:18:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:18:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:18:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333479271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T07:18:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:18:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:18:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333510532,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:18:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:18:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:18:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:18:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:18:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:18:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:18:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:18:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:18:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:18:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:18:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:18:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:18:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:18:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:18:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T07:18:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:18:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:18:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:18:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:18:37.574Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:18:37.574Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:18:37.574Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:18:37.574Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:18:38.575Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:18:38.575Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:18:38.575Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T07:18:38.576Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:18:38.576Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:18:38.618Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:18:38.619Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:18:38.619Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:18:38.619Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T07:18:38.619Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:18:38.619Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T07:18:38.977Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T07:18:38.982Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T07:18:38.982Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T07:18:38.982Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T07:18:38.982Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:18:38.982Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:18:38.982Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:18:38.982Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333518982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:18:39.983Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:18:39.983Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:18:39.984Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:18:39.984Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T07:18:39.985Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:18:39.985Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:18:40.136Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2045296224692589593/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-01T07:18:41.792Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:18:41.792Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:18:41.792Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:18:41.792Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T07:18:41.792Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:18:41.792Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T07:18:41.792Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:18:41.792Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:18:41.792Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:18:41.792Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:18:41.792Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:18:41.792Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:18:41.792Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:18:41.793Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:18:41.793Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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-Vfw20230401040330-csar.csar
2023-04-01T07:18:41.793Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:18:41.793Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:18:41.793Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:18:41.793Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:18:41.793Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:18:41.793Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:18:41.793Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:18:41.793Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:18:41.793Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:18:41.793Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:18:41.793Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:18:41.793Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:18:41.793Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:18:41.793Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:18:41.794Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:18:41.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:18:41.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:18:41.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:18:41.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:18:41.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:18:41.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:18:41.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:18:41.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:18:41.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:18:41.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:18:41.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:18:41.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:18:41.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T07:18:41.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:18:41.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:18:41.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:18:41.795Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:18:41.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:18:41.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:18:41.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:18:41.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:18:41.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T07:18:41.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:18:41.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:18:41.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:18:41.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:18:41.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:18:41.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:18:41.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:18:41.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:18:41.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:18:41.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T07:18:41.796Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:18:41.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:18:41.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:18:41.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:18:41.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T07:18:41.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:18:41.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:18:41.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:18:41.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:18:41.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:18:41.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:18:41.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:18:41.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:18:41.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:18:41.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:18:41.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:18:41.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:18:41.797Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:18:41.798Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T07:18:41.798Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T07:18:41.798Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:18:41.798Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:18:41.798Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:18:41.798Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:18:41.798Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:18:41.798Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:18:41.798Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:18:41.798Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:18:41.798Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:18:41.847Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T07:18:41.848Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T07:18:41.848Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T07:18:41.848Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:18:41.848Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:18:41.849Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:18:41.849Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333521848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:18:42.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T07:18:42.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T07:18:42.850Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:18:42.851Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:18:42.851Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:18:42.851Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333522850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:18:43.852Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:18:43.874Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:18:43.878Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:18:43.878Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:18:43.878Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:18:43.878Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:18:43.878Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:18:43.878Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:18:43.879Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:18:43.879Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:18:43.879Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:18:43.892Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:19:13.892Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:19:13.902Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T07:19:13.902Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T07:19:13.903Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T07:19:13.910Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:19:13.926Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:19:13.926Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T07:19:13.933Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:19:14.074Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T07:19:14.075Z|f253543b-2f52-4b87-8b94-fde54695aeb5|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/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:19:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[188560], x-aai-txid=[2-aai-resources-230401-07:19:13:078-52329], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:19:14.075Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:19:14.075Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:19:14.075Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:19:14.084Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:19:14.084Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:19:14.084Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:19:14.085Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:19:14.085Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:19:14.085Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333554084,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:19:15.115Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:19:15.115Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:19:15.115Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:19:15.115Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:19:15.115Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:19:15.116Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:19:16.117Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:19:16.118Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:19:16.118Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:19:16.118Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:19:17.120Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:19:17.120Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:19:17.120Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T07:19:17.121Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T07:19:17.121Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:19:17.162Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:19:17.163Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:19:17.163Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:19:17.163Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T07:19:17.163Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:19:17.163Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T07:19:17.487Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T07:19:17.488Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T07:19:17.488Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T07:19:17.488Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T07:19:17.489Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:19:17.489Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:19:17.489Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:19:17.489Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333557488,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:19:18.489Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:19:18.490Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:19:18.490Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:19:18.491Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T07:19:18.491Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:19:18.491Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:19:18.583Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15850459477000956533/Definitions/service-BasicNetwork-template.yml
2023-04-01T07:19:18.962Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:19:18.962Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:19:18.962Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:19:18.962Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T07:19:18.962Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:19:18.962Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:19:18.962Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:19:18.962Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:19:18.962Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:19:18.962Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:19:18.963Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:19:18.963Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:19:18.963Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:19:18.963Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:19:18.963Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:19:18.963Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T07:19:18.963Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:19:18.963Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:19:18.963Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:19:18.963Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:19:18.963Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T07:19:18.963Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:19:18.963Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:19:18.963Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:19:18.963Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:19:18.963Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:19:18.963Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:19:18.963Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:19:18.964Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:19:18.964Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:19:18.964Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:19:18.964Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:19:18.964Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:19:18.964Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:19:19.011Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T07:19:19.011Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T07:19:19.011Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T07:19:19.011Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:19:19.012Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:19:19.012Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:19:19.012Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333559011,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:19:20.012Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T07:19:20.013Z|4af93655-578d-40d4-b9ee-3fc86773e97d|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: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T07:19:20.013Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:19:20.013Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:19:20.013Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:19:20.013Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333560012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:19:21.014Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:19:21.042Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:19:21.047Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:19:21.047Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:19:21.047Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:19:21.047Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:19:21.047Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:19:21.047Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:19:21.047Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:19:21.047Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:19:21.047Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:19:21.062Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:19:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:19:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:19:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:19:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:19:51.062Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:19:51.075Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T07:19:51.075Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T07:19:51.075Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T07:19:51.082Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:19:51.102Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T07:19:51.102Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b3fc47c3-5c07-4caf-a715-e81bf68963f3], X-ECOMP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-TransactionId=[], X-ONAP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], Content-Type=[application/merge-patch+json]}
2023-04-01T07:19:51.111Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:19:51.270Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:19:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[192576], x-aai-txid=[0-aai-resources-230401-07:19:50:260-58710], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:19:51.270Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:19:51.271Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T07:19:51.271Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:19:51.271Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:19:51.279Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:19:51.280Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:19:51.280Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:19:51.280Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:19:51.280Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:19:51.280Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333591280,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:19:52.314Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:19:52.314Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:19:52.314Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:19:52.315Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:19:52.315Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:19:52.315Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:19:53.316Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:19:53.316Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:19:53.316Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:19:53.317Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:19:54.318Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:19:54.318Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:19:54.318Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:19:54.319Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:19:55.320Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:19:55.320Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:19:55.320Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:19:55.320Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:19:56.321Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:19:56.322Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:19:56.322Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:19:56.322Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:19:57.324Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:19:57.324Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:19:57.324Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:19:57.324Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:19:58.326Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:19:58.326Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:19:58.326Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:19:58.326Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:19:59.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:19:59.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:19:59.328Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:19:59.328Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:20:00.329Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:20:00.329Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:20:00.330Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T07:20:00.330Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T07:20:00.330Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:20:00.382Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:20:00.383Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:20:00.383Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:20:00.383Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:20:00.383Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:20:00.383Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:20:00.649Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T07:20:00.650Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T07:20:00.650Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T07:20:00.651Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:20:00.651Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:20:00.651Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:20:00.651Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:20:00.651Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333600650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:20:01.652Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:20:01.653Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:20:01.653Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:20:01.654Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:20:01.655Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:20:01.655Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:20:01.734Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9734404660008314384/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T07:20:02.326Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:20:02.326Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:20:02.326Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:20:02.326Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:20:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:20:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:20:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:20:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:20:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:20:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:20:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:20:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:20:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:20:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T07:20:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:20:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:20:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:20:02.327Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T07:20:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:20:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:20:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:20:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:20:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:20:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:20:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:20:02.328Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:20:02.378Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T07:20:02.379Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T07:20:02.379Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T07:20:02.379Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:20:02.379Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:20:02.379Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:20:02.379Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333602379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:20:03.380Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T07:20:03.381Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T07:20:03.381Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:20:03.381Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:20:03.381Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:20:03.381Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333603380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:20:04.383Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:20:04.408Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:20:04.412Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:20:04.413Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:20:04.413Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:20:04.413Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:20:04.413Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:20:04.413Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:20:04.413Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:20:04.413Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:20:04.413Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:20:04.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:20:34.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:20:34.438Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T07:20:34.439Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T07:20:34.439Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T07:20:34.447Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:20:34.467Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T07:20:34.468Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a0e7274-7d82-4f07-934e-843173db401c], X-ECOMP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-TransactionId=[], X-ONAP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], Content-Type=[application/merge-patch+json]}
2023-04-01T07:20:34.474Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:20:34.623Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:20:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[221344], x-aai-txid=[2-aai-resources-230401-07:20:33:620-59625], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:20:34.624Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:20:34.624Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T07:20:34.624Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:20:34.624Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:20:34.632Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:20:34.632Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:20:34.632Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:20:34.633Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:20:34.633Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:20:34.633Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333634632,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:20:35.661Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:20:35.661Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:20:35.662Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:20:35.662Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:20:35.662Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:20:35.662Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:20:36.664Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:20:36.664Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:20:36.664Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:20:36.664Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:20:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:20:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:20:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333518982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:20:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:20:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:20:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333521848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T07:20:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:20:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:20:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333522850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T07:20:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:20:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:20:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333554084,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:20:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:20:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:20:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:20:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:20:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:20:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:20:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:20:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:20:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333557488,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:20:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:20:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:20:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333559011,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T07:20:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:20:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:20:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333560012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T07:20:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:20:37.665Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:20:37.666Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:20:37.666Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:20:37.666Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:20:38.667Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:20:38.667Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:20:38.667Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:20:38.667Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:20:39.669Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:20:39.669Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:20:39.669Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:20:39.669Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:20:40.670Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:20:40.671Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:20:40.671Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:20:40.671Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:20:41.672Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:20:41.672Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:20:41.672Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:20:41.673Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:20:42.674Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:20:42.674Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:20:42.674Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T07:20:42.675Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:20:42.675Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:20:42.726Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:20:42.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:20:42.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:20:42.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T07:20:42.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:20:42.727Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T07:20:43.218Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T07:20:43.220Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T07:20:43.220Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T07:20:43.221Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T07:20:43.221Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:20:43.221Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:20:43.221Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:20:43.221Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333643220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:20:44.222Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:20:44.223Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:20:44.224Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:20:44.224Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T07:20:44.224Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:20:44.225Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:20:44.336Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15831132770906946827/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T07:20:45.183Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:20:45.184Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:20:45.184Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:20:45.184Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:20:45.184Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:20:45.184Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:20:45.184Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:20:45.184Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:20:45.184Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:20:45.184Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:20:45.184Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:20:45.184Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:20:45.184Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:45.184Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:20:45.184Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:20:45.184Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:20:45.185Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:20:45.185Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:45.185Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:20:45.185Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:20:45.185Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:20:45.185Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:20:45.185Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:45.185Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:20:45.185Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:45.185Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T07:20:45.185Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T07:20:45.185Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T07:20:45.185Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T07:20:45.185Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T07:20:45.185Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:20:45.185Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:45.185Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:20:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:20:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:20:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:20:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:20:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:20:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:20:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T07:20:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T07:20:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T07:20:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T07:20:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:20:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:20:45.187Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:45.187Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:20:45.187Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:20:45.187Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:20:45.187Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:20:45.248Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T07:20:45.248Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T07:20:45.248Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T07:20:45.248Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:20:45.248Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:20:45.249Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:20:45.249Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333645248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:20:46.250Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T07:20:46.250Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|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: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T07:20:46.251Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:20:46.251Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:20:46.251Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:20:46.252Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333646250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:20:47.253Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:20:47.285Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:20:47.289Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:20:47.290Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:20:47.290Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:20:47.290Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:20:47.290Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:20:47.290Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:20:47.290Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:20:47.291Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:20:47.291Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:20:47.304Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:21:17.305Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:21:17.315Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T07:21:17.315Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T07:21:17.316Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T07:21:17.323Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:21:17.346Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T07:21:17.347Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[16f20988-578f-49eb-9622-1a344a4fbaa0], X-ECOMP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-TransactionId=[], X-ONAP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], Content-Type=[application/merge-patch+json]}
2023-04-01T07:21:17.355Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:21:17.501Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:21:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[200848], x-aai-txid=[2-aai-resources-230401-07:21:16:502-19474], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:21:17.502Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:21:17.502Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T07:21:17.503Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:21:17.503Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:21:17.511Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:21:17.511Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:21:17.511Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:21:17.511Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:21:17.511Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:21:17.512Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333677511,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:21:18.541Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:21:18.541Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"efccc4c5-7bb8-41cf-a6f1-9349eb35981a","serviceName":"Demo_pNF_Ic9dwGek3O8urfndll23","serviceVersion":"1.0","serviceUUID":"508389d7-38f7-47fd-bd41-20662b25b49f","serviceDescription":"catalog service description","serviceInvariantUUID":"0c7ab211-5fee-4b5a-bec9-64020478b0d6","resources":[{"resourceInstanceName":"pNF 714be145-f272 0","resourceName":"pNF 714be145-f272","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a88b7f5-eb0f-4834-8b28-b493ad94df97","resourceInvariantUUID":"d433ff3f-bd27-4f50-9a82-92c827585226","resourceCustomizationUUID":"1e941aea-4b3a-4cce-abb2-10cfdf34307e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml","artifactChecksum":"NjU5MzlhODFlOGE1N2EwYTMxYzIwYTMwNmU1YWE3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e040a26-adca-4b38-9d2e-fdfcfef6d9e1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1d3a0bb-10d9-439a-ae6b-df81971675e9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6015e29b-2f4a-410f-82e3-806118e18502","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml","artifactChecksum":"MTYwNGM5OGNmMmVlNGI4Yjg5ZGNmZTY2OGUyOTJiZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32dc7eae-06c0-4612-a8d9-3dfbfd0d28bf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60dd7381-89ba-45dd-a9da-027a43838703","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8f86f18-4d48-4f98-b9a5-9d23ac6f4ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactChecksum":"NjVhNGRmZmExYzg1ZDZkZjljNDYzNDkzZDQ2MTYxMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da026c00-e8ae-4986-a794-33fb54386015","artifactVersion":"1"},{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactChecksum":"NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48e8d3b4-539a-49e9-b8f3-1c68661898e1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:21:18.541Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:21:18.542Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:21:18.542Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:21:18.542Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:21:19.542Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:21:19.543Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:21:19.543Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:21:19.543Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:21:20.544Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:21:20.544Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:21:20.544Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:21:20.544Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:21:21.545Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:21:21.545Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:21:21.545Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:21:21.545Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:21:22.546Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:21:22.546Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:21:22.546Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:21:22.546Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:21:23.547Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:21:23.547Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:21:23.547Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:21:23.547Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:21:24.547Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:21:24.548Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:21:24.548Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:21:24.548Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:21:25.549Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:21:25.550Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:21:25.550Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:21:25.550Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:21:26.551Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "serviceName": "Demo_pNF_Ic9dwGek3O8urfndll23",
  "serviceVersion": "1.0",
  "serviceUUID": "508389d7-38f7-47fd-bd41-20662b25b49f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c7ab211-5fee-4b5a-bec9-64020478b0d6",
  "resources": [
    {
      "resourceInstanceName": "pNF 714be145-f272 0",
      "resourceCustomizationUUID": "1e941aea-4b3a-4cce-abb2-10cfdf34307e",
      "resourceName": "pNF 714be145-f272",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2a88b7f5-eb0f-4834-8b28-b493ad94df97",
      "resourceInvariantUUID": "d433ff3f-bd27-4f50-9a82-92c827585226",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactChecksum": "NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48e8d3b4-539a-49e9-b8f3-1c68661898e1"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:21:26.552Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:21:26.552Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 508389d7-38f7-47fd-bd41-20662b25b49f ASDC
2023-04-01T07:21:26.552Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:efccc4c5-7bb8-41cf-a6f1-9349eb35981a
ServiceName:Demo_pNF_Ic9dwGek3O8urfndll23
ServiceVersion:1.0
ServiceUUID:508389d7-38f7-47fd-bd41-20662b25b49f
ServiceInvariantUUID:0c7ab211-5fee-4b5a-bec9-64020478b0d6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactUUID:48e8d3b4-539a-49e9-b8f3-1c68661898e1
ArtifactChecksum:NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 714be145-f272 0
ResourceCustomizationUUID:1e941aea-4b3a-4cce-abb2-10cfdf34307e
ResourceInvariantUUID:d433ff3f-bd27-4f50-9a82-92c827585226
ResourceName:pNF 714be145-f272
ResourceType:PNF
ResourceUUID:2a88b7f5-eb0f-4834-8b28-b493ad94df97
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T07:21:26.552Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 508389d7-38f7-47fd-bd41-20662b25b49f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:21:26.601Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:21:26.602Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:21:26.602Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:21:26.602Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 from URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:21:26.602Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:21:26.602Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:21:26.967Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T07:21:26.969Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar 48e8d3b4-539a-49e9-b8f3-1c68661898e1 87995
2023-04-01T07:21:26.970Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T07:21:26.970Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:21:26.970Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:21:26.971Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:21:26.971Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:21:26.971Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333686970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:21:27.972Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:21:27.973Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:21:27.974Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1, URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar to file: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:21:27.975Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:21:27.976Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:21:27.976Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:21:28.107Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18152957755392855390/Definitions/service-DemoPnfIc9dwgek3o8urfndll23-template.yml
2023-04-01T07:21:28.707Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:21:28.707Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:21:28.707Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:21:28.707Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:21:28.707Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:21:28.707Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 714be145-f272 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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:21:28.707Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:21:28.707Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:21:28.707Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:21:28.707Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:21:28.707Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:21:28.707Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:21:28.707Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:21:28.707Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:21:28.708Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T07:21:28.708Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:21:28.708Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:21:28.708Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:21:28.708Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:21:28.708Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T07:21:28.708Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:21:28.708Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:21:28.708Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:21:28.708Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:21:28.709Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:21:28.709Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:21:28.709Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:21:28.709Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:21:28.709Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:21:28.709Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:21:28.709Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:21:28.709Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:21:28.709Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Ic9dwGek3O8urfndll23
Description:catalog service description
Model UUID:508389d7-38f7-47fd-bd41-20662b25b49f
Model Version:NULL
Model InvariantUuid:0c7ab211-5fee-4b5a-bec9-64020478b0d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:21:28.758Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists
2023-04-01T07:21:28.758Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T07:21:28.758Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists)
2023-04-01T07:21:28.758Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:21:28.759Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:21:28.759Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:21:28.759Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333688758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:21:29.760Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T07:21:29.760Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists)
2023-04-01T07:21:29.760Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:21:29.760Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:21:29.761Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:21:29.761Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333689760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:21:30.761Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:21:30.785Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:21:30.789Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:21:30.789Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:21:30.789Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:21:30.789Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:21:30.789Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:21:30.789Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:21:30.789Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:21:30.789Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:21:30.789Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:21:30.804Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:21:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:21:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:21:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333591280,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:21:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:21:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:21:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:21:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:21:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:21:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:21:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:21:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:21:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:21:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:21:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:21:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:21:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:21:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:21:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:21:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:21:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:21:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:21:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:21:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:21:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:21:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:21:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:21:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:21:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:21:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:21:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333600650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:21:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:21:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:21:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333602379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T07:21:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:21:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:21:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333603380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T07:21:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:21:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:21:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333634632,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:21:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:21:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:21:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:21:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:21:37.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:21:37.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:21:37.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:00.804Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:22:00.817Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and serviceModelVersionId: 508389d7-38f7-47fd-bd41-20662b25b49f
2023-04-01T07:22:00.817Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c7ab211-5fee-4b5a-bec9-64020478b0d6
2023-04-01T07:22:00.818Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0
2023-04-01T07:22:00.826Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:22:00.844Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||Invoke
2023-04-01T07:22:00.845Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[efccc4c5-7bb8-41cf-a6f1-9349eb35981a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4a876753-cbb8-41d2-8826-34f7e9b16111], X-ECOMP-RequestID=[efccc4c5-7bb8-41cf-a6f1-9349eb35981a], X-TransactionId=[], X-ONAP-RequestID=[efccc4c5-7bb8-41cf-a6f1-9349eb35981a], Content-Type=[application/merge-patch+json]}
2023-04-01T07:22:00.853Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:22:00.996Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:21:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[262192], x-aai-txid=[1-aai-resources-230401-07:21:59:998-5339], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:22:00.997Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:22:00.998Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||InvokeReturn
2023-04-01T07:22:00.998Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:22:00.998Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:22:01.006Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:22:01.007Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efccc4c5-7bb8-41cf-a6f1-9349eb35981a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:22:01.007Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:22:01.007Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:01.007Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:01.008Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333721007,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:22:02.039Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:22:02.040Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"5b45de55-3695-452f-9983-9028c5d19e44","serviceName":"Demo_pNF_T3B6zbSGi2YaADhQk31n","serviceVersion":"1.0","serviceUUID":"0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce","serviceDescription":"catalog service description","serviceInvariantUUID":"53a72de3-783e-4b47-b1de-0a636a89ab5c","resources":[{"resourceInstanceName":"pNF 16fd43e8-271b 0","resourceName":"pNF 16fd43e8-271b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d508e38c-c0fa-4a4d-9625-eb3b8160f955","resourceInvariantUUID":"e0c45bf9-a664-4da1-a4af-6cca8f95a224","resourceCustomizationUUID":"88fa0cd3-4226-4714-8744-fb73ed71935e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml","artifactChecksum":"YjUyMjQ2MzM0ZTYzMWY2ZTQ3OGU0N2FiMDM5MzQ1MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"657b817d-7d0e-44c2-94ac-231ba194e947","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c8d24aa5-0656-462d-8ed0-090aa89b712f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28f516db-5f2e-4b3d-9fa5-c4e51a8f54e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml","artifactChecksum":"YzhmZWViYWMwMjhlY2VkZDFiZDZjNGVkYWU0OGFmYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14cb3a33-a56a-47db-afe8-dc6502ca836c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2138386-4a06-4fbc-93b3-fe0b6f0a0bfc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"450a51c0-1ad1-432b-87c0-0ec0c73f9990","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactChecksum":"NDQ4ZWFlYmQ3OGQ0N2M5OWE2ZGFlYTQ4YzM2MzM5ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5e828e-6ec8-4cc1-b187-c0bd8c97a387","artifactVersion":"1"},{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactChecksum":"ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7094e1e0-36ad-4848-a315-00b0c9b42a72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:22:02.040Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:22:02.040Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:02.040Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:02.040Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:03.042Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:22:03.042Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:03.042Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:03.042Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:04.043Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:22:04.044Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:04.044Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:04.044Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:05.045Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:22:05.046Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:05.046Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:05.046Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:06.047Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:22:06.047Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:06.048Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:06.048Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:07.049Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:22:07.050Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:07.050Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:07.050Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:08.051Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:22:08.051Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:08.052Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:08.052Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:09.053Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:22:09.053Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:09.054Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:09.054Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:10.055Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "serviceName": "Demo_pNF_T3B6zbSGi2YaADhQk31n",
  "serviceVersion": "1.0",
  "serviceUUID": "0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "53a72de3-783e-4b47-b1de-0a636a89ab5c",
  "resources": [
    {
      "resourceInstanceName": "pNF 16fd43e8-271b 0",
      "resourceCustomizationUUID": "88fa0cd3-4226-4714-8744-fb73ed71935e",
      "resourceName": "pNF 16fd43e8-271b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d508e38c-c0fa-4a4d-9625-eb3b8160f955",
      "resourceInvariantUUID": "e0c45bf9-a664-4da1-a4af-6cca8f95a224",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactChecksum": "ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7094e1e0-36ad-4848-a315-00b0c9b42a72"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:22:10.055Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:22:10.055Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC
2023-04-01T07:22:10.056Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5b45de55-3695-452f-9983-9028c5d19e44
ServiceName:Demo_pNF_T3B6zbSGi2YaADhQk31n
ServiceVersion:1.0
ServiceUUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
ServiceInvariantUUID:53a72de3-783e-4b47-b1de-0a636a89ab5c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactUUID:7094e1e0-36ad-4848-a315-00b0c9b42a72
ArtifactChecksum:ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 16fd43e8-271b 0
ResourceCustomizationUUID:88fa0cd3-4226-4714-8744-fb73ed71935e
ResourceInvariantUUID:e0c45bf9-a664-4da1-a4af-6cca8f95a224
ResourceName:pNF 16fd43e8-271b
ResourceType:PNF
ResourceUUID:d508e38c-c0fa-4a4d-9625-eb3b8160f955
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T07:22:10.056Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:22:10.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:22:10.102Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:22:10.102Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:22:10.102Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 from URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:22:10.102Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:22:10.102Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:22:10.402Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T07:22:10.403Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar 7094e1e0-36ad-4848-a315-00b0c9b42a72 88007
2023-04-01T07:22:10.404Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T07:22:10.404Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:22:10.404Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:22:10.404Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:10.404Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:10.404Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333730404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:11.405Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:22:11.406Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:22:11.406Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72, URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar to file: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:22:11.406Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:22:11.406Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:22:11.407Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:22:11.500Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1066420517943253303/Definitions/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml
2023-04-01T07:22:12.052Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 16fd43e8-271b 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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T07:22:12.053Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:22:12.054Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:22:12.054Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:12.054Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:22:12.054Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:12.054Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:22:12.054Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:12.054Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:22:12.054Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:12.054Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:22:12.054Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:12.054Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:22:12.054Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_T3B6zbSGi2YaADhQk31n
Description:catalog service description
Model UUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
Model Version:NULL
Model InvariantUuid:53a72de3-783e-4b47-b1de-0a636a89ab5c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:22:12.099Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||ERROR|500||Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists
2023-04-01T07:22:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T07:22:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists)
2023-04-01T07:22:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:22:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333732100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:13.102Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T07:22:13.102Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists)
2023-04-01T07:22:13.102Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:22:13.102Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:13.102Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:13.103Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333733102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:14.103Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:22:14.128Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:22:14.133Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:22:14.133Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:22:14.133Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:22:14.133Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:22:14.133Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:22:14.133Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:22:14.133Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:22:14.133Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:22:14.133Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:22:14.149Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:22:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.266Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:22:37.266Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:22:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T07:22:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:22:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:22:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333643220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:22:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333645248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T07:22:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333646250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T07:22:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333677511,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:22:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:22:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:22:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:22:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:22:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:22:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:22:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:22:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:22:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333686970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:22:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333688758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
}
2023-04-01T07:22:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:22:37.271Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333689760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
}
2023-04-01T07:22:37.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:22:44.150Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:22:44.158Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b45de55-3695-452f-9983-9028c5d19e44 and serviceModelVersionId: 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
2023-04-01T07:22:44.158Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53a72de3-783e-4b47-b1de-0a636a89ab5c
2023-04-01T07:22:44.159Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0
2023-04-01T07:22:44.166Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:22:44.184Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||Invoke
2023-04-01T07:22:44.184Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[71080e19-48af-4541-8ab5-d5a3e7f1d80a], X-ECOMP-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], X-TransactionId=[], X-ONAP-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], Content-Type=[application/merge-patch+json]}
2023-04-01T07:22:44.191Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:22:44.510Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:22:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[314], vertex-id=[250016], x-aai-txid=[2-aai-resources-230401-07:22:43:338-41350], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:22:44.510Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:22:44.511Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||InvokeReturn
2023-04-01T07:22:44.511Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:22:44.511Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:22:44.524Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:22:44.524Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b45de55-3695-452f-9983-9028c5d19e44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:22:44.524Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:22:44.524Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:44.525Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:44.525Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333764524,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:22:45.561Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:22:45.561Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1314236a-cd6a-41a1-8281-e09a18d9fe21","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f26e5059-2fa3-46e4-bb31-bb140b69081a","serviceDescription":"service","serviceInvariantUUID":"ee0afdf1-fed7-44ee-a6b7-83cdbd151b97","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1818899-835f-4d40-a5ee-e02a1724ab39","resourceInvariantUUID":"1af08c65-dff4-49fc-afa2-5e2c421c946b","resourceCustomizationUUID":"93353038-149d-4ead-bcfe-2faf7b1527c6","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":"Mzc0MmM3Y2QwZmUwMjljZWFlZmVjMzJiOWY0NWNiYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0399e894-f11b-48ab-ab07-684422fc26a1","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":"NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f6611bc-f2b0-4d20-947d-90858cc60f6a","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":"a29c38d8-dd9d-4ae1-910b-1426b62e2777","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":"e31356fa-e238-4fec-8b1a-a20f57a73f84","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":"43f30c31-5224-4085-b5f9-b1d8a11fee3b","artifactVersion":"2","generatedFromUUID":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9"},{"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":"d61625a5-f2ed-4814-8a3c-2ffd8497b076","artifactVersion":"2","generatedFromUUID":"a29c38d8-dd9d-4ae1-910b-1426b62e2777"},{"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":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9","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":"7b627770-368d-414e-91cf-3778905e2fb8","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":"NjY3ZDM4NmQ3MzExYTNiMWE4YTQ0NWM3NmVhYmY1NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79a0639f-3caf-4dba-adbe-5eec58d704c5","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1898e78b-af65-4926-9400-00b38f3e5f77","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:22:45.562Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:22:45.562Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:45.562Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:45.562Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:46.562Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:22:46.563Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:46.563Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:46.563Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:47.564Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:22:47.564Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:47.564Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:47.564Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:48.565Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:22:48.565Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:48.565Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:48.565Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:49.566Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:22:49.566Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:49.566Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:49.566Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:50.567Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:22:50.567Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:50.567Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:50.568Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:51.569Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:22:51.569Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:51.570Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:51.570Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:52.571Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:22:52.571Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:52.572Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:52.572Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:53.574Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:22:53.574Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:53.574Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:53.574Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:54.575Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:22:54.575Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:54.575Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:54.575Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:55.577Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f26e5059-2fa3-46e4-bb31-bb140b69081a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee0afdf1-fed7-44ee-a6b7-83cdbd151b97",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "93353038-149d-4ead-bcfe-2faf7b1527c6",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a1818899-835f-4d40-a5ee-e02a1724ab39",
      "resourceInvariantUUID": "1af08c65-dff4-49fc-afa2-5e2c421c946b",
      "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": "NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1f6611bc-f2b0-4d20-947d-90858cc60f6a",
          "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": "a29c38d8-dd9d-4ae1-910b-1426b62e2777",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
            "generatedFromUUID": "a29c38d8-dd9d-4ae1-910b-1426b62e2777"
          },
          "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": "43f30c31-5224-4085-b5f9-b1d8a11fee3b",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
          "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": "d7b3ac90-ed11-4955-8c35-9548ba9a0ec9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1898e78b-af65-4926-9400-00b38f3e5f77"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:22:55.577Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:22:55.577Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC
2023-04-01T07:22:55.578Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1314236a-cd6a-41a1-8281-e09a18d9fe21
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
ServiceInvariantUUID:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
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:1898e78b-af65-4926-9400-00b38f3e5f77
ArtifactChecksum:ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:93353038-149d-4ead-bcfe-2faf7b1527c6
ResourceInvariantUUID:1af08c65-dff4-49fc-afa2-5e2c421c946b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:a1818899-835f-4d40-a5ee-e02a1724ab39
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:1f6611bc-f2b0-4d20-947d-90858cc60f6a
ArtifactChecksum:NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI=
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:a29c38d8-dd9d-4ae1-910b-1426b62e2777
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:43f30c31-5224-4085-b5f9-b1d8a11fee3b
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:d7b3ac90-ed11-4955-8c35-9548ba9a0ec9
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:22:55.578Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:22:55.628Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:22:55.629Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:22:55.629Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:22:55.629Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-01T07:22:55.630Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:22:55.630Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:55.951Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T07:22:55.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 1898e78b-af65-4926-9400-00b38f3e5f77 163251
2023-04-01T07:22:55.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:55.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:55.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:22:55.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:55.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:55.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333775957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:56.958Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:22:56.959Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:22:56.959Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:22:56.959Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-01T07:22:56.961Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:22:56.961Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:22:57.093Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6517029554569185020/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-01T07:22:57.952Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:22:57.953Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:22:57.953Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:22:57.953Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-01T07:22:57.953Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:57.953Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:57.953Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:57.953Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:57.953Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:22:57.953Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:57.954Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:57.954Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:22:57.954Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:22:57.954Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:57.954Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:57.954Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:57.954Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:22:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:22:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T07:22:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-01T07:22:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-01T07:22:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:22:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:22:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:22:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:57.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:22:57.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:22:57.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:57.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:22:57.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:22:57.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:57.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:22:57.958Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:22:57.958Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:57.958Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T07:22:57.958Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-01T07:22:57.958Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=afe00e20-951f-4d2d-bb1a-0a9c40fed98e
2023-04-01T07:22:57.958Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:57.958Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:57.958Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:57.958Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:57.959Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:57.959Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:57.959Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:22:57.959Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:57.959Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
Model Version:NULL
Model InvariantUuid:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:4dfdcd0c-b0e2-4c2f-b132-eab399cc6814
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1af08c65-dff4-49fc-afa2-5e2c421c946b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:93353038-149d-4ead-bcfe-2faf7b1527c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cbbb0e3f-c936-4bd0-b425-d2a5d86e13e5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a87649e1-f718-416f-ac14-50b6a992f7d7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:cb4a155e-2310-4c2d-b442-5fab53892d7f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:5c04c4b8-e0e7-4035-8a4a-775d920238dd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:afe00e20-951f-4d2d-bb1a-0a9c40fed98e
ModelInvariantUuid:0fdbd085-9e81-4290-96e9-e5a66d7f02ad
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5759c48b-db2f-42a8-badb-44ed3f09e6b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:172b0c5b-be2b-4dc1-a8d9-b9b632b41495
ModelInvariantUuid:46e6967c-3564-4ee0-af40-3fd5d763862a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:efd8cd30-564a-4085-8745-3369bf468c27
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:22:58.014Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||ERROR|500||Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists
2023-04-01T07:22:58.014Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:58.014Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists)
2023-04-01T07:22:58.014Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:22:58.015Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:58.015Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:58.015Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333778014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:22:59.016Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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-04-01T07:22:59.016Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|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: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists)
2023-04-01T07:22:59.017Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:22:59.017Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:22:59.017Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:22:59.017Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333779016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:23:00.018Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:23:00.041Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:23:00.046Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:23:00.046Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:23:00.046Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:23:00.046Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:23:00.046Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:23:00.046Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:23:00.047Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:23:00.047Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:23:00.047Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:23:00.061Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:23:30.062Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:23:30.075Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and serviceModelVersionId: f26e5059-2fa3-46e4-bb31-bb140b69081a
2023-04-01T07:23:30.075Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
2023-04-01T07:23:30.075Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0
2023-04-01T07:23:30.081Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:23:30.105Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||Invoke
2023-04-01T07:23:30.106Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1314236a-cd6a-41a1-8281-e09a18d9fe21], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55c54bfe-5401-4175-92e5-344e341bc038], X-ECOMP-RequestID=[1314236a-cd6a-41a1-8281-e09a18d9fe21], X-TransactionId=[], X-ONAP-RequestID=[1314236a-cd6a-41a1-8281-e09a18d9fe21], Content-Type=[application/merge-patch+json]}
2023-04-01T07:23:30.114Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:23:30.276Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:23:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[262320], x-aai-txid=[2-aai-resources-230401-07:23:29:260-6897], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:23:30.277Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:23:30.277Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||InvokeReturn
2023-04-01T07:23:30.278Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:23:30.278Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:23:30.285Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:23:30.286Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1314236a-cd6a-41a1-8281-e09a18d9fe21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:23:30.287Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:23:30.287Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:23:30.287Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:23:30.288Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333810287,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:23:31.320Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:23:31.320Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f4a0b667-7242-474d-a1f8-09bba9315ce1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa","serviceDescription":"service","serviceInvariantUUID":"0b7464e9-6d23-4f1a-a639-f0a0ad3efc47","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2761a12a-a271-4116-bad3-d9a7086f4e0c","resourceInvariantUUID":"777a4fd2-6905-45c6-a15e-00e0b884aa61","resourceCustomizationUUID":"1ae5d246-d79a-4f01-80d0-0207f7887709","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":"OGJiNzY5ZTVlMjZiNzZjNDJmOTk3ZTM2NDUzM2YyNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7622934-bce1-4aef-9638-289fc9394c9c","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":"ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3a90a98d-9f57-445f-832b-3a47c8682ab0","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":"96bc3435-51b4-43f2-ae7a-892c4b031e50","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":"41c23afd-cfc1-49b5-ac54-e951770da212","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":"1cced3a2-a150-48ad-a0f7-7e5b812065e7","artifactVersion":"2","generatedFromUUID":"96bc3435-51b4-43f2-ae7a-892c4b031e50"},{"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":"MzY4YzhkZjUyNzlmOTY4ZDAyNzdiMTYwNTJjZmFhNDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"64790e8e-52ea-4f46-b10f-9d1faa571d27","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":"ZDhlZjA4NDdmMTI0OGMxZmVkZTc2ZTcwMDU2MDAyOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97ac84a0-d744-4d88-acc4-690082a09899","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90a0e0f4-5eb8-4db0-83a3-3607267b08ef","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:23:31.321Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:23:31.321Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:23:31.322Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:23:31.322Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:23:32.322Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:23:32.323Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:23:32.323Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:23:32.323Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:23:33.324Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:23:33.324Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:23:33.325Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:23:33.325Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:23:34.326Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:23:34.326Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:23:34.326Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:23:34.326Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:23:35.328Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:23:35.328Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:23:35.328Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:23:35.329Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:23:36.330Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:23:36.330Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:23:36.330Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:23:36.330Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:23:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:23:37.265Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: cached metadata has changed from (version99: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version100: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-04-01T07:23:37.282Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:23:37.282Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T07:23:37.287Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:23:37.287Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 59: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T07:23:37.305Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:23:37.305Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T07:23:37.306Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:23:37.311Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:23:37.311Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:23:37.311Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:23:37.312Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2323, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:23:37.312Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:23:37.312Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:23:37.331Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:23:37.332Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:23:37.332Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:23:37.332Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:23:38.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.330Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333721007,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:23:38.331Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.331Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:23:38.331Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.331Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:23:38.331Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.331Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:23:38.331Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.331Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:23:38.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.332Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:23:38.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.332Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:23:38.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.332Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:23:38.333Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:23:38.333Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:23:38.333Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:23:38.333Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:23:38.334Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.334Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:23:38.334Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.334Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333730404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:23:38.334Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.334Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333732100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
}
2023-04-01T07:23:38.334Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.335Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333733102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
}
2023-04-01T07:23:38.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.335Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333764524,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:23:38.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.335Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:23:38.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.335Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:23:38.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.336Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:23:38.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.336Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:23:38.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.336Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-01T07:23:38.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.336Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-01T07:23:38.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.336Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333775957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333778014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists"
}
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333779016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists"
}
2023-04-01T07:23:38.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333810287,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:23:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:23:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:23:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:23:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:23:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T07:23:38.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:23:38.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:38.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:23:38.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:23:38.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:23:39.334Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b7464e9-6d23-4f1a-a639-f0a0ad3efc47",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "1ae5d246-d79a-4f01-80d0-0207f7887709",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2761a12a-a271-4116-bad3-d9a7086f4e0c",
      "resourceInvariantUUID": "777a4fd2-6905-45c6-a15e-00e0b884aa61",
      "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": "ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3a90a98d-9f57-445f-832b-3a47c8682ab0",
          "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": "96bc3435-51b4-43f2-ae7a-892c4b031e50",
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
            "generatedFromUUID": "96bc3435-51b4-43f2-ae7a-892c4b031e50"
          },
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90a0e0f4-5eb8-4db0-83a3-3607267b08ef"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:23:39.335Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:23:39.335Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC
2023-04-01T07:23:39.335Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f4a0b667-7242-474d-a1f8-09bba9315ce1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
ServiceInvariantUUID:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
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:90a0e0f4-5eb8-4db0-83a3-3607267b08ef
ArtifactChecksum:NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:1ae5d246-d79a-4f01-80d0-0207f7887709
ResourceInvariantUUID:777a4fd2-6905-45c6-a15e-00e0b884aa61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2761a12a-a271-4116-bad3-d9a7086f4e0c
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:3a90a98d-9f57-445f-832b-3a47c8682ab0
ArtifactChecksum:ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY=
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:96bc3435-51b4-43f2-ae7a-892c4b031e50
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:23:39.335Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:23:39.385Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:23:39.385Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:23:39.385Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:23:39.385Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-01T07:23:39.386Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:23:39.386Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:39.895Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-01T07:23:39.898Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 90a0e0f4-5eb8-4db0-83a3-3607267b08ef 82964
2023-04-01T07:23:39.898Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:39.898Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:39.899Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:23:39.899Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:23:39.899Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:23:39.899Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333819898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:23:40.900Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:23:40.900Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:23:40.901Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:23:40.901Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-01T07:23:40.902Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:23:40.902Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:23:41.078Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1841202339040499985/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T07:23:41.936Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:23:41.936Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:23:41.937Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:23:41.937Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:23:41.937Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:41.937Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:41.937Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:41.937Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:41.937Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:41.937Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:41.937Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:41.937Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-01T07:23:41.937Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:23:41.937Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:41.937Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:23:41.937Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:23:41.937Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:23:41.938Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:23:41.939Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:23:41.939Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:23:41.939Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:23:41.939Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:23:41.939Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:23:41.939Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:23:41.939Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:23:41.939Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T07:23:41.939Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T07:23:41.939Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T07:23:41.939Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c145e713-24cd-4ba8-a6c1-379c251df156
2023-04-01T07:23:41.939Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:23:41.939Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:41.939Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:23:41.940Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:41.940Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:23:41.940Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:41.940Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:23:41.940Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:41.940Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
Model Version:NULL
Model InvariantUuid:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c54629b9-eb6a-453f-8eb3-d6cf6f8348c9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:777a4fd2-6905-45c6-a15e-00e0b884aa61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1ae5d246-d79a-4f01-80d0-0207f7887709
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dfff1756-6614-47f2-9fa7-e61cbc49c457
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:dcb1002f-0e42-4966-938c-a4b617a68436
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c145e713-24cd-4ba8-a6c1-379c251df156
ModelInvariantUuid:04b23e99-bf5c-4475-b624-35bc118a60f4
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:daf8834e-b8ef-455b-aff7-624a4226c0c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5ea7b3b4-7cdb-46ff-b9eb-8764dcc6473f
ModelInvariantUuid:56fa5535-ffdf-4a3b-9100-37873a9a69d7
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d47dc4f4-4851-4c2e-b714-d306e76fe3f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:23:41.987Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||ERROR|500||Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists
2023-04-01T07:23:41.988Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:41.988Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists)
2023-04-01T07:23:41.988Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:23:41.988Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:23:41.989Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:23:41.989Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333821988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:23:42.990Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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-04-01T07:23:42.990Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists)
2023-04-01T07:23:42.990Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:23:42.990Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:23:42.990Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:23:42.991Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333822990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:23:43.991Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:23:44.015Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:23:44.019Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:23:44.020Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:23:44.020Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:23:44.020Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:23:44.020Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:23:44.020Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:23:44.020Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:23:44.020Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:23:44.020Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:23:44.036Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:24:14.036Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:24:14.045Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and serviceModelVersionId: 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
2023-04-01T07:24:14.045Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
2023-04-01T07:24:14.046Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0
2023-04-01T07:24:14.053Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:24:14.071Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:24:14.072Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||Invoke
2023-04-01T07:24:14.079Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:24:14.226Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||InvokeReturn
2023-04-01T07:24:14.227Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|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/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:24:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[278688], x-aai-txid=[1-aai-resources-230401-07:24:13:225-52947], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:24:14.227Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:24:14.227Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:24:14.227Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:24:14.239Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:24:14.239Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4a0b667-7242-474d-a1f8-09bba9315ce1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:24:14.239Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:24:14.239Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:24:14.240Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:24:14.240Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333854239,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:24:15.271Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-01T07:24:15.271Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"501785e9-f1fd-4675-b2b8-533de86fc0eb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"41e29eb7-2992-4121-8ff3-983252f0e8f4","serviceDescription":"service","serviceInvariantUUID":"abadc27a-99ac-4198-888c-30a2573d6daf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c3d302d8-3273-4794-821a-a8d9ad08f1c4","resourceInvariantUUID":"9679e179-17a5-46ed-98c9-88b262e95ccb","resourceCustomizationUUID":"7a29e752-5e4d-4a57-a6b2-2c430710f011","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":"YzU4MjRkODI0ODQ3ZjhjMWQxN2JkZDQ3ZTMyM2Q3NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1270f5d2-ba55-4180-8d28-10f28a813a4c","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":"1bd27fb0-5c12-436f-be21-4fb3b7a0ff94","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":"0e4dbae7-c3df-417f-ab1c-19964d13e479","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":"NjUxYzVkNWZiZjZmOWE3ZjFiY2ZlMGRmOGM2YmMxNGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f9ffe5a0-fc60-4c48-8b36-3b61f746aa02","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":"d5f83ca6-9390-403a-8f14-e633ed114104","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":"b9b0eaf0-2cc2-4941-9b36-9cf4f4a8ce0b","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":"73d906b2-aa7f-47cc-a7f2-09d23acf1e03","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":"N2RkNTViY2ZjYmRlZDBmMjRjZTZiYjYxYTUxNjdjNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a7c193d-4650-432b-8c37-24d2e056dd34","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da488a63-d045-4e3b-9e46-0c19d314e5f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:24:15.271Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:24:15.272Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:24:15.272Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:24:15.272Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:24:16.273Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:24:16.273Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:24:16.273Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:24:16.273Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:24:17.274Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:24:17.275Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:24:17.275Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:24:17.275Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:24:18.276Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:24:18.277Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:24:18.277Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:24:18.277Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:24:19.278Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:24:19.279Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:24:19.279Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:24:19.279Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:24:20.279Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:24:20.280Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:24:20.280Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:24:20.280Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:24:21.281Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:24:21.281Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:24:21.281Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:24:21.281Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:24:22.282Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:24:22.283Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:24:22.283Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:24:22.283Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:24:23.284Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:24:23.285Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:24:23.285Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:24:23.285Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:24:24.286Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "41e29eb7-2992-4121-8ff3-983252f0e8f4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "abadc27a-99ac-4198-888c-30a2573d6daf",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7a29e752-5e4d-4a57-a6b2-2c430710f011",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c3d302d8-3273-4794-821a-a8d9ad08f1c4",
      "resourceInvariantUUID": "9679e179-17a5-46ed-98c9-88b262e95ccb",
      "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": "ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da488a63-d045-4e3b-9e46-0c19d314e5f4"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:24:24.286Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:24:24.287Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC
2023-04-01T07:24:24.287Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:501785e9-f1fd-4675-b2b8-533de86fc0eb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:41e29eb7-2992-4121-8ff3-983252f0e8f4
ServiceInvariantUUID:abadc27a-99ac-4198-888c-30a2573d6daf
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:da488a63-d045-4e3b-9e46-0c19d314e5f4
ArtifactChecksum:ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7a29e752-5e4d-4a57-a6b2-2c430710f011
ResourceInvariantUUID:9679e179-17a5-46ed-98c9-88b262e95ccb
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c3d302d8-3273-4794-821a-a8d9ad08f1c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T07:24:24.287Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:24:24.329Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:24:24.330Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:24:24.330Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-01T07:24:24.331Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-01T07:24:24.331Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-01T07:24:24.331Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T07:24:24.359Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-01T07:24:24.359Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@79ad8c04
2023-04-01T07:24:24.359Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T07:24:24.359Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T07:24:24.359Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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 da488a63-d045-4e3b-9e46-0c19d314e5f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T07:24:24.359Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T07:24:24.359Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T07:24:24.360Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T07:24:24.360Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:24:24.360Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:24:24.360Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333864359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:24:25.361Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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:da488a63-d045-4e3b-9e46-0c19d314e5f4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:24:25.403Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists
2023-04-01T07:24:25.404Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T07:24:25.404Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists)
2023-04-01T07:24:25.404Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:24:25.404Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:24:25.404Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:24:25.404Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333865403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:24:26.405Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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-04-01T07:24:26.406Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|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: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists)
2023-04-01T07:24:26.406Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:24:26.406Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:24:26.406Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:24:26.406Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333866405,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:24:27.407Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:24:27.434Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:24:27.437Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:24:27.437Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:24:27.437Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:24:27.438Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:24:27.438Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:24:27.438Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:24:27.438Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:24:27.438Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:24:27.438Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:24:27.450Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:24:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:24:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:24:37.266Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:24:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:24:57.450Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:24:57.463Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and serviceModelVersionId: 41e29eb7-2992-4121-8ff3-983252f0e8f4
2023-04-01T07:24:57.464Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abadc27a-99ac-4198-888c-30a2573d6daf
2023-04-01T07:24:57.464Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0
2023-04-01T07:24:57.472Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:24:57.495Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||Invoke
2023-04-01T07:24:57.496Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[501785e9-f1fd-4675-b2b8-533de86fc0eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81071b8e-4890-4b2d-8428-12223ee5db1b], X-ECOMP-RequestID=[501785e9-f1fd-4675-b2b8-533de86fc0eb], X-TransactionId=[], X-ONAP-RequestID=[501785e9-f1fd-4675-b2b8-533de86fc0eb], Content-Type=[application/merge-patch+json]}
2023-04-01T07:24:57.503Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:24:57.649Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:24:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[262208], x-aai-txid=[0-aai-resources-230401-07:24:56:649-77376], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:24:57.650Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:24:57.651Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||InvokeReturn
2023-04-01T07:24:57.651Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:24:57.651Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:24:57.659Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:24:57.659Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 501785e9-f1fd-4675-b2b8-533de86fc0eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:24:57.660Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:24:57.660Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:24:57.660Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:24:57.660Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333897660,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:24:58.692Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T07:24:58.692Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T07:24:58.693Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 1 disconnected.
2023-04-01T07:24:58.694Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 2 disconnected.
2023-04-01T07:24:58.694Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T07:24:58.694Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T07:24:58.694Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T07:24:58.694Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T07:24:58.697Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T07:24:58.699Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-373c3723-f740-4916-ad4b-3ee8a4da10a6
2023-04-01T07:24:58.700Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T07:24:58.700Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T07:25:01.688Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:25:04.698Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:25:07.709Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:25:10.719Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:25:13.728Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:25:16.738Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:25:19.747Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:25:22.756Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:25:25.766Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:25:28.778Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:25:31.787Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:25:34.797Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:25:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:25:37.279Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:25:37.280Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T07:25:37.287Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=60, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-373c3723-f740-4916-ad4b-3ee8a4da10a6', protocol='range'}
2023-04-01T07:25:37.287Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=60, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:25:37.292Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:25:37.292Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:25:37.292Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:25:37.292Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:25:37.293Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:25:37.293Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:25:37.293Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 60: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-373c3723-f740-4916-ad4b-3ee8a4da10a6=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T07:25:37.310Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=60, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:25:37.311Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=60, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-373c3723-f740-4916-ad4b-3ee8a4da10a6', protocol='range'}
2023-04-01T07:25:37.311Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T07:25:37.311Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:25:37.311Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T07:25:37.312Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T07:25:37.317Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:25:37.317Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:25:37.317Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:25:37.317Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:25:37.317Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:25:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:25:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:25:37.318Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:25:37.318Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:25:37.318Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2358, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:25:37.318Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:25:37.318Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:25:37.418Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:25:37.419Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:25:37.420Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:25:37.421Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:25:37.421Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:25:37.421Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:25:38.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:25:38.336Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333819898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:25:38.336Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:25:38.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:25:38.336Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333821988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists"
}
2023-04-01T07:25:38.336Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:25:38.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:25:38.337Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333822990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists"
}
2023-04-01T07:25:38.337Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:25:38.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:25:38.337Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333854239,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:25:38.337Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:25:38.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:25:38.337Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:25:38.337Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:25:38.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:25:38.338Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:25:38.338Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:25:38.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:25:38.338Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:25:38.338Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:25:38.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:25:38.338Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:25:38.338Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:25:38.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:25:38.338Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:25:38.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:25:38.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:25:38.339Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:25:38.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:25:38.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:25:38.339Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:25:38.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:25:38.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:25:38.339Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:25:38.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:25:38.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:25:38.340Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333118078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:25:38.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:25:38.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:25:38.340Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333864359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T07:25:38.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:25:38.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:25:38.340Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333865403,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists"
}
2023-04-01T07:25:38.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:25:38.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:25:38.340Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333866405,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists"
}
2023-04-01T07:25:38.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:25:38.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:25:38.341Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333897660,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:25:38.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:25:38.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:25:38.341Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:25:38.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:25:38.422Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:25:38.422Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:25:38.422Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:25:38.422Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:25:39.423Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:25:39.424Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:25:39.424Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:25:39.424Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:25:40.425Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:25:40.425Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:25:40.425Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:25:40.426Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:25:41.426Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:25:41.426Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:25:41.426Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:25:41.427Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:25:42.427Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:25:42.428Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:25:42.428Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:25:42.428Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:25:43.429Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:25:43.430Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:25:43.430Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:25:43.430Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:25:44.430Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:25:44.431Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:25:44.431Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T07:25:44.431Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:25:44.431Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:25:44.479Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:25:44.480Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:25:44.480Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:25:44.480Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T07:25:44.480Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:25:44.481Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T07:25:44.514Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T07:25:44.514Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@f91450
2023-04-01T07:25:44.514Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T07:25:44.515Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T07:25:44.515Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T07:25:44.515Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T07:25:44.516Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T07:25:44.516Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T07:25:44.516Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:25:44.516Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:25:44.517Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333944515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:25:45.517Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T07:25:45.536Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:25:45.536Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:25:45.540Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T07:25:45.540Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T07:25:45.540Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T07:25:45.541Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:25:45.541Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T07:25:45.561Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T07:25:45.561Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@41163c9b
2023-04-01T07:25:45.561Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T07:25:45.561Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T07:25:45.561Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T07:25:45.562Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T07:25:45.562Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T07:25:45.562Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T07:25:45.562Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:25:45.562Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:25:45.562Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333945561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:25:46.562Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:25:46.563Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:25:46.590Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:25:46.594Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:25:46.594Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:26:16.594Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:26:16.618Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:26:16.623Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:26:16.623Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:26:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:26:37.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:26:37.266Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:26:37.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:26:46.623Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:26:46.650Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:26:46.654Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:26:46.655Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:27:16.655Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:27:16.676Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:27:16.680Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:27:16.680Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:27:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:27:37.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:27:37.266Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:27:37.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:27:37.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:27:37.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:27:37.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:27:37.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:27:37.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T07:27:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:27:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:27:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:27:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:27:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:27:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:27:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:27:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:27:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333944515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T07:27:37.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:27:37.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:27:37.269Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333945561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T07:27:37.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:27:46.680Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:27:46.706Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:27:46.711Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:27:46.711Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:28:16.711Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:28:16.737Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:28:16.740Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:28:16.740Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:28:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:28:46.741Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:28:46.769Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:28:46.773Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:28:46.774Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:29:16.774Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:29:16.802Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:29:16.807Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:29:16.807Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:29:37.266Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:29:46.807Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:29:46.836Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:29:46.841Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:29:46.841Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:30:16.842Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:30:16.865Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:30:16.869Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:30:16.870Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:30:37.268Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:30:37.473Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T07:30:37.473Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-373c3723-f740-4916-ad4b-3ee8a4da10a6 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-04-01T07:30:37.473Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T07:30:37.473Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T07:30:37.909Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:30:37.925Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:30:37.926Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T07:30:37.932Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:30:37.933Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 61: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T07:30:37.951Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:30:37.951Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T07:30:37.951Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:30:37.956Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:30:37.956Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:30:37.956Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:30:37.956Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2384, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:30:37.956Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:30:37.957Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:30:46.870Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T07:30:46.870Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:30:46.881Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T07:30:46.881Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T07:30:46.881Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T07:30:46.885Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:30:46.896Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T07:30:46.896Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[720a5bad-1b3b-4d5f-b461-39ecb56db38f], X-ECOMP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], X-TransactionId=[], X-ONAP-RequestID=[ec894cc2-bf10-49c8-bfe6-19f67a08cc7f], Content-Type=[application/merge-patch+json]}
2023-04-01T07:30:46.901Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T07:30:47.062Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:30:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[168128], x-aai-txid=[1-aai-resources-230401-07:30:46:045-31143], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:30:47.063Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:30:47.063Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T07:30:47.063Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:30:47.063Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:30:47.070Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:30:47.070Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T07:30:47.070Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T07:30:47.071Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:30:47.071Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:30:47.071Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334247070,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:30:47.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:30:47.098Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334247070,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T07:30:47.099Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:30:48.098Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:30:48.098Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:30:48.099Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:30:48.099Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:30:48.099Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:30:48.099Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:30:49.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:30:49.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:30:49.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:30:49.100Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:30:50.101Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:30:50.101Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:30:50.101Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:30:50.101Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:30:51.101Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:30:51.102Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:30:51.102Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:30:51.102Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:30:52.103Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:30:52.103Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:30:52.103Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:30:52.103Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:30:53.104Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:30:53.104Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:30:53.104Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:30:53.104Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:30:54.105Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:30:54.105Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:30:54.106Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:30:54.106Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:30:55.107Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:30:55.107Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:30:55.108Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T07:30:55.108Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:30:55.108Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:30:55.152Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:30:55.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:30:55.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:30:55.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T07:30:55.153Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:30:55.154Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T07:30:55.520Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T07:30:55.523Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T07:30:55.524Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T07:30:55.524Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T07:30:55.524Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:30:55.524Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:30:55.525Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:30:55.525Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334255524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:30:56.526Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:30:56.527Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:30:56.527Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:30:56.528Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T07:30:56.528Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:30:56.529Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:30:56.673Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15364097323868121857/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T07:30:58.179Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:30:58.180Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:30:58.180Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:30:58.180Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T07:30:58.180Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:30:58.180Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:30:58.180Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:30:58.180Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:30:58.180Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:30:58.180Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:30:58.180Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:30:58.180Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:30:58.180Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:30:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:30:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T07:30:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:30:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:30:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:30:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:30:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:30:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:30:58.181Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:30:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:30:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:30:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:30:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:30:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:30:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:30:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:30:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:30:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:30:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:30:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:30:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:30:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:30:58.182Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:30:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:30:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:30:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:30:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:30:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:30:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:30:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:30:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:30:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:30:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:30:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:30:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:30:58.183Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:30:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:30:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:30:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:30:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:30:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:30:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:30:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:30:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:30:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:30:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:30:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:30:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:30:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T07:30:58.184Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:30:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:30:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:30:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:30:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:30:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:30:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:30:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:30:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T07:30:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:30:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:30:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:30:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:30:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:30:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:30:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:30:58.185Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:30:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:30:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T07:30:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:30:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:30:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:30:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:30:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T07:30:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:30:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:30:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:30:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:30:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:30:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:30:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:30:58.186Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:30:58.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:30:58.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:30:58.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:30:58.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:30:58.187Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:30:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T07:30:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T07:30:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:30:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:30:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:30:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:30:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:30:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:30:58.188Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:30:58.189Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:30:58.189Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:30:58.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T07:30:58.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T07:30:58.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T07:30:58.237Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:30:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:30:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:30:58.238Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334258237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:30:59.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T07:30:59.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T07:30:59.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:30:59.239Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:30:59.240Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:30:59.240Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334259239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:31:00.241Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:31:00.269Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:31:00.274Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:31:00.274Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:31:00.274Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:31:00.274Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:31:00.274Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:31:00.275Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:31:00.275Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:31:00.275Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:31:00.275Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:31:00.290Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:31:30.290Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:31:30.304Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T07:31:30.304Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T07:31:30.305Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T07:31:30.313Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:31:30.332Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T07:31:30.332Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fab7b6d7-f590-4cc3-a9d8-7d38d4c71d83], X-ECOMP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], X-TransactionId=[], X-ONAP-RequestID=[add68a22-5717-4fc5-a6e4-cd91bbc3ca8b], Content-Type=[application/merge-patch+json]}
2023-04-01T07:31:30.338Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:31:30.488Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:31:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[172224], x-aai-txid=[2-aai-resources-230401-07:31:29:483-70445], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:31:30.489Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:31:30.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T07:31:30.490Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:31:30.491Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:31:30.498Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:31:30.498Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:31:30.498Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:31:30.499Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:31:30.499Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:31:30.499Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334290498,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:31:31.529Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:31:31.529Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:31:31.530Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:31:31.530Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:31:31.530Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:31:31.530Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:31:32.531Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:31:32.531Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:31:32.531Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:31:32.531Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:31:33.532Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:31:33.532Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:31:33.532Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:31:33.533Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:31:34.533Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:31:34.533Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:31:34.533Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:31:34.534Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:31:35.534Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:31:35.535Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:31:35.535Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:31:35.535Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:31:36.535Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:31:36.536Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:31:36.536Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:31:36.536Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:31:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:31:37.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:31:37.272Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:31:37.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:31:37.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:31:37.272Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:31:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:31:37.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:31:37.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:31:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:31:37.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:31:37.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:31:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:31:37.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:31:37.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T07:31:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:31:37.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:31:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:31:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:31:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:31:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:31:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:31:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:31:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334255524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:31:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:31:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:31:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334258237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T07:31:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:31:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:31:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334259239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T07:31:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:31:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:31:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334290498,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:31:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:31:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:31:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:31:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:31:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:31:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:31:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:31:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:31:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:31:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:31:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:31:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:31:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:31:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:31:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T07:31:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:31:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:31:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:31:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:31:37.537Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:31:37.537Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:31:37.538Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:31:37.538Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:31:38.538Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:31:38.539Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:31:38.539Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T07:31:38.539Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:31:38.539Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:31:38.588Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:31:38.589Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:31:38.589Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:31:38.589Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T07:31:38.589Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:31:38.589Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T07:31:38.944Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T07:31:38.949Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T07:31:38.949Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T07:31:38.950Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T07:31:38.950Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:31:38.950Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:31:38.950Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:31:38.950Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334298949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:31:39.950Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:31:39.951Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:31:39.951Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:31:39.952Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T07:31:39.953Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:31:39.953Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:31:40.107Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14666572576631449428/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-04-01T07:31:41.555Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:31:41.556Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:31:41.556Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:31:41.556Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T07:31:41.556Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:31:41.556Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T07:31:41.556Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:31:41.556Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:31:41.556Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:31:41.556Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:31:41.556Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:31:41.556Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:31:41.556Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:31:41.556Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:31:41.556Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:31:41.556Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:31:41.557Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:31:41.557Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:31:41.557Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:31:41.557Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:31:41.557Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:31:41.557Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:31:41.557Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:31:41.557Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:31:41.557Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:31:41.557Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:31:41.557Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:31:41.557Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:31:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:31:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:31:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:31:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:31:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:31:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:31:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:31:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:31:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:31:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:31:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:31:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:31:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:31:41.558Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:31:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:31:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:31:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:31:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:31:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:31:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:31:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:31:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:31:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:31:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:31:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:31:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:31:41.559Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:31:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:31:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:31:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:31:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:31:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:31:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:31:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T07:31:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:31:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:31:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:31:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:31:41.560Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:31:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:31:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:31:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:31:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T07:31:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:31:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:31:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:31:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:31:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:31:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:31:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:31:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:31:41.561Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:31:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T07:31:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:31:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:31:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:31:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:31:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T07:31:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:31:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:31:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:31:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:31:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:31:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:31:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:31:41.562Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:31:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:31:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:31:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:31:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:31:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:31:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T07:31:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T07:31:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:31:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:31:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:31:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:31:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:31:41.563Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:31:41.564Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:31:41.564Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:31:41.564Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:31:41.611Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T07:31:41.612Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T07:31:41.612Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T07:31:41.612Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:31:41.612Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:31:41.612Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:31:41.612Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334301612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:31:42.613Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T07:31:42.613Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T07:31:42.613Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:31:42.613Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:31:42.613Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:31:42.614Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334302613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:31:43.614Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:31:43.638Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:31:43.641Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:31:43.641Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:31:43.641Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:31:43.641Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:31:43.641Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:31:43.642Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:31:43.642Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:31:43.642Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:31:43.642Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:31:43.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:32:13.654Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:32:13.662Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T07:32:13.662Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T07:32:13.663Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T07:32:13.669Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:32:13.688Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T07:32:13.689Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c0010e37-4ba1-47a5-8086-c1c81e5bd472], X-ECOMP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-TransactionId=[], X-ONAP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], Content-Type=[application/merge-patch+json]}
2023-04-01T07:32:13.696Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:32:13.836Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:32:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[188560], x-aai-txid=[2-aai-resources-230401-07:32:12:840-71793], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:32:13.837Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:32:13.837Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T07:32:13.837Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:32:13.838Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:32:13.845Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:32:13.845Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:32:13.845Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:32:13.846Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:32:13.846Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:32:13.846Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334333845,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:32:14.875Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:32:14.875Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:32:14.876Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:32:14.876Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:32:14.876Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:32:14.876Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:32:15.877Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:32:15.878Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:32:15.878Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:32:15.878Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:32:16.880Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:32:16.881Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:32:16.881Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T07:32:16.881Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T07:32:16.881Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:32:16.932Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:32:16.933Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:32:16.933Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:32:16.933Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T07:32:16.933Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:32:16.934Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T07:32:17.250Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T07:32:17.251Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T07:32:17.252Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T07:32:17.252Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T07:32:17.252Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:32:17.252Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:32:17.252Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:32:17.252Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334337252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:32:18.253Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:32:18.254Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:32:18.254Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:32:18.254Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T07:32:18.255Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:32:18.255Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:32:18.351Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11907214327246831304/Definitions/service-BasicNetwork-template.yml
2023-04-01T07:32:18.733Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:32:18.733Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:32:18.733Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:32:18.733Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T07:32:18.733Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:32:18.733Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:32:18.733Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:32:18.733Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:32:18.733Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:32:18.733Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:32:18.733Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:32:18.734Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:32:18.734Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:32:18.734Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:32:18.734Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:32:18.734Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T07:32:18.734Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:32:18.734Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:32:18.734Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:32:18.734Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:32:18.734Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T07:32:18.734Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:32:18.734Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:32:18.734Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:32:18.734Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:32:18.734Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:32:18.735Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:32:18.735Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:32:18.735Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:32:18.735Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:32:18.735Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:32:18.735Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:32:18.735Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:32:18.735Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:32:18.786Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T07:32:18.786Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T07:32:18.786Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T07:32:18.786Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:32:18.787Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:32:18.787Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:32:18.787Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334338786,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:32:19.788Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T07:32:19.789Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T07:32:19.789Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:32:19.789Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:32:19.789Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:32:19.789Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334339788,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:32:20.790Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:32:20.818Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:32:20.823Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:32:20.824Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:32:20.824Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:32:20.824Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:32:20.824Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:32:20.824Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:32:20.824Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:32:20.824Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:32:20.825Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:32:20.841Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:32:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:32:37.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:32:37.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:32:37.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:32:50.841Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:32:50.855Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T07:32:50.855Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T07:32:50.855Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T07:32:50.863Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:32:50.885Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T07:32:50.885Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b8c26b29-f50f-46b5-8770-ddf3811af960], X-ECOMP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-TransactionId=[], X-ONAP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], Content-Type=[application/merge-patch+json]}
2023-04-01T07:32:50.895Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:32:51.044Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:32:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[192576], x-aai-txid=[1-aai-resources-230401-07:32:50:039-48005], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:32:51.045Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:32:51.045Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T07:32:51.045Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:32:51.045Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:32:51.053Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:32:51.053Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:32:51.053Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:32:51.053Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:32:51.054Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:32:51.054Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334371053,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:32:52.083Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:32:52.083Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:32:52.084Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:32:52.084Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:32:52.084Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:32:52.084Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:32:53.085Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:32:53.085Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:32:53.085Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:32:53.085Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:32:54.086Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:32:54.086Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:32:54.086Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:32:54.087Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:32:55.087Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:32:55.087Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:32:55.087Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:32:55.088Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:32:56.088Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:32:56.088Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:32:56.088Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:32:56.088Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:32:57.089Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:32:57.090Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:32:57.090Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:32:57.090Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:32:58.091Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:32:58.091Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:32:58.091Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:32:58.091Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:32:59.093Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:32:59.093Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:32:59.093Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:32:59.093Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:33:00.095Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:33:00.095Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:33:00.095Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T07:33:00.095Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T07:33:00.096Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:33:00.142Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:33:00.143Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:33:00.143Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:33:00.143Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:33:00.143Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:33:00.143Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:33:00.440Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T07:33:00.442Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T07:33:00.442Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T07:33:00.442Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:33:00.442Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:33:00.442Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:33:00.443Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:33:00.443Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334380442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:33:01.444Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:33:01.445Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:33:01.445Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:33:01.445Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:33:01.446Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:33:01.447Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:33:01.536Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12080568196628961908/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T07:33:02.090Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:33:02.090Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:33:02.090Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:33:02.090Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:33:02.090Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:33:02.091Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:33:02.091Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:33:02.091Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:33:02.091Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:33:02.091Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:33:02.091Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:33:02.091Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:33:02.091Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:02.091Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:33:02.091Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T07:33:02.091Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:33:02.091Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:33:02.091Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:02.091Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:33:02.091Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T07:33:02.091Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:33:02.092Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:33:02.092Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:02.092Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:33:02.092Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:02.092Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:33:02.092Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:02.092Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:33:02.092Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:02.092Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:33:02.092Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:02.092Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:33:02.092Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:33:02.138Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T07:33:02.138Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T07:33:02.138Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T07:33:02.138Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:33:02.138Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:33:02.138Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:33:02.138Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334382138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:33:03.139Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T07:33:03.140Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T07:33:03.140Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:33:03.140Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:33:03.140Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:33:03.140Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334383139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:33:04.141Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:33:04.164Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:33:04.167Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:33:04.167Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:33:04.168Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:33:04.168Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:33:04.168Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:33:04.168Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:33:04.168Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:33:04.168Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:33:04.168Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:33:04.181Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:33:34.182Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:33:34.193Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T07:33:34.194Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T07:33:34.194Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T07:33:34.201Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:33:34.223Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:33:34.224Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T07:33:34.233Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:33:34.380Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T07:33:34.381Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:33:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[221344], x-aai-txid=[0-aai-resources-230401-07:33:33:378-74110], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:33:34.381Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:33:34.381Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:33:34.381Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:33:34.389Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:33:34.389Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:33:34.389Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:33:34.389Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:33:34.389Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:33:34.390Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334414389,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:33:35.422Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:33:35.423Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:33:35.423Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:33:35.423Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:33:35.423Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:33:35.423Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:33:36.424Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:33:36.425Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:33:36.425Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:33:36.425Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:33:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:33:37.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:33:37.266Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334298949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:33:37.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:33:37.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:33:37.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334301612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T07:33:37.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:33:37.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:33:37.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334302613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T07:33:37.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:33:37.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:33:37.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334333845,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:33:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:33:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:33:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:33:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:33:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:33:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:33:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:33:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:33:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334337252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:33:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:33:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:33:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334338786,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T07:33:37.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:33:37.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:33:37.269Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334339788,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T07:33:37.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:33:37.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:33:37.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:33:37.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:33:37.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:33:38.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:33:38.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:33:38.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:33:38.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:33:39.430Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:33:39.430Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:33:39.430Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:33:39.431Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:33:40.431Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:33:40.432Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:33:40.432Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:33:40.432Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:33:41.433Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:33:41.433Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:33:41.433Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:33:41.433Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:33:42.434Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:33:42.434Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:33:42.434Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T07:33:42.435Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:33:42.435Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:33:42.482Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:33:42.483Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:33:42.483Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:33:42.483Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T07:33:42.483Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:33:42.483Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T07:33:42.819Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T07:33:42.822Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T07:33:42.822Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T07:33:42.822Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T07:33:42.822Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:33:42.822Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:33:42.822Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:33:42.823Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334422822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:33:43.823Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:33:43.824Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:33:43.824Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:33:43.824Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T07:33:43.825Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:33:43.825Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:33:43.966Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1043036278538413044/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T07:33:44.775Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:33:44.775Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:33:44.775Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:33:44.775Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:33:44.775Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:33:44.775Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:33:44.775Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:33:44.775Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:33:44.775Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:33:44.775Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:33:44.775Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:33:44.775Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:33:44.775Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:44.775Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:33:44.775Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:33:44.776Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:33:44.777Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:33:44.830Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T07:33:44.831Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T07:33:44.831Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T07:33:44.831Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:33:44.831Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:33:44.831Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:33:44.831Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334424831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:33:45.832Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T07:33:45.832Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T07:33:45.832Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:33:45.832Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:33:45.833Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:33:45.833Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334425832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:33:46.834Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:33:46.861Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:33:46.867Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:33:46.867Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:33:46.867Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:33:46.867Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:33:46.867Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:33:46.867Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:33:46.867Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:33:46.868Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:33:46.868Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:33:46.884Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:34:16.884Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:34:16.896Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T07:34:16.897Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T07:34:16.897Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T07:34:16.904Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:34:16.923Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T07:34:16.923Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ca869b7-e233-43f3-b6b2-102bc2b37a65], X-ECOMP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], X-TransactionId=[], X-ONAP-RequestID=[20e8d861-cf6c-4fd8-8398-19e419f5f821], Content-Type=[application/merge-patch+json]}
2023-04-01T07:34:16.930Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:34:17.076Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:34:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[200848], x-aai-txid=[2-aai-resources-230401-07:34:16:075-99102], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:34:17.077Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:34:17.077Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T07:34:17.078Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:34:17.078Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:34:17.086Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:34:17.086Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:34:17.086Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:34:17.086Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:34:17.086Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:34:17.086Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334457086,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:34:18.111Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:34:18.111Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"efccc4c5-7bb8-41cf-a6f1-9349eb35981a","serviceName":"Demo_pNF_Ic9dwGek3O8urfndll23","serviceVersion":"1.0","serviceUUID":"508389d7-38f7-47fd-bd41-20662b25b49f","serviceDescription":"catalog service description","serviceInvariantUUID":"0c7ab211-5fee-4b5a-bec9-64020478b0d6","resources":[{"resourceInstanceName":"pNF 714be145-f272 0","resourceName":"pNF 714be145-f272","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a88b7f5-eb0f-4834-8b28-b493ad94df97","resourceInvariantUUID":"d433ff3f-bd27-4f50-9a82-92c827585226","resourceCustomizationUUID":"1e941aea-4b3a-4cce-abb2-10cfdf34307e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml","artifactChecksum":"NjU5MzlhODFlOGE1N2EwYTMxYzIwYTMwNmU1YWE3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e040a26-adca-4b38-9d2e-fdfcfef6d9e1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1d3a0bb-10d9-439a-ae6b-df81971675e9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6015e29b-2f4a-410f-82e3-806118e18502","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml","artifactChecksum":"MTYwNGM5OGNmMmVlNGI4Yjg5ZGNmZTY2OGUyOTJiZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32dc7eae-06c0-4612-a8d9-3dfbfd0d28bf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60dd7381-89ba-45dd-a9da-027a43838703","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8f86f18-4d48-4f98-b9a5-9d23ac6f4ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactChecksum":"NjVhNGRmZmExYzg1ZDZkZjljNDYzNDkzZDQ2MTYxMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da026c00-e8ae-4986-a794-33fb54386015","artifactVersion":"1"},{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactChecksum":"NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48e8d3b4-539a-49e9-b8f3-1c68661898e1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:34:18.111Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:34:18.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:34:18.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:34:18.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:34:19.112Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:34:19.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:34:19.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:34:19.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:34:20.113Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:34:20.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:34:20.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:34:20.114Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:34:21.115Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:34:21.115Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:34:21.115Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:34:21.115Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:34:22.116Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:34:22.116Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:34:22.116Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:34:22.116Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:34:23.117Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:34:23.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:34:23.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:34:23.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:34:24.118Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:34:24.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:34:24.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:34:24.119Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:34:25.120Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:34:25.121Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:34:25.121Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:34:25.121Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:34:26.122Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "serviceName": "Demo_pNF_Ic9dwGek3O8urfndll23",
  "serviceVersion": "1.0",
  "serviceUUID": "508389d7-38f7-47fd-bd41-20662b25b49f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c7ab211-5fee-4b5a-bec9-64020478b0d6",
  "resources": [
    {
      "resourceInstanceName": "pNF 714be145-f272 0",
      "resourceCustomizationUUID": "1e941aea-4b3a-4cce-abb2-10cfdf34307e",
      "resourceName": "pNF 714be145-f272",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2a88b7f5-eb0f-4834-8b28-b493ad94df97",
      "resourceInvariantUUID": "d433ff3f-bd27-4f50-9a82-92c827585226",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactChecksum": "NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48e8d3b4-539a-49e9-b8f3-1c68661898e1"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:34:26.122Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:34:26.122Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 508389d7-38f7-47fd-bd41-20662b25b49f ASDC
2023-04-01T07:34:26.122Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:efccc4c5-7bb8-41cf-a6f1-9349eb35981a
ServiceName:Demo_pNF_Ic9dwGek3O8urfndll23
ServiceVersion:1.0
ServiceUUID:508389d7-38f7-47fd-bd41-20662b25b49f
ServiceInvariantUUID:0c7ab211-5fee-4b5a-bec9-64020478b0d6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactUUID:48e8d3b4-539a-49e9-b8f3-1c68661898e1
ArtifactChecksum:NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 714be145-f272 0
ResourceCustomizationUUID:1e941aea-4b3a-4cce-abb2-10cfdf34307e
ResourceInvariantUUID:d433ff3f-bd27-4f50-9a82-92c827585226
ResourceName:pNF 714be145-f272
ResourceType:PNF
ResourceUUID:2a88b7f5-eb0f-4834-8b28-b493ad94df97
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T07:34:26.123Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 508389d7-38f7-47fd-bd41-20662b25b49f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:34:26.167Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:34:26.167Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:34:26.167Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:34:26.167Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 from URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:34:26.167Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:34:26.168Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:34:26.517Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T07:34:26.519Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar 48e8d3b4-539a-49e9-b8f3-1c68661898e1 87995
2023-04-01T07:34:26.520Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T07:34:26.520Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:34:26.520Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:34:26.520Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:34:26.520Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:34:26.520Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334466520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:34:27.520Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:34:27.521Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:34:27.521Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1, URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar to file: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:34:27.522Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:34:27.522Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:34:27.522Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:34:27.634Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17856817758190010214/Definitions/service-DemoPnfIc9dwgek3o8urfndll23-template.yml
2023-04-01T07:34:28.183Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:34:28.183Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:34:28.183Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:34:28.183Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:34:28.183Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:34:28.183Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 714be145-f272 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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:34:28.183Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:34:28.183Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:34:28.183Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:34:28.183Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:34:28.183Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:34:28.183Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:34:28.184Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:34:28.184Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:34:28.184Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T07:34:28.184Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:34:28.184Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:34:28.184Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:34:28.184Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:34:28.184Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T07:34:28.184Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:34:28.184Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:34:28.184Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:34:28.184Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:34:28.184Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:34:28.185Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:34:28.185Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:34:28.185Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:34:28.185Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:34:28.185Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:34:28.185Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:34:28.185Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:34:28.185Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Ic9dwGek3O8urfndll23
Description:catalog service description
Model UUID:508389d7-38f7-47fd-bd41-20662b25b49f
Model Version:NULL
Model InvariantUuid:0c7ab211-5fee-4b5a-bec9-64020478b0d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:34:28.228Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||ERROR|500||Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists
2023-04-01T07:34:28.228Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T07:34:28.229Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists)
2023-04-01T07:34:28.229Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:34:28.229Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:34:28.229Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:34:28.229Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334468228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:34:29.230Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T07:34:29.230Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists)
2023-04-01T07:34:29.230Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:34:29.230Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:34:29.230Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:34:29.230Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334469230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:34:30.231Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:34:30.259Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:34:30.263Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:34:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:34:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:34:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:34:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:34:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:34:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:34:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:34:30.264Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:34:30.279Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:34:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:34:37.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:34:37.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334371053,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:34:37.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:34:37.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:34:37.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:34:37.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:34:37.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:34:37.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:34:37.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:34:37.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:34:37.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:34:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:34:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:34:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:34:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:34:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:34:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:34:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:34:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:34:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:34:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:34:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:34:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:34:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:34:37.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:34:37.269Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:34:37.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:34:37.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:34:37.269Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334380442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:34:37.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:34:37.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:34:37.269Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334382138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T07:34:37.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:34:37.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:34:37.269Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334383139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T07:34:37.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:34:37.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:34:37.270Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334414389,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:34:37.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:34:37.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:34:37.270Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:34:37.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:34:37.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:34:37.270Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:34:37.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:00.280Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:35:00.292Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and serviceModelVersionId: 508389d7-38f7-47fd-bd41-20662b25b49f
2023-04-01T07:35:00.292Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c7ab211-5fee-4b5a-bec9-64020478b0d6
2023-04-01T07:35:00.293Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0
2023-04-01T07:35:00.303Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:35:00.317Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:35:00.318Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||Invoke
2023-04-01T07:35:00.324Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:35:00.466Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||InvokeReturn
2023-04-01T07:35:00.466Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:34:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[262192], x-aai-txid=[1-aai-resources-230401-07:34:59:468-87253], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:35:00.466Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:35:00.467Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:35:00.467Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:35:00.475Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:35:00.475Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efccc4c5-7bb8-41cf-a6f1-9349eb35981a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:35:00.475Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:35:00.476Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:00.476Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:00.476Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334500475,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:35:01.507Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:35:01.507Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"5b45de55-3695-452f-9983-9028c5d19e44","serviceName":"Demo_pNF_T3B6zbSGi2YaADhQk31n","serviceVersion":"1.0","serviceUUID":"0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce","serviceDescription":"catalog service description","serviceInvariantUUID":"53a72de3-783e-4b47-b1de-0a636a89ab5c","resources":[{"resourceInstanceName":"pNF 16fd43e8-271b 0","resourceName":"pNF 16fd43e8-271b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d508e38c-c0fa-4a4d-9625-eb3b8160f955","resourceInvariantUUID":"e0c45bf9-a664-4da1-a4af-6cca8f95a224","resourceCustomizationUUID":"88fa0cd3-4226-4714-8744-fb73ed71935e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml","artifactChecksum":"YjUyMjQ2MzM0ZTYzMWY2ZTQ3OGU0N2FiMDM5MzQ1MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"657b817d-7d0e-44c2-94ac-231ba194e947","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c8d24aa5-0656-462d-8ed0-090aa89b712f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28f516db-5f2e-4b3d-9fa5-c4e51a8f54e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml","artifactChecksum":"YzhmZWViYWMwMjhlY2VkZDFiZDZjNGVkYWU0OGFmYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14cb3a33-a56a-47db-afe8-dc6502ca836c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2138386-4a06-4fbc-93b3-fe0b6f0a0bfc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"450a51c0-1ad1-432b-87c0-0ec0c73f9990","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactChecksum":"NDQ4ZWFlYmQ3OGQ0N2M5OWE2ZGFlYTQ4YzM2MzM5ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5e828e-6ec8-4cc1-b187-c0bd8c97a387","artifactVersion":"1"},{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactChecksum":"ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7094e1e0-36ad-4848-a315-00b0c9b42a72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:35:01.507Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:35:01.508Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:01.508Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:01.508Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:02.508Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:35:02.509Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:02.509Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:02.509Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:03.510Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:35:03.510Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:03.510Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:03.510Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:04.511Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:35:04.511Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:04.511Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:04.512Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:05.512Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:35:05.513Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:05.513Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:05.513Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:06.514Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:35:06.514Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:06.515Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:06.515Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:07.515Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:35:07.516Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:07.516Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:07.516Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:08.517Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:35:08.517Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:08.518Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:08.518Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:09.519Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "serviceName": "Demo_pNF_T3B6zbSGi2YaADhQk31n",
  "serviceVersion": "1.0",
  "serviceUUID": "0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "53a72de3-783e-4b47-b1de-0a636a89ab5c",
  "resources": [
    {
      "resourceInstanceName": "pNF 16fd43e8-271b 0",
      "resourceCustomizationUUID": "88fa0cd3-4226-4714-8744-fb73ed71935e",
      "resourceName": "pNF 16fd43e8-271b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d508e38c-c0fa-4a4d-9625-eb3b8160f955",
      "resourceInvariantUUID": "e0c45bf9-a664-4da1-a4af-6cca8f95a224",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactChecksum": "ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7094e1e0-36ad-4848-a315-00b0c9b42a72"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:35:09.520Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:35:09.520Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC
2023-04-01T07:35:09.520Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5b45de55-3695-452f-9983-9028c5d19e44
ServiceName:Demo_pNF_T3B6zbSGi2YaADhQk31n
ServiceVersion:1.0
ServiceUUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
ServiceInvariantUUID:53a72de3-783e-4b47-b1de-0a636a89ab5c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactUUID:7094e1e0-36ad-4848-a315-00b0c9b42a72
ArtifactChecksum:ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 16fd43e8-271b 0
ResourceCustomizationUUID:88fa0cd3-4226-4714-8744-fb73ed71935e
ResourceInvariantUUID:e0c45bf9-a664-4da1-a4af-6cca8f95a224
ResourceName:pNF 16fd43e8-271b
ResourceType:PNF
ResourceUUID:d508e38c-c0fa-4a4d-9625-eb3b8160f955
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T07:35:09.520Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:35:09.566Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:35:09.567Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:35:09.567Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:35:09.568Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 from URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:35:09.568Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:35:09.568Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:35:09.895Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T07:35:09.899Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar 7094e1e0-36ad-4848-a315-00b0c9b42a72 88007
2023-04-01T07:35:09.899Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T07:35:09.899Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:35:09.899Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:35:09.900Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:09.900Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:09.900Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334509899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:10.901Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:35:10.902Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:35:10.902Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72, URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar to file: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:35:10.903Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:35:10.904Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:35:10.904Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:35:10.998Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12404031354507708728/Definitions/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml
2023-04-01T07:35:11.620Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:35:11.621Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:35:11.621Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:35:11.621Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:35:11.621Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:35:11.621Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:35:11.621Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:35:11.621Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:35:11.621Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 16fd43e8-271b 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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:35:11.621Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:35:11.621Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:35:11.621Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:35:11.622Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:11.622Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:35:11.622Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T07:35:11.622Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:35:11.622Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:35:11.622Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:11.622Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:35:11.622Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T07:35:11.622Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:35:11.622Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:35:11.622Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:11.622Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:35:11.622Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:11.622Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:35:11.623Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:11.623Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:35:11.623Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:11.623Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:35:11.623Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:11.623Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:35:11.623Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_T3B6zbSGi2YaADhQk31n
Description:catalog service description
Model UUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
Model Version:NULL
Model InvariantUuid:53a72de3-783e-4b47-b1de-0a636a89ab5c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:35:11.673Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||ERROR|500||Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists
2023-04-01T07:35:11.674Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T07:35:11.674Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists)
2023-04-01T07:35:11.674Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:35:11.675Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:11.675Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:11.675Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334511673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:12.676Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T07:35:12.676Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists)
2023-04-01T07:35:12.677Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:35:12.677Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:12.677Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:12.677Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334512676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:13.678Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:35:13.701Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:35:13.706Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:35:13.706Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:35:13.707Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:35:13.707Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:35:13.707Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:35:13.707Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:35:13.707Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:35:13.707Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:35:13.707Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:35:13.722Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:35:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:37.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:35:37.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.267Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:35:37.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T07:35:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:35:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:35:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334422822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:35:37.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.268Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334424831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T07:35:37.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.269Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334425832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T07:35:37.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.269Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334457086,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:35:37.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.269Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:35:37.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.269Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:35:37.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.270Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:35:37.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.270Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:35:37.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.270Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:35:37.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.270Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:35:37.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.271Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:35:37.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.271Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:35:37.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.271Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334466520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:35:37.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.271Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334468228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
}
2023-04-01T07:35:37.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:37.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:35:37.271Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334469230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
}
2023-04-01T07:35:37.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:35:43.723Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:35:43.730Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b45de55-3695-452f-9983-9028c5d19e44 and serviceModelVersionId: 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
2023-04-01T07:35:43.730Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53a72de3-783e-4b47-b1de-0a636a89ab5c
2023-04-01T07:35:43.731Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0
2023-04-01T07:35:43.734Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:35:43.744Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:35:43.745Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||Invoke
2023-04-01T07:35:43.752Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:35:43.918Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||InvokeReturn
2023-04-01T07:35:43.918Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:35:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[250016], x-aai-txid=[0-aai-resources-230401-07:35:42:897-72772], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:35:43.918Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:35:43.919Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:35:43.919Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:35:43.928Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:35:43.928Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b45de55-3695-452f-9983-9028c5d19e44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:35:43.928Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:35:43.928Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:43.929Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:43.929Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334543928,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:35:44.953Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:35:44.953Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"1314236a-cd6a-41a1-8281-e09a18d9fe21","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f26e5059-2fa3-46e4-bb31-bb140b69081a","serviceDescription":"service","serviceInvariantUUID":"ee0afdf1-fed7-44ee-a6b7-83cdbd151b97","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1818899-835f-4d40-a5ee-e02a1724ab39","resourceInvariantUUID":"1af08c65-dff4-49fc-afa2-5e2c421c946b","resourceCustomizationUUID":"93353038-149d-4ead-bcfe-2faf7b1527c6","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":"Mzc0MmM3Y2QwZmUwMjljZWFlZmVjMzJiOWY0NWNiYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0399e894-f11b-48ab-ab07-684422fc26a1","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":"NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f6611bc-f2b0-4d20-947d-90858cc60f6a","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":"a29c38d8-dd9d-4ae1-910b-1426b62e2777","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":"e31356fa-e238-4fec-8b1a-a20f57a73f84","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":"43f30c31-5224-4085-b5f9-b1d8a11fee3b","artifactVersion":"2","generatedFromUUID":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9"},{"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":"d61625a5-f2ed-4814-8a3c-2ffd8497b076","artifactVersion":"2","generatedFromUUID":"a29c38d8-dd9d-4ae1-910b-1426b62e2777"},{"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":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9","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":"7b627770-368d-414e-91cf-3778905e2fb8","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":"NjY3ZDM4NmQ3MzExYTNiMWE4YTQ0NWM3NmVhYmY1NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79a0639f-3caf-4dba-adbe-5eec58d704c5","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1898e78b-af65-4926-9400-00b38f3e5f77","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:35:44.954Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:35:44.954Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:44.954Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:44.954Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:45.955Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:35:45.955Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:45.955Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:45.956Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:46.957Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:35:46.957Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:46.958Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:46.958Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:47.959Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:35:47.959Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:47.960Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:47.960Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:48.962Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:35:48.962Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:48.962Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:48.962Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:49.963Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:35:49.964Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:49.964Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:49.964Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:50.966Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:35:50.966Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:50.966Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:50.967Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:51.968Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:35:51.968Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:51.969Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:51.969Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:52.970Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:35:52.970Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:52.970Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:52.970Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:53.971Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:35:53.971Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:53.971Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:53.971Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:54.972Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f26e5059-2fa3-46e4-bb31-bb140b69081a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee0afdf1-fed7-44ee-a6b7-83cdbd151b97",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "93353038-149d-4ead-bcfe-2faf7b1527c6",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a1818899-835f-4d40-a5ee-e02a1724ab39",
      "resourceInvariantUUID": "1af08c65-dff4-49fc-afa2-5e2c421c946b",
      "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": "NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1f6611bc-f2b0-4d20-947d-90858cc60f6a",
          "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": "a29c38d8-dd9d-4ae1-910b-1426b62e2777",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
            "generatedFromUUID": "a29c38d8-dd9d-4ae1-910b-1426b62e2777"
          },
          "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": "43f30c31-5224-4085-b5f9-b1d8a11fee3b",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
          "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": "d7b3ac90-ed11-4955-8c35-9548ba9a0ec9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1898e78b-af65-4926-9400-00b38f3e5f77"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:35:54.972Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:35:54.972Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC
2023-04-01T07:35:54.972Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1314236a-cd6a-41a1-8281-e09a18d9fe21
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
ServiceInvariantUUID:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
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:1898e78b-af65-4926-9400-00b38f3e5f77
ArtifactChecksum:ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:93353038-149d-4ead-bcfe-2faf7b1527c6
ResourceInvariantUUID:1af08c65-dff4-49fc-afa2-5e2c421c946b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:a1818899-835f-4d40-a5ee-e02a1724ab39
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:1f6611bc-f2b0-4d20-947d-90858cc60f6a
ArtifactChecksum:NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI=
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:a29c38d8-dd9d-4ae1-910b-1426b62e2777
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:43f30c31-5224-4085-b5f9-b1d8a11fee3b
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:d7b3ac90-ed11-4955-8c35-9548ba9a0ec9
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:35:54.972Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:35:55.025Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:35:55.025Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:35:55.025Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:35:55.025Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-01T07:35:55.026Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:35:55.026Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-01T07:35:55.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T07:35:55.351Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 1898e78b-af65-4926-9400-00b38f3e5f77 163251
2023-04-01T07:35:55.352Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-01T07:35:55.352Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-01T07:35:55.352Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:35:55.353Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:55.353Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:55.354Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334555352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:56.354Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:35:56.355Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:35:56.355Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:35:56.356Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-01T07:35:56.356Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:35:56.357Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:35:56.455Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14110138936466826264/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-01T07:35:57.345Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:35:57.345Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:35:57.345Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:35:57.345Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-01T07:35:57.345Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:35:57.345Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:35:57.345Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:57.346Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=afe00e20-951f-4d2d-bb1a-0a9c40fed98e
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:35:57.347Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:57.348Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:35:57.348Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:35:57.348Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:35:57.348Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
Model Version:NULL
Model InvariantUuid:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:4dfdcd0c-b0e2-4c2f-b132-eab399cc6814
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1af08c65-dff4-49fc-afa2-5e2c421c946b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:93353038-149d-4ead-bcfe-2faf7b1527c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cbbb0e3f-c936-4bd0-b425-d2a5d86e13e5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a87649e1-f718-416f-ac14-50b6a992f7d7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:cb4a155e-2310-4c2d-b442-5fab53892d7f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:5c04c4b8-e0e7-4035-8a4a-775d920238dd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:afe00e20-951f-4d2d-bb1a-0a9c40fed98e
ModelInvariantUuid:0fdbd085-9e81-4290-96e9-e5a66d7f02ad
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5759c48b-db2f-42a8-badb-44ed3f09e6b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:172b0c5b-be2b-4dc1-a8d9-b9b632b41495
ModelInvariantUuid:46e6967c-3564-4ee0-af40-3fd5d763862a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:efd8cd30-564a-4085-8745-3369bf468c27
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:35:57.395Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||ERROR|500||Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists
2023-04-01T07:35:57.395Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-01T07:35:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists)
2023-04-01T07:35:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:35:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:57.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334557395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:58.396Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-01T07:35:58.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists)
2023-04-01T07:35:58.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:35:58.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:35:58.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:35:58.397Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334558396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:35:59.398Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:35:59.427Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:35:59.431Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:35:59.432Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:35:59.432Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:35:59.432Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:35:59.432Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:35:59.432Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:35:59.432Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:35:59.432Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:35:59.432Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:35:59.450Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:36:29.451Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:36:29.460Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and serviceModelVersionId: f26e5059-2fa3-46e4-bb31-bb140b69081a
2023-04-01T07:36:29.461Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
2023-04-01T07:36:29.462Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0
2023-04-01T07:36:29.469Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:36:29.492Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:36:29.493Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||Invoke
2023-04-01T07:36:29.501Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:36:29.660Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||InvokeReturn
2023-04-01T07:36:29.660Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:36:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[262320], x-aai-txid=[1-aai-resources-230401-07:36:28:647-34685], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:36:29.661Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:36:29.661Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:36:29.661Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:36:29.673Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:36:29.673Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1314236a-cd6a-41a1-8281-e09a18d9fe21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:36:29.673Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:36:29.674Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:36:29.674Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:36:29.674Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334589673,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:36:30.702Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:36:30.703Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"f4a0b667-7242-474d-a1f8-09bba9315ce1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa","serviceDescription":"service","serviceInvariantUUID":"0b7464e9-6d23-4f1a-a639-f0a0ad3efc47","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2761a12a-a271-4116-bad3-d9a7086f4e0c","resourceInvariantUUID":"777a4fd2-6905-45c6-a15e-00e0b884aa61","resourceCustomizationUUID":"1ae5d246-d79a-4f01-80d0-0207f7887709","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":"OGJiNzY5ZTVlMjZiNzZjNDJmOTk3ZTM2NDUzM2YyNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7622934-bce1-4aef-9638-289fc9394c9c","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":"ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3a90a98d-9f57-445f-832b-3a47c8682ab0","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":"96bc3435-51b4-43f2-ae7a-892c4b031e50","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":"41c23afd-cfc1-49b5-ac54-e951770da212","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":"1cced3a2-a150-48ad-a0f7-7e5b812065e7","artifactVersion":"2","generatedFromUUID":"96bc3435-51b4-43f2-ae7a-892c4b031e50"},{"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":"MzY4YzhkZjUyNzlmOTY4ZDAyNzdiMTYwNTJjZmFhNDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"64790e8e-52ea-4f46-b10f-9d1faa571d27","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":"ZDhlZjA4NDdmMTI0OGMxZmVkZTc2ZTcwMDU2MDAyOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97ac84a0-d744-4d88-acc4-690082a09899","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90a0e0f4-5eb8-4db0-83a3-3607267b08ef","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:36:30.703Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:36:30.703Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:36:30.703Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:36:30.703Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:36:31.704Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:36:31.704Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:36:31.704Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:36:31.705Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:36:32.705Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:36:32.705Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:36:32.705Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:36:32.706Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:36:33.706Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:36:33.707Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:36:33.707Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:36:33.707Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:36:34.707Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:36:34.708Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:36:34.708Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:36:34.708Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:36:35.708Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:36:35.708Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:36:35.708Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:36:35.709Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:36:36.709Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:36:36.710Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:36:36.710Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:36:36.710Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:36:37.265Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:36:37.265Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: cached metadata has changed from (version102: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version103: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-04-01T07:36:37.280Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:36:37.281Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T07:36:37.286Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=62, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:36:37.287Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 62: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T07:36:37.303Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=62, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:36:37.303Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T07:36:37.303Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:36:37.308Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:36:37.308Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:36:37.308Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:36:37.308Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2447, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:36:37.308Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:36:37.309Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:36:37.710Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:36:37.710Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:36:37.710Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:36:37.711Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:36:38.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.326Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334500475,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:36:38.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:36:38.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:36:38.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:36:38.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:36:38.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.327Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:36:38.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.328Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:36:38.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.328Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:36:38.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.328Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:36:38.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.329Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334509899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:36:38.329Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.329Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334511673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
}
2023-04-01T07:36:38.329Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.329Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334512676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
}
2023-04-01T07:36:38.330Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.330Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334543928,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:36:38.330Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.330Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:36:38.330Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.330Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:36:38.331Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.331Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:36:38.331Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.331Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:36:38.331Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.331Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-01T07:36:38.331Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.332Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-01T07:36:38.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.332Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-01T07:36:38.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.332Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:36:38.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.333Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:36:38.333Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.333Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:36:38.333Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.333Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334555352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:36:38.333Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.333Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334557395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists"
}
2023-04-01T07:36:38.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.334Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334558396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists"
}
2023-04-01T07:36:38.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.334Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334589673,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:36:38.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.334Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:36:38.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.334Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:36:38.335Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.335Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:36:38.335Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.335Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:36:38.335Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.335Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T07:36:38.335Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.336Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:36:38.336Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.336Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:36:38.336Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-01T07:36:38.336Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:36:38.336Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:36:38.711Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b7464e9-6d23-4f1a-a639-f0a0ad3efc47",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "1ae5d246-d79a-4f01-80d0-0207f7887709",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2761a12a-a271-4116-bad3-d9a7086f4e0c",
      "resourceInvariantUUID": "777a4fd2-6905-45c6-a15e-00e0b884aa61",
      "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": "ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3a90a98d-9f57-445f-832b-3a47c8682ab0",
          "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": "96bc3435-51b4-43f2-ae7a-892c4b031e50",
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
            "generatedFromUUID": "96bc3435-51b4-43f2-ae7a-892c4b031e50"
          },
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90a0e0f4-5eb8-4db0-83a3-3607267b08ef"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:36:38.712Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:36:38.712Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC
2023-04-01T07:36:38.712Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f4a0b667-7242-474d-a1f8-09bba9315ce1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
ServiceInvariantUUID:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
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:90a0e0f4-5eb8-4db0-83a3-3607267b08ef
ArtifactChecksum:NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:1ae5d246-d79a-4f01-80d0-0207f7887709
ResourceInvariantUUID:777a4fd2-6905-45c6-a15e-00e0b884aa61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2761a12a-a271-4116-bad3-d9a7086f4e0c
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:3a90a98d-9f57-445f-832b-3a47c8682ab0
ArtifactChecksum:ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY=
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:96bc3435-51b4-43f2-ae7a-892c4b031e50
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:36:38.712Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:36:38.764Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:36:38.764Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:36:38.765Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:36:38.765Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-01T07:36:38.765Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:36:38.765Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-01T07:36:39.135Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T07:36:39.138Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 90a0e0f4-5eb8-4db0-83a3-3607267b08ef 82964
2023-04-01T07:36:39.138Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-01T07:36:39.138Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-01T07:36:39.138Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:36:39.138Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:36:39.138Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:36:39.139Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334599138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:36:40.139Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:36:40.140Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:36:40.140Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:36:40.142Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-01T07:36:40.142Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:36:40.143Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:36:40.230Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13460383743036533775/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T07:36:41.050Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:36:41.051Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:36:41.051Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:36:41.051Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:36:41.051Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:36:41.051Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:36:41.051Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:36:41.051Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:36:41.051Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:36:41.051Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:36:41.051Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:36:41.051Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:36:41.052Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:36:41.052Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:36:41.052Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:36:41.052Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:36:41.052Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:36:41.052Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:36:41.052Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:36:41.052Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:36:41.052Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:36:41.052Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:36:41.052Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:36:41.052Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:36:41.052Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:36:41.053Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T07:36:41.053Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T07:36:41.053Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T07:36:41.053Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T07:36:41.053Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T07:36:41.053Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:36:41.053Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:36:41.053Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:36:41.053Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:36:41.053Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:36:41.053Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:36:41.053Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:36:41.053Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:36:41.054Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:36:41.054Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:36:41.054Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:36:41.054Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:36:41.054Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:36:41.054Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T07:36:41.054Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T07:36:41.054Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T07:36:41.054Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c145e713-24cd-4ba8-a6c1-379c251df156
2023-04-01T07:36:41.054Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:36:41.054Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:36:41.054Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:36:41.054Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:36:41.054Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:36:41.054Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:36:41.054Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:36:41.055Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:36:41.055Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
Model Version:NULL
Model InvariantUuid:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c54629b9-eb6a-453f-8eb3-d6cf6f8348c9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:777a4fd2-6905-45c6-a15e-00e0b884aa61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1ae5d246-d79a-4f01-80d0-0207f7887709
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dfff1756-6614-47f2-9fa7-e61cbc49c457
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:dcb1002f-0e42-4966-938c-a4b617a68436
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c145e713-24cd-4ba8-a6c1-379c251df156
ModelInvariantUuid:04b23e99-bf5c-4475-b624-35bc118a60f4
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:daf8834e-b8ef-455b-aff7-624a4226c0c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5ea7b3b4-7cdb-46ff-b9eb-8764dcc6473f
ModelInvariantUuid:56fa5535-ffdf-4a3b-9100-37873a9a69d7
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d47dc4f4-4851-4c2e-b714-d306e76fe3f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:36:41.097Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||ERROR|500||Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists
2023-04-01T07:36:41.097Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-01T07:36:41.098Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists)
2023-04-01T07:36:41.098Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:36:41.098Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:36:41.098Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:36:41.098Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334601097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:36:42.099Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-01T07:36:42.099Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists)
2023-04-01T07:36:42.099Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:36:42.099Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:36:42.099Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:36:42.100Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334602099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:36:43.100Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:36:43.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:36:43.125Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:36:43.125Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:36:43.125Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:36:43.125Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:36:43.125Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:36:43.126Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:36:43.126Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:36:43.126Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:36:43.126Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:36:43.137Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:37:13.137Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:37:13.149Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and serviceModelVersionId: 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
2023-04-01T07:37:13.150Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
2023-04-01T07:37:13.150Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0
2023-04-01T07:37:13.161Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:37:13.195Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:37:13.196Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||Invoke
2023-04-01T07:37:13.204Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:37:13.365Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||InvokeReturn
2023-04-01T07:37:13.365Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:37:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[278688], x-aai-txid=[0-aai-resources-230401-07:37:12:348-70737], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:37:13.366Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:37:13.366Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:37:13.366Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:37:13.373Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:37:13.374Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4a0b667-7242-474d-a1f8-09bba9315ce1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:37:13.374Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:37:13.374Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:37:13.374Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:37:13.374Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334633374,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:37:14.404Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:37:14.404Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"501785e9-f1fd-4675-b2b8-533de86fc0eb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"41e29eb7-2992-4121-8ff3-983252f0e8f4","serviceDescription":"service","serviceInvariantUUID":"abadc27a-99ac-4198-888c-30a2573d6daf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c3d302d8-3273-4794-821a-a8d9ad08f1c4","resourceInvariantUUID":"9679e179-17a5-46ed-98c9-88b262e95ccb","resourceCustomizationUUID":"7a29e752-5e4d-4a57-a6b2-2c430710f011","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":"YzU4MjRkODI0ODQ3ZjhjMWQxN2JkZDQ3ZTMyM2Q3NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1270f5d2-ba55-4180-8d28-10f28a813a4c","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":"1bd27fb0-5c12-436f-be21-4fb3b7a0ff94","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":"0e4dbae7-c3df-417f-ab1c-19964d13e479","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":"NjUxYzVkNWZiZjZmOWE3ZjFiY2ZlMGRmOGM2YmMxNGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f9ffe5a0-fc60-4c48-8b36-3b61f746aa02","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":"d5f83ca6-9390-403a-8f14-e633ed114104","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":"b9b0eaf0-2cc2-4941-9b36-9cf4f4a8ce0b","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":"73d906b2-aa7f-47cc-a7f2-09d23acf1e03","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":"N2RkNTViY2ZjYmRlZDBmMjRjZTZiYjYxYTUxNjdjNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a7c193d-4650-432b-8c37-24d2e056dd34","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da488a63-d045-4e3b-9e46-0c19d314e5f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:37:14.404Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:37:14.405Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:37:14.405Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:37:14.405Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:37:15.405Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:37:15.406Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:37:15.406Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:37:15.406Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:37:16.406Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:37:16.407Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:37:16.407Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:37:16.407Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:37:17.407Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:37:17.408Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:37:17.408Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:37:17.408Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:37:18.409Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:37:18.409Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:37:18.409Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:37:18.409Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:37:19.410Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:37:19.410Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:37:19.410Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:37:19.410Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:37:20.411Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:37:20.411Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:37:20.412Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:37:20.412Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:37:21.412Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:37:21.413Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:37:21.413Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:37:21.413Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:37:22.413Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:37:22.414Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:37:22.414Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:37:22.414Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:37:23.415Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "41e29eb7-2992-4121-8ff3-983252f0e8f4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "abadc27a-99ac-4198-888c-30a2573d6daf",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7a29e752-5e4d-4a57-a6b2-2c430710f011",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c3d302d8-3273-4794-821a-a8d9ad08f1c4",
      "resourceInvariantUUID": "9679e179-17a5-46ed-98c9-88b262e95ccb",
      "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": "ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da488a63-d045-4e3b-9e46-0c19d314e5f4"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:37:23.417Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:37:23.417Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC
2023-04-01T07:37:23.418Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:501785e9-f1fd-4675-b2b8-533de86fc0eb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:41e29eb7-2992-4121-8ff3-983252f0e8f4
ServiceInvariantUUID:abadc27a-99ac-4198-888c-30a2573d6daf
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:da488a63-d045-4e3b-9e46-0c19d314e5f4
ArtifactChecksum:ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7a29e752-5e4d-4a57-a6b2-2c430710f011
ResourceInvariantUUID:9679e179-17a5-46ed-98c9-88b262e95ccb
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c3d302d8-3273-4794-821a-a8d9ad08f1c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T07:37:23.419Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:37:23.460Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:37:23.461Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:37:23.461Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:37:23.461Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-01T07:37:23.461Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:37:23.461Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-01T07:37:23.488Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T07:37:23.488Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@94dbfbe
2023-04-01T07:37:23.488Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T07:37:23.489Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-04-01T07:37:23.489Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar da488a63-d045-4e3b-9e46-0c19d314e5f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T07:37:23.489Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-04-01T07:37:23.489Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-04-01T07:37:23.489Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T07:37:23.489Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:37:23.489Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:37:23.490Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334643489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:37:24.490Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:da488a63-d045-4e3b-9e46-0c19d314e5f4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:37:24.537Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||ERROR|500||Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists
2023-04-01T07:37:24.548Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-04-01T07:37:24.548Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists)
2023-04-01T07:37:24.548Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:37:24.549Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:37:24.549Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:37:24.549Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334644548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:37:25.550Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-04-01T07:37:25.550Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists)
2023-04-01T07:37:25.551Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:37:25.551Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:37:25.551Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:37:25.551Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334645550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:37:26.552Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:37:26.585Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:37:26.589Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:37:26.589Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:37:26.590Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:37:26.590Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:37:26.590Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:37:26.590Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:37:26.590Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:37:26.590Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:37:26.590Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:37:26.602Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:37:37.265Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:37:37.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T07:37:37.273Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334599138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:37:37.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:37:37.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T07:37:37.274Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334601097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists"
}
2023-04-01T07:37:37.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:37:37.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T07:37:37.274Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334602099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists"
}
2023-04-01T07:37:37.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:37:37.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T07:37:37.275Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334633374,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:37:37.275Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:37:37.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T07:37:37.275Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:37:37.275Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:37:37.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T07:37:37.275Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:37:37.275Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:37:37.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T07:37:37.276Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:37:37.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:37:37.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T07:37:37.276Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:37:37.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:37:37.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T07:37:37.276Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:37:37.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:37:37.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T07:37:37.276Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:37:37.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:37:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T07:37:37.277Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:37:37.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:37:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T07:37:37.277Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:37:37.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:37:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T07:37:37.277Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680333898692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:37:37.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:37:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T07:37:37.277Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334643489,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T07:37:37.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:37:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T07:37:37.277Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334644548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists"
}
2023-04-01T07:37:37.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:37:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T07:37:37.278Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334645550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists"
}
2023-04-01T07:37:37.278Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:37:56.603Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:37:56.613Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and serviceModelVersionId: 41e29eb7-2992-4121-8ff3-983252f0e8f4
2023-04-01T07:37:56.613Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abadc27a-99ac-4198-888c-30a2573d6daf
2023-04-01T07:37:56.613Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0
2023-04-01T07:37:56.619Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:37:56.635Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||Invoke
2023-04-01T07:37:56.635Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[501785e9-f1fd-4675-b2b8-533de86fc0eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b13186f8-a455-452f-9c05-18f67cf5a3de], X-ECOMP-RequestID=[501785e9-f1fd-4675-b2b8-533de86fc0eb], X-TransactionId=[], X-ONAP-RequestID=[501785e9-f1fd-4675-b2b8-533de86fc0eb], Content-Type=[application/merge-patch+json]}
2023-04-01T07:37:56.641Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:37:56.784Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:37:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[262208], x-aai-txid=[2-aai-resources-230401-07:37:55:784-25314], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:37:56.785Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:37:56.785Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||InvokeReturn
2023-04-01T07:37:56.786Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:37:56.786Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:37:56.792Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:37:56.793Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 501785e9-f1fd-4675-b2b8-533de86fc0eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:37:56.793Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:37:56.793Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:37:56.794Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:37:56.794Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334676793,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:37:57.824Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T07:37:57.825Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T07:37:57.826Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 0 disconnected.
2023-04-01T07:37:57.827Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 2 disconnected.
2023-04-01T07:37:57.827Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Cancelled in-flight METADATA request with correlation id 74423 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-04-01T07:37:57.828Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T07:37:57.828Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T07:37:57.828Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T07:37:57.828Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T07:37:57.835Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-099ac3cb-0acf-4cd0-a403-f06d83168807
2023-04-01T07:37:57.835Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T07:37:57.836Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T07:37:57.836Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T07:37:58.660Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:38:01.669Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:38:04.678Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:38:07.687Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:38:10.696Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:38:13.705Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:38:16.714Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:38:19.723Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:38:22.731Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:38:25.740Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:38:28.749Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:38:31.760Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:38:34.770Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:38:37.265Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:38:37.282Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:38:37.282Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T07:38:37.289Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=63, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:38:37.289Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=63, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-099ac3cb-0acf-4cd0-a403-f06d83168807', protocol='range'}
2023-04-01T07:38:37.293Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:38:37.294Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:38:37.294Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:38:37.294Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:38:37.294Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:38:37.294Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:38:37.294Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 63: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-099ac3cb-0acf-4cd0-a403-f06d83168807=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T07:38:37.313Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=63, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:38:37.313Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T07:38:37.313Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=63, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-099ac3cb-0acf-4cd0-a403-f06d83168807', protocol='range'}
2023-04-01T07:38:37.314Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:38:37.314Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T07:38:37.314Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T07:38:37.321Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:38:37.321Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:38:37.321Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:38:37.321Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:38:37.321Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:38:37.321Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:38:37.322Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:38:37.322Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:38:37.322Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:38:37.322Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2498, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:38:37.322Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:38:37.322Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:38:37.438Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:38:37.438Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:38:37.439Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:38:37.439Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:38:37.439Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:38:37.439Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:38:38.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T07:38:38.337Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334676793,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:38:38.337Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:38:38.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-01T07:38:38.337Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:38:38.338Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:38:38.440Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:38:38.440Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:38:38.441Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:38:38.441Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:38:39.442Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:38:39.442Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:38:39.442Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:38:39.442Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:38:40.443Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:38:40.443Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:38:40.443Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:38:40.443Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:38:41.444Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:38:41.444Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:38:41.445Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:38:41.445Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:38:42.445Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:38:42.446Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:38:42.446Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:38:42.446Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:38:43.448Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:38:43.448Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:38:43.448Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:38:43.449Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:38:44.450Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:38:44.450Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:38:44.451Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T07:38:44.451Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:38:44.452Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:38:44.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:38:44.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:38:44.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:38:44.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T07:38:44.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:38:44.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T07:38:44.530Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T07:38:44.531Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@198b538b
2023-04-01T07:38:44.531Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T07:38:44.531Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T07:38:44.531Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T07:38:44.531Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T07:38:44.532Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T07:38:44.532Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T07:38:44.532Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:38:44.532Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:38:44.532Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334724531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:38:45.533Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T07:38:45.558Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:38:45.559Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:38:45.564Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T07:38:45.564Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T07:38:45.564Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T07:38:45.564Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:38:45.564Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T07:38:45.580Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T07:38:45.580Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5493e331
2023-04-01T07:38:45.580Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T07:38:45.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T07:38:45.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T07:38:45.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T07:38:45.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T07:38:45.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T07:38:45.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:38:45.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:38:45.581Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334725581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:38:46.582Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:38:46.582Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:38:46.607Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:38:46.611Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:38:46.611Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:39:16.612Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:39:16.632Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:39:16.636Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:39:16.636Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:39:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:39:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:39:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:39:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:39:46.636Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:39:46.670Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:39:46.674Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:39:46.675Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:40:16.675Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:40:16.697Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:40:16.701Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:40:16.702Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:40:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:40:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:40:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:40:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:40:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:40:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:40:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:40:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:40:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T07:40:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:40:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:40:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:40:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:40:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:40:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:40:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:40:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:40:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334724531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T07:40:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:40:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:40:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334725581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T07:40:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:40:46.702Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:40:46.728Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:40:46.732Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:40:46.732Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:41:16.733Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:41:16.756Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:41:16.760Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:41:16.760Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:41:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:41:46.760Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:41:46.793Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:41:46.797Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:41:46.797Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:42:16.797Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:42:16.825Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:42:16.830Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:42:16.830Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:42:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:42:46.830Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:42:46.857Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:42:46.863Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:42:46.863Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:43:16.863Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:43:16.890Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:43:16.894Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:43:16.894Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:43:37.266Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:43:37.497Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T07:43:37.497Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-099ac3cb-0acf-4cd0-a403-f06d83168807 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-04-01T07:43:37.498Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T07:43:37.498Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T07:43:37.885Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:43:37.901Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:43:37.901Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T07:43:37.908Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=64, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:43:37.908Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 64: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T07:43:37.929Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=64, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:43:37.930Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T07:43:37.930Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:43:37.935Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:43:37.935Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:43:37.935Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:43:37.935Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2508, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:43:37.936Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:43:37.936Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:43:46.895Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T07:43:46.895Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:43:46.908Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T07:43:46.908Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T07:43:46.909Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T07:43:46.916Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:43:46.937Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:43:46.938Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T07:43:46.946Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T07:43:47.127Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T07:43:47.127Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:43:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[177], vertex-id=[168128], x-aai-txid=[2-aai-resources-230401-07:43:46:095-68471], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:43:47.127Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:43:47.127Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:43:47.127Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:43:47.138Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:43:47.139Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T07:43:47.139Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T07:43:47.139Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:43:47.139Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:43:47.139Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335027139,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:43:47.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:43:47.160Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335027139,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T07:43:47.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:43:48.167Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:43:48.168Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:43:48.168Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:43:48.168Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:43:48.168Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:43:48.168Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:43:49.169Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:43:49.169Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:43:49.169Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:43:49.169Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:43:50.170Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:43:50.170Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:43:50.170Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:43:50.170Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:43:51.171Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:43:51.171Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:43:51.171Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:43:51.171Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:43:52.172Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:43:52.172Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:43:52.172Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:43:52.172Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:43:53.173Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:43:53.173Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:43:53.173Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:43:53.173Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:43:54.174Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:43:54.174Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:43:54.174Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:43:54.174Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:43:55.175Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:43:55.175Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:43:55.176Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T07:43:55.176Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:43:55.176Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:43:55.227Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:43:55.227Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:43:55.227Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:43:55.228Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T07:43:55.228Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:43:55.228Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T07:43:55.563Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T07:43:55.567Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T07:43:55.567Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T07:43:55.567Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T07:43:55.568Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:43:55.568Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:43:55.568Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:43:55.568Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335035567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:43:56.569Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:43:56.570Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:43:56.570Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:43:56.571Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T07:43:56.571Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:43:56.571Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:43:56.688Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11590211560857948299/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T07:43:58.141Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:43:58.141Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:43:58.141Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:43:58.141Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T07:43:58.141Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:43:58.142Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:43:58.142Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:43:58.142Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:43:58.142Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:43:58.142Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:43:58.142Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:43:58.142Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:43:58.142Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:43:58.142Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:43:58.142Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T07:43:58.142Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:43:58.142Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:43:58.142Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:43:58.142Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:43:58.143Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:43:58.143Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:43:58.143Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:43:58.143Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:43:58.143Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:43:58.143Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:43:58.143Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:43:58.143Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:43:58.143Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:43:58.143Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:43:58.143Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:43:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:43:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:43:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:43:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:43:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:43:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:43:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:43:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:43:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:43:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:43:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:43:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:43:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:43:58.144Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:43:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:43:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:43:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:43:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:43:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:43:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:43:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:43:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:43:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:43:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:43:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:43:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:43:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:43:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:43:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:43:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:43:58.145Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:43:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T07:43:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:43:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:43:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:43:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:43:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:43:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:43:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:43:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:43:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T07:43:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:43:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:43:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:43:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:43:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:43:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:43:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:43:58.146Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:43:58.147Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:43:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:43:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T07:43:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T07:43:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:43:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:43:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:43:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:43:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:43:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:43:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:43:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:43:58.148Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:43:58.193Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T07:43:58.194Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T07:43:58.194Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T07:43:58.194Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:43:58.194Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:43:58.194Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:43:58.195Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335038194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:43:59.196Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T07:43:59.196Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T07:43:59.197Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:43:59.197Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:43:59.197Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:43:59.197Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335039196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:44:00.198Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:44:00.228Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:44:00.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:44:00.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:44:00.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:44:00.233Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:44:00.234Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:44:00.234Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:44:00.234Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:44:00.234Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:44:00.234Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:44:00.252Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:44:30.253Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:44:30.262Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T07:44:30.262Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T07:44:30.263Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T07:44:30.269Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:44:30.284Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:44:30.285Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T07:44:30.292Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:44:30.452Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T07:44:30.453Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:44:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[172224], x-aai-txid=[1-aai-resources-230401-07:44:29:435-17624], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:44:30.453Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:44:30.453Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:44:30.453Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:44:30.465Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:44:30.465Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:44:30.466Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:44:30.466Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:44:30.466Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:44:30.466Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335070466,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:44:31.492Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:44:31.492Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:44:31.494Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:44:31.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:44:31.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:44:31.495Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:44:32.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:44:32.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:44:32.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:44:32.496Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:44:33.497Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:44:33.497Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:44:33.497Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:44:33.498Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:44:34.498Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:44:34.499Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:44:34.499Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:44:34.499Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:44:35.500Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:44:35.500Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:44:35.501Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:44:35.501Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:44:36.501Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:44:36.502Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:44:36.502Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:44:36.502Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:44:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:44:37.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:44:37.272Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:44:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:44:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:44:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:44:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:44:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:44:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:44:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:44:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:44:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:44:37.273Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:44:37.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:44:37.273Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T07:44:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:44:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:44:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:44:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:44:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:44:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:44:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:44:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:44:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335035567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:44:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:44:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:44:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335038194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T07:44:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:44:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:44:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335039196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T07:44:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:44:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:44:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335070466,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:44:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:44:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:44:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:44:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:44:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:44:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:44:37.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:44:37.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:44:37.276Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:44:37.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:44:37.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:44:37.276Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:44:37.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:44:37.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:44:37.276Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T07:44:37.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:44:37.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:44:37.277Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:44:37.277Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:44:37.503Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:44:37.503Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:44:37.503Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:44:37.503Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:44:38.504Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:44:38.504Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:44:38.504Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T07:44:38.504Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:44:38.504Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:44:38.548Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:44:38.549Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:44:38.550Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:44:38.550Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T07:44:38.550Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:44:38.550Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T07:44:38.879Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T07:44:38.883Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T07:44:38.883Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T07:44:38.884Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T07:44:38.884Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:44:38.884Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:44:38.884Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:44:38.884Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335078883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:44:39.885Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:44:39.886Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:44:39.886Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:44:39.886Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T07:44:39.887Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:44:39.887Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:44:40.012Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9511528853189265925/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T07:44:41.435Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:44:41.435Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:44:41.435Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:44:41.435Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T07:44:41.435Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:44:41.435Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T07:44:41.435Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:44:41.436Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:44:41.436Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:44:41.436Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:44:41.436Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:44:41.436Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:44:41.436Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:44:41.436Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:44:41.436Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:44:41.436Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:44:41.436Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:44:41.436Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:44:41.436Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:44:41.436Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:44:41.436Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:44:41.437Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:44:41.437Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:44:41.437Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:44:41.437Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:44:41.437Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:44:41.437Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:44:41.437Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:44:41.437Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:44:41.437Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:44:41.437Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:44:41.437Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:44:41.437Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:44:41.437Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:44:41.437Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:44:41.437Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:44:41.437Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:44:41.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:44:41.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:44:41.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:44:41.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:44:41.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:44:41.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:44:41.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:44:41.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:44:41.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:44:41.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:44:41.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:44:41.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:44:41.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:44:41.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:44:41.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:44:41.438Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:44:41.439Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:44:41.439Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:44:41.439Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:44:41.439Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:44:41.439Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:44:41.439Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:44:41.439Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:44:41.439Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:44:41.439Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T07:44:41.439Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:44:41.439Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:44:41.439Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:44:41.439Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:44:41.439Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:44:41.439Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:44:41.439Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:44:41.439Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:44:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T07:44:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:44:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:44:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:44:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:44:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:44:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:44:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:44:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:44:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:44:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T07:44:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:44:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:44:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:44:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:44:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T07:44:41.440Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:44:41.441Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:44:41.442Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:44:41.442Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:44:41.442Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:44:41.442Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:44:41.493Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T07:44:41.493Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T07:44:41.493Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T07:44:41.493Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:44:41.494Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:44:41.494Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:44:41.494Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335081493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:44:42.494Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T07:44:42.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T07:44:42.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:44:42.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:44:42.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:44:42.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335082494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:44:43.495Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:44:43.519Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:44:43.524Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:44:43.525Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:44:43.525Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:44:43.525Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:44:43.525Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:44:43.525Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:44:43.526Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:44:43.526Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:44:43.526Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:44:43.541Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:45:13.541Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:45:13.550Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T07:45:13.550Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T07:45:13.550Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T07:45:13.554Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:45:13.569Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:45:13.570Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T07:45:13.576Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:45:13.727Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T07:45:13.727Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:45:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[188560], x-aai-txid=[0-aai-resources-230401-07:45:12:721-50961], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:45:13.727Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:45:13.727Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:45:13.728Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:45:13.734Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:45:13.735Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:45:13.735Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:45:13.735Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:45:13.735Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:45:13.735Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335113735,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:45:14.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:45:14.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:45:14.766Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:45:14.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:45:14.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:45:14.767Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:45:15.769Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:45:15.769Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:45:15.769Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:45:15.769Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:45:16.771Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:45:16.771Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:45:16.771Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T07:45:16.771Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T07:45:16.771Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:45:16.822Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:45:16.822Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:45:16.823Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:45:16.823Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T07:45:16.823Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:45:16.823Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T07:45:17.142Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T07:45:17.144Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T07:45:17.144Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T07:45:17.144Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T07:45:17.144Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:45:17.144Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:45:17.144Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:45:17.144Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335117144,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:45:18.145Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:45:18.145Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:45:18.146Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:45:18.146Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T07:45:18.146Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:45:18.147Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:45:18.234Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5342010239818209560/Definitions/service-BasicNetwork-template.yml
2023-04-01T07:45:18.570Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:45:18.571Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:45:18.572Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:45:18.572Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:45:18.572Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:45:18.572Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:45:18.572Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:45:18.572Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:45:18.572Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:45:18.572Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:45:18.572Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:45:18.619Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T07:45:18.619Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T07:45:18.619Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T07:45:18.619Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:45:18.619Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:45:18.619Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:45:18.619Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335118619,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:45:19.620Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T07:45:19.620Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T07:45:19.620Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:45:19.620Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:45:19.620Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:45:19.620Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335119620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:45:20.621Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:45:20.645Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:45:20.650Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:45:20.650Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:45:20.650Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:45:20.650Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:45:20.650Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:45:20.650Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:45:20.650Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:45:20.650Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:45:20.650Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:45:20.666Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:45:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:45:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:45:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:45:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:45:50.666Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:45:50.678Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T07:45:50.679Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T07:45:50.679Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T07:45:50.686Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:45:50.705Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:45:50.705Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T07:45:50.711Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:45:50.856Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T07:45:50.856Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:45:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[192576], x-aai-txid=[1-aai-resources-230401-07:45:49:854-2252], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:45:50.856Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:45:50.856Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:45:50.856Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:45:50.867Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:45:50.867Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:45:50.867Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:45:50.867Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:45:50.867Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:45:50.867Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335150867,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:45:51.902Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:45:51.902Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:45:51.902Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:45:51.903Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:45:51.903Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:45:51.903Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:45:52.903Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:45:52.904Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:45:52.904Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:45:52.904Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:45:53.905Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:45:53.906Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:45:53.906Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:45:53.906Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:45:54.907Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:45:54.907Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:45:54.907Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:45:54.907Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:45:55.908Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:45:55.908Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:45:55.908Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:45:55.908Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:45:56.909Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:45:56.909Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:45:56.909Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:45:56.909Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:45:57.910Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:45:57.910Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:45:57.910Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:45:57.910Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:45:58.912Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:45:58.912Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:45:58.912Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:45:58.912Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:45:59.913Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:45:59.914Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:45:59.914Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T07:45:59.914Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T07:45:59.914Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:45:59.965Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:45:59.966Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:45:59.966Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:45:59.967Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:45:59.967Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:45:59.967Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:46:00.284Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T07:46:00.288Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T07:46:00.288Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T07:46:00.288Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:46:00.288Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:46:00.288Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:46:00.289Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:46:00.289Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335160288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:46:01.290Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:46:01.291Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:46:01.291Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:46:01.291Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:46:01.292Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:46:01.292Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:46:01.380Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13649770071008311725/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T07:46:02.070Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:46:02.070Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:46:02.070Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:46:02.070Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:46:02.070Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:46:02.071Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:46:02.071Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:46:02.071Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:46:02.071Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:46:02.071Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:46:02.071Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:46:02.071Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:46:02.071Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:02.071Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:46:02.071Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T07:46:02.071Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:46:02.071Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:46:02.071Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:02.071Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:46:02.071Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T07:46:02.071Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:46:02.072Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:46:02.072Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:02.072Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:46:02.072Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:02.072Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:46:02.072Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:02.072Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:46:02.072Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:02.072Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:46:02.072Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:02.072Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:46:02.072Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:46:02.120Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T07:46:02.120Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T07:46:02.120Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T07:46:02.120Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:46:02.120Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:46:02.120Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:46:02.120Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335162120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:46:03.121Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T07:46:03.121Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T07:46:03.121Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:46:03.121Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:46:03.121Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:46:03.121Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335163121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:46:04.122Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:46:04.143Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:46:04.147Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:46:04.148Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:46:04.148Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:46:04.148Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:46:04.148Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:46:04.148Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:46:04.148Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:46:04.148Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:46:04.148Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:46:04.164Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:46:34.164Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:46:34.179Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T07:46:34.179Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T07:46:34.180Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T07:46:34.187Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:46:34.208Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:46:34.209Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T07:46:34.221Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:46:34.381Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T07:46:34.381Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:46:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[221344], x-aai-txid=[0-aai-resources-230401-07:46:33:366-29485], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:46:34.381Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:46:34.382Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:46:34.382Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:46:34.392Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:46:34.392Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:46:34.393Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:46:34.393Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:46:34.393Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:46:34.393Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335194393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:46:35.426Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:46:35.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:46:35.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:46:35.427Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:46:35.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:46:35.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:46:36.428Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:46:36.429Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:46:36.429Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:46:36.429Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:46:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:46:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:46:37.266Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335078883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:46:37.266Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:46:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:46:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335081493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T07:46:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:46:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:46:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335082494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T07:46:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:46:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:46:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335113735,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:46:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:46:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:46:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:46:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:46:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:46:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:46:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:46:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:46:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335117144,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:46:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:46:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:46:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335118619,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T07:46:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:46:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:46:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335119620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T07:46:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:46:37.429Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:46:37.429Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:46:37.429Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:46:37.430Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:46:38.430Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:46:38.431Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:46:38.431Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:46:38.431Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:46:39.432Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:46:39.432Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:46:39.432Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:46:39.432Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:46:40.433Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:46:40.433Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:46:40.433Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:46:40.433Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:46:41.435Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:46:41.435Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:46:41.435Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:46:41.435Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:46:42.436Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:46:42.436Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:46:42.436Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T07:46:42.437Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:46:42.437Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:46:42.486Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:46:42.487Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:46:42.487Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:46:42.487Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T07:46:42.487Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:46:42.487Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T07:46:43.125Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T07:46:43.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T07:46:43.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T07:46:43.128Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T07:46:43.128Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:46:43.128Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:46:43.128Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:46:43.128Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335203127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:46:44.129Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:46:44.130Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:46:44.130Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:46:44.131Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T07:46:44.131Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:46:44.131Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:46:44.223Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2105305401010494267/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T07:46:45.125Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:46:45.125Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:46:45.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:46:45.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:46:45.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:46:45.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:46:45.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:46:45.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:46:45.126Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:46:45.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:46:45.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:46:45.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:46:45.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:45.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:46:45.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:46:45.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:46:45.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:46:45.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:45.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:46:45.127Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:46:45.128Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:46:45.128Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:46:45.128Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:45.128Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:46:45.128Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:45.128Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T07:46:45.128Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T07:46:45.132Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T07:46:45.133Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T07:46:45.133Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T07:46:45.133Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:46:45.133Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:45.134Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:46:45.134Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:45.134Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:46:45.134Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:46:45.135Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:45.135Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:46:45.135Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:46:45.136Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:45.136Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:46:45.136Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:46:45.137Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:45.137Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T07:46:45.137Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T07:46:45.137Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T07:46:45.137Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T07:46:45.138Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:45.138Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:46:45.138Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:45.138Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:46:45.138Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:45.139Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:46:45.139Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:46:45.139Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:46:45.139Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:46:45.186Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T07:46:45.187Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T07:46:45.187Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T07:46:45.187Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:46:45.187Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:46:45.187Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:46:45.187Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335205187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:46:46.188Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T07:46:46.188Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T07:46:46.189Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:46:46.189Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:46:46.189Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:46:46.189Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335206188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:46:47.190Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:46:47.217Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:46:47.222Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:46:47.223Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:46:47.223Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:46:47.223Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:46:47.223Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:46:47.223Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:46:47.223Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:46:47.224Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:46:47.224Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:46:47.238Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:47:17.238Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:47:17.252Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T07:47:17.252Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T07:47:17.252Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T07:47:17.257Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:47:17.271Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:47:17.272Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T07:47:17.277Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:47:17.469Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T07:47:17.469Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:47:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[188], vertex-id=[200848], x-aai-txid=[0-aai-resources-230401-07:47:16:421-18466], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:47:17.470Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:47:17.470Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:47:17.470Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:47:17.481Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:47:17.481Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:47:17.482Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:47:17.482Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:47:17.482Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:47:17.482Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335237482,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:47:18.512Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:47:18.513Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"efccc4c5-7bb8-41cf-a6f1-9349eb35981a","serviceName":"Demo_pNF_Ic9dwGek3O8urfndll23","serviceVersion":"1.0","serviceUUID":"508389d7-38f7-47fd-bd41-20662b25b49f","serviceDescription":"catalog service description","serviceInvariantUUID":"0c7ab211-5fee-4b5a-bec9-64020478b0d6","resources":[{"resourceInstanceName":"pNF 714be145-f272 0","resourceName":"pNF 714be145-f272","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a88b7f5-eb0f-4834-8b28-b493ad94df97","resourceInvariantUUID":"d433ff3f-bd27-4f50-9a82-92c827585226","resourceCustomizationUUID":"1e941aea-4b3a-4cce-abb2-10cfdf34307e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml","artifactChecksum":"NjU5MzlhODFlOGE1N2EwYTMxYzIwYTMwNmU1YWE3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e040a26-adca-4b38-9d2e-fdfcfef6d9e1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1d3a0bb-10d9-439a-ae6b-df81971675e9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6015e29b-2f4a-410f-82e3-806118e18502","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml","artifactChecksum":"MTYwNGM5OGNmMmVlNGI4Yjg5ZGNmZTY2OGUyOTJiZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32dc7eae-06c0-4612-a8d9-3dfbfd0d28bf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60dd7381-89ba-45dd-a9da-027a43838703","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8f86f18-4d48-4f98-b9a5-9d23ac6f4ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactChecksum":"NjVhNGRmZmExYzg1ZDZkZjljNDYzNDkzZDQ2MTYxMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da026c00-e8ae-4986-a794-33fb54386015","artifactVersion":"1"},{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactChecksum":"NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48e8d3b4-539a-49e9-b8f3-1c68661898e1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:47:18.513Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:47:18.513Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:47:18.513Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:47:18.513Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:47:19.514Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:47:19.514Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:47:19.514Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:47:19.515Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:47:20.515Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:47:20.516Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:47:20.516Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:47:20.516Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:47:21.517Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:47:21.517Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:47:21.518Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:47:21.518Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:47:22.518Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:47:22.519Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:47:22.519Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:47:22.519Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:47:23.520Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:47:23.520Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:47:23.520Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:47:23.520Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:47:24.521Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:47:24.521Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:47:24.521Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:47:24.522Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:47:25.522Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:47:25.523Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:47:25.523Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:47:25.523Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:47:26.524Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "serviceName": "Demo_pNF_Ic9dwGek3O8urfndll23",
  "serviceVersion": "1.0",
  "serviceUUID": "508389d7-38f7-47fd-bd41-20662b25b49f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c7ab211-5fee-4b5a-bec9-64020478b0d6",
  "resources": [
    {
      "resourceInstanceName": "pNF 714be145-f272 0",
      "resourceCustomizationUUID": "1e941aea-4b3a-4cce-abb2-10cfdf34307e",
      "resourceName": "pNF 714be145-f272",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2a88b7f5-eb0f-4834-8b28-b493ad94df97",
      "resourceInvariantUUID": "d433ff3f-bd27-4f50-9a82-92c827585226",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactChecksum": "NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48e8d3b4-539a-49e9-b8f3-1c68661898e1"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:47:26.524Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:47:26.524Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 508389d7-38f7-47fd-bd41-20662b25b49f ASDC
2023-04-01T07:47:26.525Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:efccc4c5-7bb8-41cf-a6f1-9349eb35981a
ServiceName:Demo_pNF_Ic9dwGek3O8urfndll23
ServiceVersion:1.0
ServiceUUID:508389d7-38f7-47fd-bd41-20662b25b49f
ServiceInvariantUUID:0c7ab211-5fee-4b5a-bec9-64020478b0d6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactUUID:48e8d3b4-539a-49e9-b8f3-1c68661898e1
ArtifactChecksum:NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 714be145-f272 0
ResourceCustomizationUUID:1e941aea-4b3a-4cce-abb2-10cfdf34307e
ResourceInvariantUUID:d433ff3f-bd27-4f50-9a82-92c827585226
ResourceName:pNF 714be145-f272
ResourceType:PNF
ResourceUUID:2a88b7f5-eb0f-4834-8b28-b493ad94df97
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T07:47:26.525Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 508389d7-38f7-47fd-bd41-20662b25b49f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:47:26.573Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:47:26.574Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:47:26.574Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:47:26.574Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 from URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:47:26.574Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:47:26.574Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:47:26.934Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T07:47:26.935Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar 48e8d3b4-539a-49e9-b8f3-1c68661898e1 87995
2023-04-01T07:47:26.936Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T07:47:26.936Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:47:26.936Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:47:26.936Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:47:26.936Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:47:26.936Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335246936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:47:27.937Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:47:27.938Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:47:27.938Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1, URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar to file: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:47:27.939Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:47:27.940Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:47:27.940Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:47:28.042Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5287815705618265700/Definitions/service-DemoPnfIc9dwgek3o8urfndll23-template.yml
2023-04-01T07:47:28.610Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:47:28.610Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:47:28.610Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:47:28.610Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:47:28.610Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:47:28.610Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 714be145-f272 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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:47:28.610Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:47:28.611Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:47:28.611Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:47:28.611Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:47:28.611Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T07:47:28.611Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:47:28.611Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:47:28.611Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:47:28.611Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T07:47:28.611Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:47:28.611Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:47:28.611Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:47:28.611Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:47:28.611Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T07:47:28.612Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:47:28.612Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:47:28.612Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:47:28.612Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:47:28.612Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:47:28.612Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:47:28.612Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:47:28.612Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:47:28.612Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:47:28.612Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:47:28.612Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:47:28.612Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:47:28.612Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Ic9dwGek3O8urfndll23
Description:catalog service description
Model UUID:508389d7-38f7-47fd-bd41-20662b25b49f
Model Version:NULL
Model InvariantUuid:0c7ab211-5fee-4b5a-bec9-64020478b0d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:47:28.663Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||ERROR|500||Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists
2023-04-01T07:47:28.663Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T07:47:28.663Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists)
2023-04-01T07:47:28.663Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:47:28.663Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:47:28.664Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:47:28.664Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335248663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:47:29.664Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T07:47:29.664Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists)
2023-04-01T07:47:29.664Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:47:29.665Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:47:29.665Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:47:29.665Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335249664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:47:30.665Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:47:30.689Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:47:30.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:47:30.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:47:30.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:47:30.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:47:30.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:47:30.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:47:30.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:47:30.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:47:30.693Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:47:30.705Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:47:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:47:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:47:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335150867,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:47:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:47:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:47:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:47:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:47:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:47:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:47:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:47:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:47:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:47:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:47:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:47:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:47:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:47:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:47:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:47:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:47:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:47:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:47:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:47:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:47:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:47:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:47:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:47:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:47:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:47:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:47:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335160288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:47:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:47:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:47:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335162120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T07:47:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:47:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:47:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335163121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T07:47:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:47:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:47:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335194393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:47:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:47:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:47:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:47:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:47:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:47:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:47:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:00.706Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:48:00.718Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and serviceModelVersionId: 508389d7-38f7-47fd-bd41-20662b25b49f
2023-04-01T07:48:00.718Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c7ab211-5fee-4b5a-bec9-64020478b0d6
2023-04-01T07:48:00.719Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0
2023-04-01T07:48:00.726Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:48:00.751Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||Invoke
2023-04-01T07:48:00.751Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[efccc4c5-7bb8-41cf-a6f1-9349eb35981a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[77057404-f672-41c4-9609-1738b1001602], X-ECOMP-RequestID=[efccc4c5-7bb8-41cf-a6f1-9349eb35981a], X-TransactionId=[], X-ONAP-RequestID=[efccc4c5-7bb8-41cf-a6f1-9349eb35981a], Content-Type=[application/merge-patch+json]}
2023-04-01T07:48:00.758Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:48:00.913Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:47:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[262192], x-aai-txid=[1-aai-resources-230401-07:47:59:902-91961], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:48:00.914Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:48:00.914Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||InvokeReturn
2023-04-01T07:48:00.914Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:48:00.914Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:48:00.925Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:48:00.925Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efccc4c5-7bb8-41cf-a6f1-9349eb35981a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:48:00.926Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:48:00.926Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:00.926Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:00.926Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335280925,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:48:01.956Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:48:01.957Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"5b45de55-3695-452f-9983-9028c5d19e44","serviceName":"Demo_pNF_T3B6zbSGi2YaADhQk31n","serviceVersion":"1.0","serviceUUID":"0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce","serviceDescription":"catalog service description","serviceInvariantUUID":"53a72de3-783e-4b47-b1de-0a636a89ab5c","resources":[{"resourceInstanceName":"pNF 16fd43e8-271b 0","resourceName":"pNF 16fd43e8-271b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d508e38c-c0fa-4a4d-9625-eb3b8160f955","resourceInvariantUUID":"e0c45bf9-a664-4da1-a4af-6cca8f95a224","resourceCustomizationUUID":"88fa0cd3-4226-4714-8744-fb73ed71935e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml","artifactChecksum":"YjUyMjQ2MzM0ZTYzMWY2ZTQ3OGU0N2FiMDM5MzQ1MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"657b817d-7d0e-44c2-94ac-231ba194e947","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c8d24aa5-0656-462d-8ed0-090aa89b712f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28f516db-5f2e-4b3d-9fa5-c4e51a8f54e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml","artifactChecksum":"YzhmZWViYWMwMjhlY2VkZDFiZDZjNGVkYWU0OGFmYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14cb3a33-a56a-47db-afe8-dc6502ca836c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2138386-4a06-4fbc-93b3-fe0b6f0a0bfc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"450a51c0-1ad1-432b-87c0-0ec0c73f9990","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactChecksum":"NDQ4ZWFlYmQ3OGQ0N2M5OWE2ZGFlYTQ4YzM2MzM5ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5e828e-6ec8-4cc1-b187-c0bd8c97a387","artifactVersion":"1"},{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactChecksum":"ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7094e1e0-36ad-4848-a315-00b0c9b42a72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:48:01.957Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:48:01.957Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:01.957Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:01.957Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:02.958Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:48:02.959Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:02.959Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:02.959Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:03.959Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:48:03.960Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:03.960Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:03.960Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:04.961Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:48:04.962Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:04.962Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:04.962Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:05.963Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:48:05.964Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:05.964Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:05.964Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:06.965Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:48:06.965Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:06.965Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:06.965Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:07.966Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:48:07.967Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:07.967Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:07.967Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:08.968Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:48:08.968Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:08.968Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:08.968Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:09.969Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "serviceName": "Demo_pNF_T3B6zbSGi2YaADhQk31n",
  "serviceVersion": "1.0",
  "serviceUUID": "0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "53a72de3-783e-4b47-b1de-0a636a89ab5c",
  "resources": [
    {
      "resourceInstanceName": "pNF 16fd43e8-271b 0",
      "resourceCustomizationUUID": "88fa0cd3-4226-4714-8744-fb73ed71935e",
      "resourceName": "pNF 16fd43e8-271b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d508e38c-c0fa-4a4d-9625-eb3b8160f955",
      "resourceInvariantUUID": "e0c45bf9-a664-4da1-a4af-6cca8f95a224",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactChecksum": "ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7094e1e0-36ad-4848-a315-00b0c9b42a72"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:48:09.970Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:48:09.970Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC
2023-04-01T07:48:09.970Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5b45de55-3695-452f-9983-9028c5d19e44
ServiceName:Demo_pNF_T3B6zbSGi2YaADhQk31n
ServiceVersion:1.0
ServiceUUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
ServiceInvariantUUID:53a72de3-783e-4b47-b1de-0a636a89ab5c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactUUID:7094e1e0-36ad-4848-a315-00b0c9b42a72
ArtifactChecksum:ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 16fd43e8-271b 0
ResourceCustomizationUUID:88fa0cd3-4226-4714-8744-fb73ed71935e
ResourceInvariantUUID:e0c45bf9-a664-4da1-a4af-6cca8f95a224
ResourceName:pNF 16fd43e8-271b
ResourceType:PNF
ResourceUUID:d508e38c-c0fa-4a4d-9625-eb3b8160f955
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T07:48:09.970Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:48:10.012Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:48:10.013Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:48:10.013Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:48:10.013Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 from URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:48:10.013Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:48:10.014Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:48:10.330Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T07:48:10.333Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar 7094e1e0-36ad-4848-a315-00b0c9b42a72 88007
2023-04-01T07:48:10.333Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T07:48:10.333Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:48:10.333Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:48:10.333Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:10.333Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:10.333Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335290333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:11.334Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:48:11.335Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:48:11.336Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72, URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar to file: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:48:11.336Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:48:11.337Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:48:11.337Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:48:11.484Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8710741947629524697/Definitions/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml
2023-04-01T07:48:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:48:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:48:12.100Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 16fd43e8-271b 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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:12.101Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:48:12.102Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:12.102Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:48:12.102Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:12.102Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:48:12.102Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:12.102Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:48:12.102Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_T3B6zbSGi2YaADhQk31n
Description:catalog service description
Model UUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
Model Version:NULL
Model InvariantUuid:53a72de3-783e-4b47-b1de-0a636a89ab5c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:48:12.153Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||ERROR|500||Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists
2023-04-01T07:48:12.153Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T07:48:12.153Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists)
2023-04-01T07:48:12.154Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:48:12.154Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:12.154Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:12.154Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335292153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:13.155Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T07:48:13.156Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists)
2023-04-01T07:48:13.156Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:48:13.156Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:13.156Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:13.156Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335293155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:14.158Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:48:14.183Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:48:14.187Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:48:14.188Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:48:14.188Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:48:14.188Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:48:14.188Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:48:14.188Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:48:14.188Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:48:14.188Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:48:14.188Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:48:14.204Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:48:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.266Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:48:37.266Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:48:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T07:48:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:48:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:48:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.267Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335203127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:48:37.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335205187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T07:48:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335206188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T07:48:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335237482,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:48:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:48:37.268Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.268Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:48:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:48:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:48:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:48:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:48:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.269Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:48:37.269Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:48:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335246936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:48:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335248663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
}
2023-04-01T07:48:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:48:37.270Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335249664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
}
2023-04-01T07:48:37.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:48:44.204Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:48:44.217Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b45de55-3695-452f-9983-9028c5d19e44 and serviceModelVersionId: 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
2023-04-01T07:48:44.217Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53a72de3-783e-4b47-b1de-0a636a89ab5c
2023-04-01T07:48:44.218Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0
2023-04-01T07:48:44.226Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:48:44.249Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||Invoke
2023-04-01T07:48:44.250Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[18680479-0802-48a7-a837-ec4ab0fe33e0], X-ECOMP-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], X-TransactionId=[], X-ONAP-RequestID=[5b45de55-3695-452f-9983-9028c5d19e44], Content-Type=[application/merge-patch+json]}
2023-04-01T07:48:44.257Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:48:44.520Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:48:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[258], vertex-id=[250016], x-aai-txid=[2-aai-resources-230401-07:48:43:403-46110], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:48:44.520Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:48:44.521Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||InvokeReturn
2023-04-01T07:48:44.521Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:48:44.521Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:48:44.534Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:48:44.535Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b45de55-3695-452f-9983-9028c5d19e44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:48:44.535Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:48:44.535Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:44.535Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:44.535Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335324535,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:48:45.567Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:48:45.567Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"1314236a-cd6a-41a1-8281-e09a18d9fe21","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f26e5059-2fa3-46e4-bb31-bb140b69081a","serviceDescription":"service","serviceInvariantUUID":"ee0afdf1-fed7-44ee-a6b7-83cdbd151b97","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1818899-835f-4d40-a5ee-e02a1724ab39","resourceInvariantUUID":"1af08c65-dff4-49fc-afa2-5e2c421c946b","resourceCustomizationUUID":"93353038-149d-4ead-bcfe-2faf7b1527c6","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":"Mzc0MmM3Y2QwZmUwMjljZWFlZmVjMzJiOWY0NWNiYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0399e894-f11b-48ab-ab07-684422fc26a1","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":"NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f6611bc-f2b0-4d20-947d-90858cc60f6a","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":"a29c38d8-dd9d-4ae1-910b-1426b62e2777","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":"e31356fa-e238-4fec-8b1a-a20f57a73f84","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":"43f30c31-5224-4085-b5f9-b1d8a11fee3b","artifactVersion":"2","generatedFromUUID":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9"},{"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":"d61625a5-f2ed-4814-8a3c-2ffd8497b076","artifactVersion":"2","generatedFromUUID":"a29c38d8-dd9d-4ae1-910b-1426b62e2777"},{"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":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9","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":"7b627770-368d-414e-91cf-3778905e2fb8","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":"NjY3ZDM4NmQ3MzExYTNiMWE4YTQ0NWM3NmVhYmY1NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79a0639f-3caf-4dba-adbe-5eec58d704c5","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1898e78b-af65-4926-9400-00b38f3e5f77","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:48:45.568Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:48:45.568Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:45.568Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:45.568Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:46.569Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:48:46.569Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:46.570Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:46.570Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:47.571Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:48:47.571Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:47.571Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:47.571Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:48.572Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:48:48.573Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:48.573Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:48.573Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:49.574Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:48:49.575Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:49.575Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:49.575Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:50.576Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:48:50.577Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:50.577Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:50.577Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:51.578Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:48:51.579Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:51.579Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:51.579Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:52.580Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:48:52.581Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:52.581Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:52.581Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:53.583Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:48:53.583Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:53.583Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:53.583Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:54.585Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:48:54.585Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:54.585Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:54.585Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:55.586Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f26e5059-2fa3-46e4-bb31-bb140b69081a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee0afdf1-fed7-44ee-a6b7-83cdbd151b97",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "93353038-149d-4ead-bcfe-2faf7b1527c6",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a1818899-835f-4d40-a5ee-e02a1724ab39",
      "resourceInvariantUUID": "1af08c65-dff4-49fc-afa2-5e2c421c946b",
      "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": "NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1f6611bc-f2b0-4d20-947d-90858cc60f6a",
          "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": "a29c38d8-dd9d-4ae1-910b-1426b62e2777",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
            "generatedFromUUID": "a29c38d8-dd9d-4ae1-910b-1426b62e2777"
          },
          "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": "43f30c31-5224-4085-b5f9-b1d8a11fee3b",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
          "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": "d7b3ac90-ed11-4955-8c35-9548ba9a0ec9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1898e78b-af65-4926-9400-00b38f3e5f77"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:48:55.587Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:48:55.587Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC
2023-04-01T07:48:55.587Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1314236a-cd6a-41a1-8281-e09a18d9fe21
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
ServiceInvariantUUID:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
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:1898e78b-af65-4926-9400-00b38f3e5f77
ArtifactChecksum:ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:93353038-149d-4ead-bcfe-2faf7b1527c6
ResourceInvariantUUID:1af08c65-dff4-49fc-afa2-5e2c421c946b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:a1818899-835f-4d40-a5ee-e02a1724ab39
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:1f6611bc-f2b0-4d20-947d-90858cc60f6a
ArtifactChecksum:NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI=
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:a29c38d8-dd9d-4ae1-910b-1426b62e2777
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:43f30c31-5224-4085-b5f9-b1d8a11fee3b
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:d7b3ac90-ed11-4955-8c35-9548ba9a0ec9
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:48:55.587Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:48:55.633Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:48:55.634Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:48:55.634Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:48:55.634Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-01T07:48:55.634Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:48:55.635Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-01T07:48:55.949Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T07:48:55.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 1898e78b-af65-4926-9400-00b38f3e5f77 163251
2023-04-01T07:48:55.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-01T07:48:55.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-01T07:48:55.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:48:55.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:55.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:55.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335335956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:56.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:48:56.958Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:48:56.958Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:48:56.958Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-01T07:48:56.959Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:48:56.959Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:48:57.034Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14900350868660589413/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-01T07:48:57.954Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:48:57.954Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:48:57.954Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:48:57.954Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-01T07:48:57.955Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-01T07:48:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:48:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:48:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:48:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:48:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:48:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:48:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:48:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:48:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T07:48:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:48:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:57.956Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T07:48:57.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-01T07:48:57.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=afe00e20-951f-4d2d-bb1a-0a9c40fed98e
2023-04-01T07:48:57.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:57.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:48:57.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:57.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:48:57.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:57.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:48:57.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:48:57.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:48:57.957Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
Model Version:NULL
Model InvariantUuid:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:4dfdcd0c-b0e2-4c2f-b132-eab399cc6814
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1af08c65-dff4-49fc-afa2-5e2c421c946b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:93353038-149d-4ead-bcfe-2faf7b1527c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cbbb0e3f-c936-4bd0-b425-d2a5d86e13e5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a87649e1-f718-416f-ac14-50b6a992f7d7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:cb4a155e-2310-4c2d-b442-5fab53892d7f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:5c04c4b8-e0e7-4035-8a4a-775d920238dd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:afe00e20-951f-4d2d-bb1a-0a9c40fed98e
ModelInvariantUuid:0fdbd085-9e81-4290-96e9-e5a66d7f02ad
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5759c48b-db2f-42a8-badb-44ed3f09e6b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:172b0c5b-be2b-4dc1-a8d9-b9b632b41495
ModelInvariantUuid:46e6967c-3564-4ee0-af40-3fd5d763862a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:efd8cd30-564a-4085-8745-3369bf468c27
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:48:57.993Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||ERROR|500||Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists
2023-04-01T07:48:57.993Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-01T07:48:57.993Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists)
2023-04-01T07:48:57.994Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:48:57.994Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:57.994Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:57.994Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335337993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:58.995Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-01T07:48:58.995Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists)
2023-04-01T07:48:58.995Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:48:58.996Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:48:58.996Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:48:58.996Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335338995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:48:59.997Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:49:00.020Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:49:00.024Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:49:00.024Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:49:00.024Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:49:00.024Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:49:00.024Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:49:00.025Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:49:00.025Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:49:00.025Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:49:00.025Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:49:00.038Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:49:30.038Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:49:30.050Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and serviceModelVersionId: f26e5059-2fa3-46e4-bb31-bb140b69081a
2023-04-01T07:49:30.050Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
2023-04-01T07:49:30.051Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0
2023-04-01T07:49:30.057Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:49:30.077Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:49:30.077Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||Invoke
2023-04-01T07:49:30.087Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:49:30.234Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||InvokeReturn
2023-04-01T07:49:30.234Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:49:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[262320], x-aai-txid=[1-aai-resources-230401-07:49:29:231-59882], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:49:30.234Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:49:30.235Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:49:30.235Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:49:30.246Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:49:30.246Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1314236a-cd6a-41a1-8281-e09a18d9fe21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:49:30.247Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:49:30.247Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:49:30.248Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:49:30.248Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335370246,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:49:31.279Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:49:31.280Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"f4a0b667-7242-474d-a1f8-09bba9315ce1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa","serviceDescription":"service","serviceInvariantUUID":"0b7464e9-6d23-4f1a-a639-f0a0ad3efc47","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2761a12a-a271-4116-bad3-d9a7086f4e0c","resourceInvariantUUID":"777a4fd2-6905-45c6-a15e-00e0b884aa61","resourceCustomizationUUID":"1ae5d246-d79a-4f01-80d0-0207f7887709","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":"OGJiNzY5ZTVlMjZiNzZjNDJmOTk3ZTM2NDUzM2YyNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7622934-bce1-4aef-9638-289fc9394c9c","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":"ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3a90a98d-9f57-445f-832b-3a47c8682ab0","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":"96bc3435-51b4-43f2-ae7a-892c4b031e50","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":"41c23afd-cfc1-49b5-ac54-e951770da212","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":"1cced3a2-a150-48ad-a0f7-7e5b812065e7","artifactVersion":"2","generatedFromUUID":"96bc3435-51b4-43f2-ae7a-892c4b031e50"},{"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":"MzY4YzhkZjUyNzlmOTY4ZDAyNzdiMTYwNTJjZmFhNDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"64790e8e-52ea-4f46-b10f-9d1faa571d27","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":"ZDhlZjA4NDdmMTI0OGMxZmVkZTc2ZTcwMDU2MDAyOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97ac84a0-d744-4d88-acc4-690082a09899","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90a0e0f4-5eb8-4db0-83a3-3607267b08ef","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:49:31.280Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:49:31.281Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:49:31.281Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:49:31.281Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:49:32.282Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:49:32.282Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:49:32.282Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:49:32.282Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:49:33.283Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:49:33.284Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:49:33.284Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:49:33.284Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:49:34.286Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:49:34.286Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:49:34.287Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:49:34.287Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:49:35.288Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:49:35.288Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:49:35.288Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:49:35.288Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:49:36.289Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:49:36.289Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:49:36.289Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:49:36.289Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:49:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:49:37.265Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: cached metadata has changed from (version105: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version106: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-04-01T07:49:37.281Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:49:37.281Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T07:49:37.287Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=65, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:49:37.288Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 65: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T07:49:37.290Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:49:37.290Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:49:37.290Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:49:37.291Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:49:37.304Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=65, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:49:37.305Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T07:49:37.305Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:49:37.311Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:49:37.311Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:49:37.311Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:49:37.311Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2571, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:49:37.311Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:49:37.312Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:49:38.291Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:49:38.292Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:49:38.292Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:49:38.292Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:49:38.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.330Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335280925,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:49:38.330Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.331Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:49:38.331Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.331Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:49:38.331Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.332Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:49:38.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.332Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:49:38.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.332Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:49:38.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.333Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:49:38.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.333Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:49:38.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.333Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:49:38.334Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.334Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335290333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:49:38.334Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.334Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335292153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
}
2023-04-01T07:49:38.334Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.334Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335293155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
}
2023-04-01T07:49:38.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.335Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335324535,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:49:38.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.335Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:49:38.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.336Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:49:38.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.336Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:49:38.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.336Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:49:38.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.337Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-01T07:49:38.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.337Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-01T07:49:38.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-01T07:49:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:49:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:49:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:49:38.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335335956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:49:38.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335337993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists"
}
2023-04-01T07:49:38.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.340Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335338995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists"
}
2023-04-01T07:49:38.340Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.340Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335370246,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:49:38.340Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.340Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:49:38.341Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.341Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:49:38.341Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.341Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:49:38.341Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.342Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:49:38.342Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.342Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T07:49:38.342Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.342Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:49:38.343Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.343Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:49:38.343Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:38.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:49:38.343Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:49:38.343Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:49:39.292Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b7464e9-6d23-4f1a-a639-f0a0ad3efc47",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "1ae5d246-d79a-4f01-80d0-0207f7887709",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2761a12a-a271-4116-bad3-d9a7086f4e0c",
      "resourceInvariantUUID": "777a4fd2-6905-45c6-a15e-00e0b884aa61",
      "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": "ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3a90a98d-9f57-445f-832b-3a47c8682ab0",
          "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": "96bc3435-51b4-43f2-ae7a-892c4b031e50",
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
            "generatedFromUUID": "96bc3435-51b4-43f2-ae7a-892c4b031e50"
          },
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90a0e0f4-5eb8-4db0-83a3-3607267b08ef"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:49:39.293Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:49:39.293Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC
2023-04-01T07:49:39.293Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f4a0b667-7242-474d-a1f8-09bba9315ce1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
ServiceInvariantUUID:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
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:90a0e0f4-5eb8-4db0-83a3-3607267b08ef
ArtifactChecksum:NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:1ae5d246-d79a-4f01-80d0-0207f7887709
ResourceInvariantUUID:777a4fd2-6905-45c6-a15e-00e0b884aa61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2761a12a-a271-4116-bad3-d9a7086f4e0c
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:3a90a98d-9f57-445f-832b-3a47c8682ab0
ArtifactChecksum:ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY=
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:96bc3435-51b4-43f2-ae7a-892c4b031e50
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:49:39.294Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:49:39.347Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:49:39.348Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:49:39.348Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:49:39.348Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-01T07:49:39.348Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:49:39.348Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-01T07:49:39.907Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-04-01T07:49:39.909Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 90a0e0f4-5eb8-4db0-83a3-3607267b08ef 82964
2023-04-01T07:49:39.910Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-01T07:49:39.910Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-01T07:49:39.910Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:49:39.910Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:49:39.910Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:49:39.910Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335379910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:49:40.911Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:49:40.911Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:49:40.912Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:49:40.913Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-01T07:49:40.913Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:49:40.914Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:49:41.011Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11735324194519497026/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T07:49:41.821Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:49:41.822Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:49:41.822Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:49:41.822Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:49:41.822Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:49:41.822Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:49:41.822Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:49:41.822Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:49:41.822Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:49:41.822Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:49:41.822Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T07:49:41.822Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-04-01T07:49:41.822Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:49:41.822Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:49:41.822Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:49:41.822Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:49:41.822Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:49:41.822Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:49:41.823Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:49:41.823Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:49:41.823Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-04-01T07:49:41.823Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:49:41.823Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:49:41.823Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:49:41.823Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:49:41.823Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T07:49:41.823Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T07:49:41.823Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T07:49:41.823Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T07:49:41.823Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T07:49:41.823Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:49:41.823Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:49:41.823Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:49:41.823Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:49:41.823Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:49:41.823Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c145e713-24cd-4ba8-a6c1-379c251df156
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:49:41.824Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
Model Version:NULL
Model InvariantUuid:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c54629b9-eb6a-453f-8eb3-d6cf6f8348c9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:777a4fd2-6905-45c6-a15e-00e0b884aa61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1ae5d246-d79a-4f01-80d0-0207f7887709
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dfff1756-6614-47f2-9fa7-e61cbc49c457
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:dcb1002f-0e42-4966-938c-a4b617a68436
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c145e713-24cd-4ba8-a6c1-379c251df156
ModelInvariantUuid:04b23e99-bf5c-4475-b624-35bc118a60f4
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:daf8834e-b8ef-455b-aff7-624a4226c0c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5ea7b3b4-7cdb-46ff-b9eb-8764dcc6473f
ModelInvariantUuid:56fa5535-ffdf-4a3b-9100-37873a9a69d7
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d47dc4f4-4851-4c2e-b714-d306e76fe3f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:49:41.865Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||ERROR|500||Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists
2023-04-01T07:49:41.865Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-01T07:49:41.865Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists)
2023-04-01T07:49:41.865Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:49:41.866Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:49:41.866Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:49:41.866Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335381865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:49:42.866Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-01T07:49:42.867Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists)
2023-04-01T07:49:42.867Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:49:42.867Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:49:42.867Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:49:42.867Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335382866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:49:43.868Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:49:43.893Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:49:43.898Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:49:43.898Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:49:43.898Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:49:43.898Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:49:43.898Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:49:43.898Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:49:43.898Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:49:43.898Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:49:43.899Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:49:43.914Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:50:13.915Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:50:13.925Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and serviceModelVersionId: 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
2023-04-01T07:50:13.925Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
2023-04-01T07:50:13.925Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0
2023-04-01T07:50:13.934Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:50:13.958Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:50:13.958Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||Invoke
2023-04-01T07:50:13.967Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:50:14.120Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||InvokeReturn
2023-04-01T07:50:14.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:50:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[278688], x-aai-txid=[0-aai-resources-230401-07:50:13:112-56881], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:50:14.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:50:14.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:50:14.121Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:50:14.133Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:50:14.133Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4a0b667-7242-474d-a1f8-09bba9315ce1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:50:14.133Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:50:14.133Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:50:14.134Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:50:14.134Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335414133,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:50:15.166Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T07:50:15.167Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"501785e9-f1fd-4675-b2b8-533de86fc0eb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"41e29eb7-2992-4121-8ff3-983252f0e8f4","serviceDescription":"service","serviceInvariantUUID":"abadc27a-99ac-4198-888c-30a2573d6daf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c3d302d8-3273-4794-821a-a8d9ad08f1c4","resourceInvariantUUID":"9679e179-17a5-46ed-98c9-88b262e95ccb","resourceCustomizationUUID":"7a29e752-5e4d-4a57-a6b2-2c430710f011","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":"YzU4MjRkODI0ODQ3ZjhjMWQxN2JkZDQ3ZTMyM2Q3NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1270f5d2-ba55-4180-8d28-10f28a813a4c","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":"1bd27fb0-5c12-436f-be21-4fb3b7a0ff94","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":"0e4dbae7-c3df-417f-ab1c-19964d13e479","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":"NjUxYzVkNWZiZjZmOWE3ZjFiY2ZlMGRmOGM2YmMxNGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f9ffe5a0-fc60-4c48-8b36-3b61f746aa02","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":"d5f83ca6-9390-403a-8f14-e633ed114104","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":"b9b0eaf0-2cc2-4941-9b36-9cf4f4a8ce0b","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":"73d906b2-aa7f-47cc-a7f2-09d23acf1e03","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":"N2RkNTViY2ZjYmRlZDBmMjRjZTZiYjYxYTUxNjdjNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a7c193d-4650-432b-8c37-24d2e056dd34","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da488a63-d045-4e3b-9e46-0c19d314e5f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:50:15.167Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:50:15.167Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:50:15.167Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:50:15.167Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:50:16.168Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:50:16.168Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:50:16.168Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:50:16.168Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:50:17.169Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:50:17.169Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:50:17.169Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:50:17.170Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:50:18.170Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:50:18.171Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:50:18.171Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:50:18.171Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:50:19.172Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:50:19.173Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:50:19.173Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:50:19.173Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:50:20.173Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:50:20.174Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:50:20.174Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:50:20.174Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:50:21.175Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:50:21.175Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:50:21.176Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:50:21.176Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:50:22.177Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:50:22.177Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:50:22.177Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:50:22.177Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:50:23.178Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:50:23.179Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:50:23.179Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:50:23.179Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:50:24.180Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "41e29eb7-2992-4121-8ff3-983252f0e8f4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "abadc27a-99ac-4198-888c-30a2573d6daf",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7a29e752-5e4d-4a57-a6b2-2c430710f011",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c3d302d8-3273-4794-821a-a8d9ad08f1c4",
      "resourceInvariantUUID": "9679e179-17a5-46ed-98c9-88b262e95ccb",
      "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": "ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da488a63-d045-4e3b-9e46-0c19d314e5f4"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:50:24.180Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:50:24.180Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC
2023-04-01T07:50:24.181Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:501785e9-f1fd-4675-b2b8-533de86fc0eb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:41e29eb7-2992-4121-8ff3-983252f0e8f4
ServiceInvariantUUID:abadc27a-99ac-4198-888c-30a2573d6daf
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:da488a63-d045-4e3b-9e46-0c19d314e5f4
ArtifactChecksum:ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7a29e752-5e4d-4a57-a6b2-2c430710f011
ResourceInvariantUUID:9679e179-17a5-46ed-98c9-88b262e95ccb
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c3d302d8-3273-4794-821a-a8d9ad08f1c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T07:50:24.181Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:50:24.218Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:50:24.219Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:50:24.219Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-04-01T07:50:24.219Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-01T07:50:24.219Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-04-01T07:50:24.219Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-01T07:50:24.243Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-04-01T07:50:24.243Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@140a4c84
2023-04-01T07:50:24.243Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T07:50:24.243Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-04-01T07:50:24.244Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar da488a63-d045-4e3b-9e46-0c19d314e5f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T07:50:24.244Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-04-01T07:50:24.244Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-04-01T07:50:24.244Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T07:50:24.244Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:50:24.244Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:50:24.244Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335424244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:50:25.245Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:da488a63-d045-4e3b-9e46-0c19d314e5f4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:50:25.291Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||ERROR|500||Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists
2023-04-01T07:50:25.292Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-04-01T07:50:25.292Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists)
2023-04-01T07:50:25.292Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:50:25.292Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:50:25.292Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:50:25.292Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335425291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:50:26.293Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-04-01T07:50:26.294Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists)
2023-04-01T07:50:26.294Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:50:26.294Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:50:26.294Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:50:26.294Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335426293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:50:27.295Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:50:27.324Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:50:27.327Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:50:27.328Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:50:27.328Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:50:27.328Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:50:27.328Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:50:27.328Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:50:27.328Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:50:27.328Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:50:27.328Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:50:27.341Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:50:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335379910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335381865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists"
}
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335382866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists"
}
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335414133,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:50:37.274Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680334677824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335424244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335425291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists"
}
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335426293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists"
}
2023-04-01T07:50:37.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:50:57.341Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:50:57.353Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and serviceModelVersionId: 41e29eb7-2992-4121-8ff3-983252f0e8f4
2023-04-01T07:50:57.353Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abadc27a-99ac-4198-888c-30a2573d6daf
2023-04-01T07:50:57.353Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0
2023-04-01T07:50:57.357Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:50:57.370Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:50:57.371Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||Invoke
2023-04-01T07:50:57.379Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:50:57.519Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||InvokeReturn
2023-04-01T07:50:57.520Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:50:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[262208], x-aai-txid=[0-aai-resources-230401-07:50:56:521-53629], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:50:57.520Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:50:57.520Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:50:57.520Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:50:57.528Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:50:57.528Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 501785e9-f1fd-4675-b2b8-533de86fc0eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:50:57.528Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:50:57.529Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:50:57.529Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:50:57.529Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335457528,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:50:58.552Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T07:50:58.552Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T07:50:58.553Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 0 disconnected.
2023-04-01T07:50:58.553Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 2 disconnected.
2023-04-01T07:50:58.553Z||pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T07:50:58.553Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T07:50:58.553Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T07:50:58.553Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T07:50:58.557Z||pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T07:50:58.558Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-c7eb8c8a-7cfe-4310-8ba0-90f646b776f6
2023-04-01T07:50:58.558Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T07:50:58.559Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T07:50:58.680Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:51:01.699Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:51:04.709Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:51:07.718Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:51:10.727Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:51:13.737Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:51:16.746Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:51:19.756Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:51:22.766Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:51:25.777Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:51:28.785Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:51:31.794Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:51:34.804Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:51:37.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:51:37.282Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:51:37.282Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T07:51:37.289Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=66, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:51:37.290Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=66, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-c7eb8c8a-7cfe-4310-8ba0-90f646b776f6', protocol='range'}
2023-04-01T07:51:37.294Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:51:37.294Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:51:37.294Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:51:37.294Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:51:37.295Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:51:37.295Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T07:51:37.295Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 66: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-c7eb8c8a-7cfe-4310-8ba0-90f646b776f6=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T07:51:37.313Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=66, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-c7eb8c8a-7cfe-4310-8ba0-90f646b776f6', protocol='range'}
2023-04-01T07:51:37.313Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T07:51:37.314Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T07:51:37.314Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=66, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:51:37.314Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T07:51:37.314Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:51:37.318Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:51:37.318Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:51:37.318Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:51:37.318Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2622, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:51:37.319Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:51:37.319Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:51:37.319Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:51:37.319Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:51:37.319Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:51:37.319Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:51:37.319Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:51:37.319Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:51:37.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T07:51:37.415Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"ec894cc2-bf10-49c8-bfe6-19f67a08cc7f","serviceName":"basic_onboard_JmKXMa","serviceVersion":"1.0","serviceUUID":"7ac513c9-39d2-4cde-be94-1e520d3b6105","serviceDescription":"service","serviceInvariantUUID":"0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c","resources":[{"resourceInstanceName":"basic_onboard_JmKXMa 0","resourceName":"basic_onboard_JmKXMa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d66deef-0139-4fe3-8cfe-09754161e8ca","resourceInvariantUUID":"3f9ed040-b69e-4284-bdbc-0c4b2143ce67","resourceCustomizationUUID":"76cb6285-93c7-49c3-8916-8044d652af2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ1MWVhOWUzYzJkNTliOWUwYTU5YzQ3OTcyMzc5M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f98f88e-f7b6-4517-af81-bff1182a8a4f","artifactVersion":"1"},{"artifactName":"basic_onboard_jmkxma0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json","artifactChecksum":"MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"235ec901-ec51-496e-88f6-32590bedab3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"978dc90a-3ade-489a-890f-a486ef8aa51f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53df7461-4a6d-4771-8b1f-7d5ec8ed959c","artifactVersion":"2","generatedFromUUID":"8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJmkxma-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml","artifactChecksum":"OWI1NWU4YjY2OGRhNTM2YTgwMTk1Zjg4MGY2ZWQ1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8e65f12-3070-4c08-8d11-eddc5511a3dd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJmkxma-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar","artifactChecksum":"ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db4ea85c-2881-4291-925f-3eb018c488ca","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:51:37.416Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:51:37.416Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:51:37.416Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:51:37.417Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:51:38.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:51:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335457528,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:51:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:51:38.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-01T07:51:38.338Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:51:38.338Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:51:38.417Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:51:38.418Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:51:38.418Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:51:38.418Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:51:39.419Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:51:39.419Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:51:39.419Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:51:39.419Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:51:40.419Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:51:40.420Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:51:40.420Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:51:40.420Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:51:41.421Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:51:41.421Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:51:41.421Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:51:41.421Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:51:42.422Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:51:42.422Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:51:42.422Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:51:42.422Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:51:43.423Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:51:43.423Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:51:43.423Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:51:43.423Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:51:44.424Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "serviceName": "basic_onboard_JmKXMa",
  "serviceVersion": "1.0",
  "serviceUUID": "7ac513c9-39d2-4cde-be94-1e520d3b6105",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JmKXMa 0",
      "resourceCustomizationUUID": "76cb6285-93c7-49c3-8916-8044d652af2a",
      "resourceName": "basic_onboard_JmKXMa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d66deef-0139-4fe3-8cfe-09754161e8ca",
      "resourceInvariantUUID": "3f9ed040-b69e-4284-bdbc-0c4b2143ce67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jmkxma0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
          "artifactChecksum": "MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "235ec901-ec51-496e-88f6-32590bedab3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
            "generatedFromUUID": "8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53df7461-4a6d-4771-8b1f-7d5ec8ed959c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJmkxma-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
      "artifactChecksum": "ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db4ea85c-2881-4291-925f-3eb018c488ca"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:51:44.425Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:51:44.425Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC
2023-04-01T07:51:44.425Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
ServiceName:basic_onboard_JmKXMa
ServiceVersion:1.0
ServiceUUID:7ac513c9-39d2-4cde-be94-1e520d3b6105
ServiceInvariantUUID:0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJmkxma-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
ArtifactUUID:db4ea85c-2881-4291-925f-3eb018c488ca
ArtifactChecksum:ZjUyMjgzZjE4YzdlMzNkMDg1YTA3OWRjYWJlZDU0NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JmKXMa 0
ResourceCustomizationUUID:76cb6285-93c7-49c3-8916-8044d652af2a
ResourceInvariantUUID:3f9ed040-b69e-4284-bdbc-0c4b2143ce67
ResourceName:basic_onboard_JmKXMa
ResourceType:VF
ResourceUUID:7d66deef-0139-4fe3-8cfe-09754161e8ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jmkxma0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
ArtifactUUID:235ec901-ec51-496e-88f6-32590bedab3c
ArtifactChecksum:MTU1OWIzN2QwZWQ5YmUzNmQ5MmQwOWI1MTI5MzVhM2M=
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8b8cd2f3-4598-4c3d-bec2-e12b6ce3f5b3
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
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/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env
ArtifactUUID:53df7461-4a6d-4771-8b1f-7d5ec8ed959c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:51:44.425Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ac513c9-39d2-4cde-be94-1e520d3b6105 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:51:44.469Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:51:44.472Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T07:51:44.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T07:51:44.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: db4ea85c-2881-4291-925f-3eb018c488ca from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T07:51:44.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-01T07:51:44.473Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar
2023-04-01T07:51:44.509Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-01T07:51:44.510Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6ff61f6e
2023-04-01T07:51:44.510Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T07:51:44.510Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T07:51:44.510Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardJmkxma-csar.csar /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar db4ea85c-2881-4291-925f-3eb018c488ca Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T07:51:44.511Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar ASDC sendASDCNotification
2023-04-01T07:51:44.511Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(Specified artifact is  not found)
2023-04-01T07:51:44.511Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T07:51:44.511Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:51:44.511Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:51:44.511Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335504510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:51:45.512Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardJmkxma-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar(UUID:db4ea85c-2881-4291-925f-3eb018c488ca)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-01T07:51:45.535Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:51:45.536Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:51:45.540Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||basic_onboard_JmKXMa 0
2023-04-01T07:51:45.540Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d66deef-0139-4fe3-8cfe-09754161e8ca
2023-04-01T07:51:45.540Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 235ec901-ec51-496e-88f6-32590bedab3c from URL: /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T07:51:45.540Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-01T07:51:45.541Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json
2023-04-01T07:51:45.562Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-01T07:51:45.562Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@460e8b63
2023-04-01T07:51:45.562Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T07:51:45.563Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardJmkxma"
      ]
    }
  }
}
2023-04-01T07:51:45.563Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_jmkxma0_modules.json /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json 235ec901-ec51-496e-88f6-32590bedab3c Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T07:51:45.563Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json ASDC sendASDCNotification
2023-04-01T07:51:45.563Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(Specified artifact is  not found)
2023-04-01T07:51:45.563Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T07:51:45.564Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:51:45.564Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:51:45.564Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335505563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:51:46.565Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_jmkxma0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json(UUID:235ec901-ec51-496e-88f6-32590bedab3c)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:51:46.567Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:51:46.586Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:51:46.592Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:51:46.592Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:52:16.593Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:52:16.615Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:52:16.620Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:52:16.620Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:52:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:52:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T07:52:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:52:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:52:46.620Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:52:47.040Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:52:47.044Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:52:47.044Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:53:17.045Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:53:17.074Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:53:17.079Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:53:17.079Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:53:37.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:53:37.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T07:53:37.267Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:53:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:53:37.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T07:53:37.268Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:53:37.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:53:37.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T07:53:37.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-01T07:53:37.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:53:37.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T07:53:37.270Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:53:37.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:53:37.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T07:53:37.270Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:53:37.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:53:37.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T07:53:37.271Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335504510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/artifacts/service-BasicOnboardJmkxma-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T07:53:37.271Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:53:37.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-01T07:53:37.271Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335505563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJmkxma/1.0/resourceInstances/basic_onboard_jmkxma0/artifacts/basic_onboard_jmkxma0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T07:53:37.272Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:53:47.079Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:53:47.103Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:53:47.107Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:53:47.108Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:54:17.108Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:54:17.131Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:54:17.135Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:54:17.135Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:54:37.265Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:54:47.135Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:54:47.159Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:54:47.163Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:54:47.164Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:55:17.164Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:55:17.192Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:55:17.197Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:55:17.197Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:55:37.266Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:55:47.197Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:55:47.225Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:55:47.229Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:55:47.229Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:56:17.230Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:56:17.260Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:56:17.266Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-01T07:56:17.266Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-01T07:56:37.268Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:56:37.490Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.
2023-04-01T07:56:37.490Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Member SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-c7eb8c8a-7cfe-4310-8ba0-90f646b776f6 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-04-01T07:56:37.490Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-01T07:56:37.491Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-01T07:56:37.907Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T07:56:37.925Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:56:37.925Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T07:56:37.932Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=67, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:56:37.933Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 67: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T07:56:37.951Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=67, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T07:56:37.951Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T07:56:37.952Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T07:56:37.957Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:56:37.957Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:56:37.957Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:56:37.958Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2632, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T07:56:37.958Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T07:56:37.958Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T07:56:47.266Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-01T07:56:47.267Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:56:47.276Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and serviceModelVersionId: 7ac513c9-39d2-4cde-be94-1e520d3b6105
2023-04-01T07:56:47.276Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c
2023-04-01T07:56:47.277Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0
2023-04-01T07:56:47.286Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:56:47.307Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:56:47.308Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||Invoke
2023-04-01T07:56:47.314Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-01T07:56:47.495Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0|INFO|500||InvokeReturn
2023-04-01T07:56:47.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0cdb4b3b-a652-4466-b4f8-dec3d9e93c9c/model-vers/model-ver/7ac513c9-39d2-4cde-be94-1e520d3b6105?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:56:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[177], vertex-id=[168128], x-aai-txid=[0-aai-resources-230401-07:56:46:457-34728], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:56:47.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:56:47.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:56:47.496Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:56:47.509Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:56:47.510Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec894cc2-bf10-49c8-bfe6-19f67a08cc7f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-01T07:56:47.510Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-01T07:56:47.510Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:56:47.510Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:56:47.511Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335807510,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:56:47.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:56:47.542Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ec894cc2-bf10-49c8-bfe6-19f67a08cc7f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335807510,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-01T07:56:47.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:56:48.541Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T07:56:48.542Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"add68a22-5717-4fc5-a6e4-cd91bbc3ca8b","serviceName":"vFW 2023-04-01 03-28-12","serviceVersion":"1.0","serviceUUID":"9dbd1b7e-b75c-4df5-b556-77f0bc08588c","serviceDescription":"catalog service description","serviceInvariantUUID":"156b0b37-aae0-4571-981f-6f3ed1a73f40","resources":[{"resourceInstanceName":"vFW 6e82a904-589b 0","resourceName":"vFW 6e82a904-589b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ac50eb6-6280-4318-8933-91371a4187aa","resourceInvariantUUID":"062fdec2-1441-4232-83f0-5d18becc30c4","resourceCustomizationUUID":"a4310846-fb56-4449-a921-aff9c66f6225","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml","artifactChecksum":"NDI2Mjk3YmUxYTQ4ODFkNDM5Zjc4NThjNTNmZjE2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bed2e54-169b-4a52-a21e-834983ed890f","artifactVersion":"1"},{"artifactName":"vfw6e82a904589b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json","artifactChecksum":"Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a1a1bf6-0984-4e03-b81c-01fbf94d7c56","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml","artifactChecksum":"OThkOWIxN2VkNDA3MWM5NGUyMGExZWJkZTE3NWJmM2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d37caa4-70d7-45e2-bd27-09e4f8a69945","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e750d12-752b-46b3-a9af-0293566d815d","artifactVersion":"2","generatedFromUUID":"a18cabf6-53fa-4876-9fee-bf1d382e8184"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401032812-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml","artifactChecksum":"MDFhY2U1Y2FiNTY0NWFhYTVmMDkxNTk0MjIxZDI2NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55e897e6-8c39-4f56-86cd-a4262ee8cc67","artifactVersion":"1"},{"artifactName":"service-Vfw20230401032812-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar","artifactChecksum":"NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef39b22b-5478-4879-a0de-2d2a01b73171","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:56:48.542Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:56:48.543Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:56:48.543Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:56:48.543Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:56:49.543Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:56:49.544Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:56:49.544Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:56:49.544Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:56:50.544Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:56:50.545Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:56:50.545Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:56:50.545Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:56:51.545Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:56:51.546Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:56:51.546Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:56:51.546Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:56:52.546Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:56:52.547Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:56:52.547Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:56:52.547Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:56:53.547Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:56:53.548Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:56:53.548Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:56:53.548Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:56:54.549Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:56:54.549Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:56:54.549Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:56:54.549Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:56:55.550Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "serviceName": "vFW 2023-04-01 03-28-12",
  "serviceVersion": "1.0",
  "serviceUUID": "9dbd1b7e-b75c-4df5-b556-77f0bc08588c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "156b0b37-aae0-4571-981f-6f3ed1a73f40",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e82a904-589b 0",
      "resourceCustomizationUUID": "a4310846-fb56-4449-a921-aff9c66f6225",
      "resourceName": "vFW 6e82a904-589b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ac50eb6-6280-4318-8933-91371a4187aa",
      "resourceInvariantUUID": "062fdec2-1441-4232-83f0-5d18becc30c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e82a904589b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
          "artifactChecksum": "Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a1a1bf6-0984-4e03-b81c-01fbf94d7c56",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
            "generatedFromUUID": "a18cabf6-53fa-4876-9fee-bf1d382e8184"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e750d12-752b-46b3-a9af-0293566d815d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401032812-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
      "artifactChecksum": "NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef39b22b-5478-4879-a0de-2d2a01b73171"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:56:55.550Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:56:55.550Z|ec894cc2-bf10-49c8-bfe6-19f67a08cc7f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC
2023-04-01T07:56:55.550Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
ServiceName:vFW 2023-04-01 03-28-12
ServiceVersion:1.0
ServiceUUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
ServiceInvariantUUID:156b0b37-aae0-4571-981f-6f3ed1a73f40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401032812-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
ArtifactUUID:ef39b22b-5478-4879-a0de-2d2a01b73171
ArtifactChecksum:NDkxZDk0OGY4YjkyNzkxZDBjOGNhZGE5N2E1ZWVhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e82a904-589b 0
ResourceCustomizationUUID:a4310846-fb56-4449-a921-aff9c66f6225
ResourceInvariantUUID:062fdec2-1441-4232-83f0-5d18becc30c4
ResourceName:vFW 6e82a904-589b
ResourceType:VF
ResourceUUID:8ac50eb6-6280-4318-8933-91371a4187aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e82a904589b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json
ArtifactUUID:2a1a1bf6-0984-4e03-b81c-01fbf94d7c56
ArtifactChecksum:Y2RlMWViOWU4OGNjYjU1YzdmOWE1MmIzNWRhMTc2MzM=
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml
ArtifactUUID:a18cabf6-53fa-4876-9fee-bf1d382e8184
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
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/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env
ArtifactUUID:2e750d12-752b-46b3-a9af-0293566d815d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:56:55.550Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dbd1b7e-b75c-4df5-b556-77f0bc08588c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:56:55.592Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:56:55.593Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T07:56:55.593Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T07:56:55.593Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 from URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T07:56:55.593Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-01T07:56:55.593Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T07:56:55.925Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-01T07:56:55.928Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ef39b22b-5478-4879-a0de-2d2a01b73171 101475
2023-04-01T07:56:55.929Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T07:56:55.929Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar
2023-04-01T07:56:55.929Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:56:55.929Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:56:55.929Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:56:55.929Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335815929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:56:56.929Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:56:56.930Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T07:56:56.930Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ef39b22b-5478-4879-a0de-2d2a01b73171, URL: /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar to file: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:56:56.931Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401032812-csar.csar
2023-04-01T07:56:56.931Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:56:56.931Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:56:57.091Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2011968533891088282/Definitions/service-Vfw20230401032812-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-01T07:56:58.576Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:56:58.576Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-01T07:56:58.576Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:56:58.576Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T07:56:58.576Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:56:58.576Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:56:58.576Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:56:58.577Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:56:58.577Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:56:58.577Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:56:58.577Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:56:58.577Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:56:58.577Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:56:58.577Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401032812-csar.csar
2023-04-01T07:56:58.577Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e82a904-589b 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-Vfw20230401032812-csar.csar
2023-04-01T07:56:58.577Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-01T07:56:58.577Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:56:58.577Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:56:58.577Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:56:58.577Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-01T07:56:58.578Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:56:58.578Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:56:58.578Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:56:58.578Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:56:58.578Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-01T07:56:58.578Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:56:58.578Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:56:58.578Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:56:58.578Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:56:58.578Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:56:58.578Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:56:58.578Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:56:58.579Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:56:58.579Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:56:58.579Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:56:58.579Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:56:58.579Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:56:58.579Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:56:58.579Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:56:58.579Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:56:58.579Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:56:58.579Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:56:58.579Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:56:58.579Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:56:58.579Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:56:58.579Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:56:58.579Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:56:58.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:56:58.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:56:58.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:56:58.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:56:58.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:56:58.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:56:58.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:56:58.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:56:58.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is matching search criteria
2023-04-01T07:56:58.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6e82a904-589b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:56:58.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:56:58.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:56:58.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:56:58.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:56:58.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T07:56:58.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:56:58.580Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:56:58.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:56:58.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:56:58.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:56:58.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:56:58.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:56:58.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:56:58.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f04cc564-5c58-4efc-a882-b02cb9e3d991
2023-04-01T07:56:58.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:56:58.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:56:58.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:56:58.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:56:58.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:56:58.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:56:58.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:56:58.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:56:58.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:56:58.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T07:56:58.581Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:56:58.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:56:58.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:56:58.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:56:58.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e54a9b3-0f77-4765-8ac8-339a316490a8
2023-04-01T07:56:58.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:56:58.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vFW 6e82a904-589b 0 is not matching search criteria
2023-04-01T07:56:58.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:56:58.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:56:58.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:56:58.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:56:58.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:56:58.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:56:58.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:56:58.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:56:58.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:56:58.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:56:58.582Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:56:58.583Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T07:56:58.583Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aa0b0a17-fafd-472f-87bf-524b87618d67
2023-04-01T07:56:58.583Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:56:58.583Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:56:58.583Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:56:58.583Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:56:58.583Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:56:58.583Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:56:58.583Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:56:58.583Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-01 03-28-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:56:58.583Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 03-28-12
Description:catalog service description
Model UUID:9dbd1b7e-b75c-4df5-b556-77f0bc08588c
Model Version:NULL
Model InvariantUuid:156b0b37-aae0-4571-981f-6f3ed1a73f40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e82a904-589b
Model UUID:fbb5be6d-e277-4c73-a21d-fc27a5f177d1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:062fdec2-1441-4232-83f0-5d18becc30c4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4310846-fb56-4449-a921-aff9c66f6225
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233a2f72-7600-4052-9806-0f725d12b494
ModelName:Vfw6e82a904589b..base_vfw..module-0
ModelUuid:f26700bc-f885-403a-ac29-a5dd5278ebf4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f04cc564-5c58-4efc-a882-b02cb9e3d991
ModelInvariantUuid:c2dd8814-7814-4125-a86f-25f6137887e1
ModelName:vFW 6e82a904-589b-nodes.vfwCvfc
ModelUuid:2c231f0e-9c78-41d4-b405-d0937de47d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:15d73157-76f5-4243-bca5-131a21bac9aa
ModelInvariantUuid:dcdf4372-415e-4e50-abb4-8a9b432a4172
ModelName:Vfw6e82a904589b.compute.nodes.heat.vfw
ModelUuid:087a4959-8adb-4734-85bb-fde01559c553
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e54a9b3-0f77-4765-8ac8-339a316490a8
ModelInvariantUuid:9d48bde8-20e5-42c0-b76d-33137fed6cc6
ModelName:vFW 6e82a904-589b-nodes.vsnCvfc
ModelUuid:884eb63c-c019-44b5-a380-0a35619e872c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:35b1089e-7f06-40ac-9e4e-7f9b48ca78ae
ModelInvariantUuid:32e3fe86-11f1-4f30-bd6d-361333c92ae3
ModelName:Vfw6e82a904589b.compute.nodes.heat.vsn
ModelUuid:65d16afa-9617-4a74-b2ef-3c646f2cbf2b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aa0b0a17-fafd-472f-87bf-524b87618d67
ModelInvariantUuid:ce347e3d-ae8f-4205-8f2b-f9cfda746421
ModelName:vFW 6e82a904-589b-nodes.vpgCvfc
ModelUuid:14b79114-6976-4ccf-a425-6ec6a865ce2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:80992a38-c34f-48cf-bf7c-4470e75947f0
ModelInvariantUuid:099cccbb-6c44-418e-bff7-d65633f49738
ModelName:Vfw6e82a904589b.compute.nodes.heat.vpg
ModelUuid:871ffdf9-2d94-435b-bd18-da9ee9ccf1e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:56:58.638Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||ERROR|500||Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists
2023-04-01T07:56:58.639Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T07:56:58.639Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists)
2023-04-01T07:56:58.639Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:56:58.639Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:56:58.639Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:56:58.639Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335818639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:56:59.640Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar ASDC sendASDCNotification
2023-04-01T07:56:59.640Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar(Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists)
2023-04-01T07:56:59.640Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:56:59.640Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:56:59.640Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:56:59.640Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335819640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:57:00.641Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:57:00.664Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:57:00.668Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:57:00.668Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:57:00.668Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:57:00.668Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:57:00.668Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:57:00.669Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:57:00.669Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:57:00.669Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:57:00.669Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:57:00.682Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:57:30.682Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:57:30.691Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and serviceModelVersionId: 9dbd1b7e-b75c-4df5-b556-77f0bc08588c
2023-04-01T07:57:30.692Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 156b0b37-aae0-4571-981f-6f3ed1a73f40
2023-04-01T07:57:30.692Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0
2023-04-01T07:57:30.700Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:57:30.722Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T07:57:30.723Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||Invoke
2023-04-01T07:57:30.731Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:57:30.880Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0|INFO|500||InvokeReturn
2023-04-01T07:57:30.881Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/156b0b37-aae0-4571-981f-6f3ed1a73f40/model-vers/model-ver/9dbd1b7e-b75c-4df5-b556-77f0bc08588c?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:57:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[172224], x-aai-txid=[0-aai-resources-230401-07:57:29:874-47607], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:57:30.881Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:57:30.882Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:57:30.882Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:57:30.894Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:57:30.895Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID add68a22-5717-4fc5-a6e4-cd91bbc3ca8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:57:30.895Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:57:30.896Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:57:30.896Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:57:30.896Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335850895,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:57:31.928Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T07:57:31.929Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"f253543b-2f52-4b87-8b94-fde54695aeb5","serviceName":"vFW 2023-04-01 04-03-30","serviceVersion":"1.0","serviceUUID":"00da31c9-06d4-4322-9922-f952f02ab6b6","serviceDescription":"catalog service description","serviceInvariantUUID":"329da881-bb2d-4353-b65b-85564a638b1f","resources":[{"resourceInstanceName":"vFW e47eda10-0629 0","resourceName":"vFW e47eda10-0629","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bea50ecd-1668-4780-bf56-baf1ee4d6946","resourceInvariantUUID":"121beb54-e6be-4a56-b7f8-a0ece4a11c55","resourceCustomizationUUID":"162b29ea-cc26-4362-a888-3e307111d8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml","artifactChecksum":"MDVmYWQ2NWE4MDczOTk1MWU5NGQ4YTg0ZjQ4YTBiYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08d48925-e5ba-4711-a261-b26b33882d36","artifactVersion":"1"},{"artifactName":"vfwe47eda1006290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json","artifactChecksum":"OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7431f107-a181-4b2d-8475-6d3a682fe696","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMTUyNzI2ZDAwYjM1NWQ2OTYzYmE2ODc1ODM1YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c59d935f-a452-4a41-891f-f5d5536178f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c34de22-d0a0-480b-bab1-47e378e530cc","artifactVersion":"2","generatedFromUUID":"c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230401040330-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml","artifactChecksum":"ODA0NWI5OTU3NWIzMzA2Y2EzYjdkMWY1MWVhZGYzOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a88845-53f1-43b6-ac7a-08bf70779051","artifactVersion":"1"},{"artifactName":"service-Vfw20230401040330-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar","artifactChecksum":"YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903355f1-6600-4d7d-bf36-3291815a5c5c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:57:31.929Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:57:31.929Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:57:31.929Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:57:31.929Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:57:32.930Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:57:32.930Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:57:32.930Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:57:32.930Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:57:33.931Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:57:33.932Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:57:33.932Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:57:33.932Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:57:34.933Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:57:34.933Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:57:34.934Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:57:34.934Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:57:35.935Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:57:35.936Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:57:35.936Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:57:35.936Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:57:36.937Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:57:36.937Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:57:36.937Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:57:36.937Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:57:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:57:37.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:57:37.271Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:57:37.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:57:37.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:57:37.272Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vfw6e82a904589b0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:57:37.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:57:37.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:57:37.272Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:57:37.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:57:37.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:57:37.272Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:57:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:57:37.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:57:37.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/resourceInstances/vfw6e82a904589b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T07:57:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:57:37.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:57:37.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:57:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:57:37.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:57:37.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:57:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:57:37.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:57:37.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335815929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:57:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:57:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:57:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335818639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ef39b22b-5478-4879-a0de-2d2a01b73171 already exists"
}
2023-04-01T07:57:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:57:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:57:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335819640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401032812/1.0/artifacts/service-Vfw20230401032812-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8ac50eb6-6280-4318-8933-91371a4187aa already exists"
}
2023-04-01T07:57:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:57:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:57:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "add68a22-5717-4fc5-a6e4-cd91bbc3ca8b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335850895,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:57:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:57:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:57:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:57:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:57:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:57:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:57:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:57:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:57:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-01T07:57:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:57:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:57:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:57:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:57:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:57:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-01T07:57:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:57:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:57:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:57:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:57:37.938Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:57:37.938Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:57:37.938Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:57:37.938Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:57:38.939Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "serviceName": "vFW 2023-04-01 04-03-30",
  "serviceVersion": "1.0",
  "serviceUUID": "00da31c9-06d4-4322-9922-f952f02ab6b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "329da881-bb2d-4353-b65b-85564a638b1f",
  "resources": [
    {
      "resourceInstanceName": "vFW e47eda10-0629 0",
      "resourceCustomizationUUID": "162b29ea-cc26-4362-a888-3e307111d8c5",
      "resourceName": "vFW e47eda10-0629",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bea50ecd-1668-4780-bf56-baf1ee4d6946",
      "resourceInvariantUUID": "121beb54-e6be-4a56-b7f8-a0ece4a11c55",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe47eda1006290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json",
          "artifactChecksum": "OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7431f107-a181-4b2d-8475-6d3a682fe696",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
            "generatedFromUUID": "c8a501b2-05aa-4ece-8a7f-7658b7e18fc4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c34de22-d0a0-480b-bab1-47e378e530cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230401040330-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
      "artifactChecksum": "YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903355f1-6600-4d7d-bf36-3291815a5c5c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:57:38.939Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:57:38.939Z|add68a22-5717-4fc5-a6e4-cd91bbc3ca8b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC
2023-04-01T07:57:38.940Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f253543b-2f52-4b87-8b94-fde54695aeb5
ServiceName:vFW 2023-04-01 04-03-30
ServiceVersion:1.0
ServiceUUID:00da31c9-06d4-4322-9922-f952f02ab6b6
ServiceInvariantUUID:329da881-bb2d-4353-b65b-85564a638b1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230401040330-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
ArtifactUUID:903355f1-6600-4d7d-bf36-3291815a5c5c
ArtifactChecksum:YzJjZmQxZTRiYTU3MDlmMjJkN2EwMGY0OGNkY2Y0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e47eda10-0629 0
ResourceCustomizationUUID:162b29ea-cc26-4362-a888-3e307111d8c5
ResourceInvariantUUID:121beb54-e6be-4a56-b7f8-a0ece4a11c55
ResourceName:vFW e47eda10-0629
ResourceType:VF
ResourceUUID:bea50ecd-1668-4780-bf56-baf1ee4d6946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe47eda1006290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/vfwe47eda1006290_modules.json
ArtifactUUID:7431f107-a181-4b2d-8475-6d3a682fe696
ArtifactChecksum:OGI0YzBhMzk0MTc2NjgzMjA4NTJlYzc3ZmQ0ZGNjYjE=
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.yaml
ArtifactUUID:c8a501b2-05aa-4ece-8a7f-7658b7e18fc4
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
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/Vfw20230401040330/1.0/resourceInstances/vfwe47eda1006290/artifacts/base_vfw.env
ArtifactUUID:9c34de22-d0a0-480b-bab1-47e378e530cc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:57:38.940Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00da31c9-06d4-4322-9922-f952f02ab6b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:57:38.991Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:57:38.992Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T07:57:38.992Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T07:57:38.992Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c from URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T07:57:38.993Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-01T07:57:38.993Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T07:57:39.619Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-01T07:57:39.623Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar 903355f1-6600-4d7d-bf36-3291815a5c5c 101423
2023-04-01T07:57:39.624Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T07:57:39.624Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar
2023-04-01T07:57:39.624Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:57:39.624Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:57:39.624Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:57:39.625Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335859624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:57:40.626Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:57:40.627Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T07:57:40.627Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c, URL: /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar to file: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:57:40.627Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230401040330-csar.csar
2023-04-01T07:57:40.628Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:57:40.628Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:57:40.750Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1933446026078255699/Definitions/service-Vfw20230401040330-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-04-01T07:57:42.234Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:57:42.234Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-01T07:57:42.234Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:57:42.234Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-01T07:57:42.234Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:57:42.234Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e47eda10-0629 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-Vfw20230401040330-csar.csar
2023-04-01T07:57:42.235Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:57:42.235Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:57:42.235Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:57:42.235Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:57:42.235Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:57:42.235Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:57:42.235Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:57:42.235Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:57:42.235Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230401040330-csar.csar
2023-04-01T07:57:42.235Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-01T07:57:42.235Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:57:42.235Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:57:42.235Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:57:42.235Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-01T07:57:42.235Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:57:42.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:57:42.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:57:42.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:57:42.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-01T07:57:42.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:57:42.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:57:42.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:57:42.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:57:42.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:57:42.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:57:42.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:57:42.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:57:42.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:57:42.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:57:42.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:57:42.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:57:42.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:57:42.236Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:57:42.237Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:57:42.237Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:57:42.237Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:57:42.237Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:57:42.237Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:57:42.237Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:57:42.237Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:57:42.237Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:57:42.237Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:57:42.237Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:57:42.237Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:57:42.237Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:57:42.238Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:57:42.238Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:57:42.238Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:57:42.238Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:57:42.238Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vFW e47eda10-0629 0 is matching search criteria
2023-04-01T07:57:42.238Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e47eda10-0629 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:57:42.238Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:57:42.238Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:57:42.238Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:57:42.238Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:57:42.238Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-01T07:57:42.238Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:57:42.238Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:57:42.238Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:57:42.238Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:57:42.239Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:57:42.239Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:57:42.239Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:57:42.239Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:57:42.239Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9ab418c7-c06e-4440-b558-2c01a3ac1d86
2023-04-01T07:57:42.239Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:57:42.239Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:57:42.239Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:57:42.239Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:57:42.239Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:57:42.239Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:57:42.239Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:57:42.239Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:57:42.239Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:57:42.239Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-01T07:57:42.239Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-01T07:57:42.239Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-01T07:57:42.240Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-01T07:57:42.240Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:57:42.240Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dcd1f954-79b5-437a-831a-ad2906b25bbd
2023-04-01T07:57:42.240Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:57:42.240Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vFW e47eda10-0629 0 is not matching search criteria
2023-04-01T07:57:42.240Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-01T07:57:42.240Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-01T07:57:42.240Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-01T07:57:42.240Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:57:42.240Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-01T07:57:42.240Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-01T07:57:42.240Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-01T07:57:42.240Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-01T07:57:42.240Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-01T07:57:42.241Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-01T07:57:42.241Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-01T07:57:42.241Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-01T07:57:42.241Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09339a42-e8e1-40c4-ac01-b39bbc846d56
2023-04-01T07:57:42.241Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:57:42.241Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:57:42.241Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:57:42.241Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:57:42.241Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:57:42.241Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:57:42.241Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:57:42.241Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-01 04-03-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:57:42.241Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-01 04-03-30
Description:catalog service description
Model UUID:00da31c9-06d4-4322-9922-f952f02ab6b6
Model Version:NULL
Model InvariantUuid:329da881-bb2d-4353-b65b-85564a638b1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e47eda10-0629
Model UUID:acbd1d9c-165c-4940-baea-23ea33bfa10b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:121beb54-e6be-4a56-b7f8-a0ece4a11c55
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:162b29ea-cc26-4362-a888-3e307111d8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35375284-d921-477e-96dd-8e543a077af7
ModelName:VfwE47eda100629..base_vfw..module-0
ModelUuid:833e3597-e037-415e-81d6-806e0733bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ab418c7-c06e-4440-b558-2c01a3ac1d86
ModelInvariantUuid:5d07f263-b6d5-4685-9419-68c6cdacf1fb
ModelName:vFW e47eda10-0629-nodes.vfwCvfc
ModelUuid:677e7bf1-a6e0-44ae-873e-b00f3799fe8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4152de-6b3a-41f2-81d2-ab0e4441f28e
ModelInvariantUuid:c3c7061e-7f74-448f-80fb-f19814e7841e
ModelName:VfwE47eda100629.compute.nodes.heat.vfw
ModelUuid:9a517a25-1775-46a3-9cc2-a05b1ec1a04c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dcd1f954-79b5-437a-831a-ad2906b25bbd
ModelInvariantUuid:71093ca6-7ac6-4b84-b3e5-10662ed4661c
ModelName:vFW e47eda10-0629-nodes.vsnCvfc
ModelUuid:099250e1-e33a-45b8-9705-620c97e05f9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fdb250ac-4a89-4afb-b4f6-c9797d16636e
ModelInvariantUuid:055e9b5e-9edf-4131-97b1-1314d35eb53f
ModelName:VfwE47eda100629.compute.nodes.heat.vsn
ModelUuid:e194a00c-658e-4526-988b-06402c5aa817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09339a42-e8e1-40c4-ac01-b39bbc846d56
ModelInvariantUuid:6d69fe69-6f58-4340-b4eb-3fdb941040be
ModelName:vFW e47eda10-0629-nodes.vpgCvfc
ModelUuid:c6019a82-316e-467f-8424-4b3af6c954f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cb0ed882-a0ca-499e-97aa-f3e2693e92dd
ModelInvariantUuid:b4d7d341-c4cf-4785-aa70-23242d9575bd
ModelName:VfwE47eda100629.compute.nodes.heat.vpg
ModelUuid:0ea408e1-fccd-4a86-9df3-ba0d22e6eb7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:57:42.294Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||ERROR|500||Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists
2023-04-01T07:57:42.295Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T07:57:42.295Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists)
2023-04-01T07:57:42.295Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:57:42.295Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:57:42.295Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:57:42.295Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335862295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:57:43.295Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar ASDC sendASDCNotification
2023-04-01T07:57:43.296Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar(Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists)
2023-04-01T07:57:43.296Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:57:43.296Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:57:43.296Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:57:43.296Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335863295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:57:44.297Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:57:44.319Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:57:44.323Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:57:44.324Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:57:44.324Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:57:44.324Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:57:44.324Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:57:44.324Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:57:44.324Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:57:44.324Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:57:44.324Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:57:44.338Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:58:14.339Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:58:14.352Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f253543b-2f52-4b87-8b94-fde54695aeb5 and serviceModelVersionId: 00da31c9-06d4-4322-9922-f952f02ab6b6
2023-04-01T07:58:14.352Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 329da881-bb2d-4353-b65b-85564a638b1f
2023-04-01T07:58:14.353Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0
2023-04-01T07:58:14.360Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:58:14.382Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||Invoke
2023-04-01T07:58:14.383Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2b373ada-0895-4df7-b279-108fdd4f47cf], X-ECOMP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], X-TransactionId=[], X-ONAP-RequestID=[f253543b-2f52-4b87-8b94-fde54695aeb5], Content-Type=[application/merge-patch+json]}
2023-04-01T07:58:14.391Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:58:14.533Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:58:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[188560], x-aai-txid=[1-aai-resources-230401-07:58:13:534-32622], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:58:14.534Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:58:14.534Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/329da881-bb2d-4353-b65b-85564a638b1f/model-vers/model-ver/00da31c9-06d4-4322-9922-f952f02ab6b6?depth=0|INFO|500||InvokeReturn
2023-04-01T07:58:14.534Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:58:14.534Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:58:14.546Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:58:14.546Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f253543b-2f52-4b87-8b94-fde54695aeb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:58:14.546Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:58:14.546Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:58:14.547Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:58:14.547Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335894546,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:58:15.579Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T07:58:15.579Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"4af93655-578d-40d4-b9ee-3fc86773e97d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42fb8749-efca-4e49-ae68-05a00e6fdf40","serviceDescription":"service","serviceInvariantUUID":"64f9364a-1774-4220-8957-553e7e493d9c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ab4da4f-c1da-4cac-a54c-078d4bcaaacd","resourceInvariantUUID":"79bc24c5-827e-4c9c-a843-5e27b7d0f17e","resourceCustomizationUUID":"c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee","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":"M2NkOThkMzQzMGJjZThhODkzOGNhMWIwMjBiYTNlN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d69fc3f-f79b-42e8-ab0f-bff10ec20cdb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6382016-cf7a-4206-9683-776a161cd02a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:58:15.580Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:58:15.580Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:58:15.580Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:58:15.580Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:58:16.581Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:58:16.581Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:58:16.581Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:58:16.581Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:58:17.582Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42fb8749-efca-4e49-ae68-05a00e6fdf40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64f9364a-1774-4220-8957-553e7e493d9c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9ab4da4f-c1da-4cac-a54c-078d4bcaaacd",
      "resourceInvariantUUID": "79bc24c5-827e-4c9c-a843-5e27b7d0f17e",
      "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": "MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6382016-cf7a-4206-9683-776a161cd02a"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:58:17.583Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:58:17.583Z|f253543b-2f52-4b87-8b94-fde54695aeb5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC
2023-04-01T07:58:17.583Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4af93655-578d-40d4-b9ee-3fc86773e97d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
ServiceInvariantUUID:64f9364a-1774-4220-8957-553e7e493d9c
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:a6382016-cf7a-4206-9683-776a161cd02a
ArtifactChecksum:MDU4MGRhOTFmZWI0NzZiOWYwZTc4ZmFhMjU5ZmVhYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
ResourceInvariantUUID:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ab4da4f-c1da-4cac-a54c-078d4bcaaacd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-01T07:58:17.584Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42fb8749-efca-4e49-ae68-05a00e6fdf40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:58:17.625Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:58:17.625Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T07:58:17.625Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T07:58:17.626Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T07:58:17.626Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-01T07:58:17.626Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T07:58:17.924Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-01T07:58:17.925Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a6382016-cf7a-4206-9683-776a161cd02a 57778
2023-04-01T07:58:17.925Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T07:58:17.925Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-01T07:58:17.925Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:58:17.926Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:58:17.926Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:58:17.926Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335897925,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:58:18.927Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:58:18.927Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T07:58:18.928Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a6382016-cf7a-4206-9683-776a161cd02a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:58:18.928Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-01T07:58:18.929Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:58:18.929Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:58:19.037Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8912373741668070681/Definitions/service-BasicNetwork-template.yml
2023-04-01T07:58:19.326Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:58:19.326Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-01T07:58:19.326Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:58:19.326Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-01T07:58:19.326Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:58:19.326Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:58:19.326Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:58:19.326Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:58:19.326Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:58:19.326Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:58:19.326Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:58:19.326Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-01T07:58:19.326Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-01T07:58:19.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:58:19.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:58:19.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T07:58:19.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-01T07:58:19.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:58:19.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:58:19.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:58:19.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-01T07:58:19.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-01T07:58:19.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:58:19.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:58:19.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:58:19.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:58:19.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:58:19.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:58:19.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:58:19.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:58:19.327Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:58:19.328Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:58:19.328Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:58:19.328Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42fb8749-efca-4e49-ae68-05a00e6fdf40
Model Version:NULL
Model InvariantUuid:64f9364a-1774-4220-8957-553e7e493d9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:79bc24c5-827e-4c9c-a843-5e27b7d0f17e
Model UUID:c6aaee57-bd21-4c3b-b92c-e368d7d327e8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c2cba2a9-fe12-4322-bbcf-8d1f2a4557ee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:58:19.376Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||ERROR|500||Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists
2023-04-01T07:58:19.376Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T07:58:19.376Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists)
2023-04-01T07:58:19.376Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:58:19.377Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:58:19.377Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:58:19.377Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335899376,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:58:20.377Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-01T07:58:20.378Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists)
2023-04-01T07:58:20.378Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:58:20.378Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:58:20.378Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:58:20.378Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335900377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:58:21.379Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:58:21.401Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:58:21.405Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:58:21.406Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:58:21.406Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:58:21.406Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:58:21.406Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:58:21.406Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:58:21.406Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:58:21.406Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:58:21.406Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:58:21.421Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:58:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:58:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:58:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:58:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:58:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:58:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335859624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:58:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:58:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:58:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335862295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 903355f1-6600-4d7d-bf36-3291815a5c5c already exists"
}
2023-04-01T07:58:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:58:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:58:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335863295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230401040330/1.0/artifacts/service-Vfw20230401040330-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bea50ecd-1668-4780-bf56-baf1ee4d6946 already exists"
}
2023-04-01T07:58:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:58:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:58:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f253543b-2f52-4b87-8b94-fde54695aeb5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335894546,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:58:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:58:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:58:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:58:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:58:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:58:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:58:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:58:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:58:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335897925,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:58:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:58:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:58:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335899376,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: a6382016-cf7a-4206-9683-776a161cd02a already exists"
}
2023-04-01T07:58:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:58:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:58:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335900377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ab4da4f-c1da-4cac-a54c-078d4bcaaacd already exists"
}
2023-04-01T07:58:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:58:51.421Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:58:51.429Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4af93655-578d-40d4-b9ee-3fc86773e97d and serviceModelVersionId: 42fb8749-efca-4e49-ae68-05a00e6fdf40
2023-04-01T07:58:51.429Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64f9364a-1774-4220-8957-553e7e493d9c
2023-04-01T07:58:51.430Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0
2023-04-01T07:58:51.439Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:58:51.459Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||Invoke
2023-04-01T07:58:51.459Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75e35c1b-f7b5-4a77-81ed-4cf51a4e1f48], X-ECOMP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], X-TransactionId=[], X-ONAP-RequestID=[4af93655-578d-40d4-b9ee-3fc86773e97d], Content-Type=[application/merge-patch+json]}
2023-04-01T07:58:51.465Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:58:51.626Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:58:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[192576], x-aai-txid=[1-aai-resources-230401-07:58:50:609-82853], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:58:51.626Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:58:51.627Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/64f9364a-1774-4220-8957-553e7e493d9c/model-vers/model-ver/42fb8749-efca-4e49-ae68-05a00e6fdf40?depth=0|INFO|500||InvokeReturn
2023-04-01T07:58:51.627Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:58:51.627Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:58:51.638Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:58:51.639Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4af93655-578d-40d4-b9ee-3fc86773e97d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:58:51.639Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:58:51.639Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:58:51.639Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:58:51.639Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335931639,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:58:52.664Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T07:58:52.664Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"8767f2d9-832e-4fe8-b8f7-eb382b6b89fa","serviceName":"Demo_pNF_JDj2klmsTgemcMC0paUz","serviceVersion":"1.0","serviceUUID":"917f6a68-70c6-4641-aac9-b7a766d06b6f","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c161c2-e057-4d55-9fd5-042206537135","resources":[{"resourceInstanceName":"pNF f43a4115-c591 0","resourceName":"pNF f43a4115-c591","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ce5881f-fc36-480c-a0ad-9308a9daf23a","resourceInvariantUUID":"7b9be3d8-c59b-4644-8c9c-760cd5755fc0","resourceCustomizationUUID":"63e940c2-8973-4f83-8416-f936c9096e2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml","artifactChecksum":"NDc1MzZmYmQxNzI1ZWQyNzc2MzRmODExMmI3NWU0MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb7a14d-f531-46eb-b037-492a9ed13d80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"363c64bf-adf9-4492-ae10-5dfebfc0ed23","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99c4c813-34b1-4643-bb9d-1e783ef0bbbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2MDY3NWEwYWZiMjllMmZiY2ZkZWY1N2Y5YmI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5315eda7-ddab-4ca2-8469-e19f2f33a5c9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2169931-c761-416b-9bc7-0bb3bf579860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f1e19b4-65ec-4616-b644-ac541f0d9b42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml","artifactChecksum":"MThhOTRlNzE2OTQ3NmMxMzFkODc1YWU1YmViN2M0ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afada029-9f6a-46d2-ab87-a10a556e7a85","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar","artifactChecksum":"M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0769ed06-d239-47eb-ab70-5a85543ea95b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:58:52.664Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:58:52.665Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:58:52.665Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:58:52.665Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:58:53.667Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:58:53.667Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:58:53.667Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:58:53.668Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:58:54.669Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:58:54.669Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:58:54.669Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:58:54.669Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:58:55.670Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:58:55.671Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:58:55.671Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:58:55.671Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:58:56.672Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:58:56.681Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:58:56.681Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:58:56.681Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:58:57.690Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:58:57.690Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:58:57.690Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:58:57.691Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:58:58.691Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:58:58.692Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:58:58.692Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:58:58.692Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:58:59.693Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:58:59.693Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:58:59.693Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:58:59.693Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:59:00.694Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "serviceName": "Demo_pNF_JDj2klmsTgemcMC0paUz",
  "serviceVersion": "1.0",
  "serviceUUID": "917f6a68-70c6-4641-aac9-b7a766d06b6f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c6c161c2-e057-4d55-9fd5-042206537135",
  "resources": [
    {
      "resourceInstanceName": "pNF f43a4115-c591 0",
      "resourceCustomizationUUID": "63e940c2-8973-4f83-8416-f936c9096e2b",
      "resourceName": "pNF f43a4115-c591",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ce5881f-fc36-480c-a0ad-9308a9daf23a",
      "resourceInvariantUUID": "7b9be3d8-c59b-4644-8c9c-760cd5755fc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
      "artifactChecksum": "M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0769ed06-d239-47eb-ab70-5a85543ea95b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:59:00.694Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:59:00.694Z|4af93655-578d-40d4-b9ee-3fc86773e97d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC
2023-04-01T07:59:00.695Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
ServiceName:Demo_pNF_JDj2klmsTgemcMC0paUz
ServiceVersion:1.0
ServiceUUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
ServiceInvariantUUID:c6c161c2-e057-4d55-9fd5-042206537135
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
ArtifactUUID:0769ed06-d239-47eb-ab70-5a85543ea95b
ArtifactChecksum:M2MxOTBkOTUxMzlkMDIzOTdiODg1ZjU3MThlM2VjZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f43a4115-c591 0
ResourceCustomizationUUID:63e940c2-8973-4f83-8416-f936c9096e2b
ResourceInvariantUUID:7b9be3d8-c59b-4644-8c9c-760cd5755fc0
ResourceName:pNF f43a4115-c591
ResourceType:PNF
ResourceUUID:9ce5881f-fc36-480c-a0ad-9308a9daf23a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T07:59:00.695Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 917f6a68-70c6-4641-aac9-b7a766d06b6f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:59:00.743Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:59:00.743Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T07:59:00.743Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T07:59:00.743Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b from URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:59:00.743Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-01T07:59:00.744Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:59:01.054Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-01T07:59:01.057Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar 0769ed06-d239-47eb-ab70-5a85543ea95b 87999
2023-04-01T07:59:01.058Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T07:59:01.058Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:59:01.059Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:59:01.059Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:59:01.059Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:59:01.059Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335941058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:59:02.060Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:59:02.061Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T07:59:02.061Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b, URL: /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar to file: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:59:02.061Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:59:02.062Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:59:02.062Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:59:02.158Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15789350112749581020/Definitions/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml
2023-04-01T07:59:02.665Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:59:02.666Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-01T07:59:02.666Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:59:02.666Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:59:02.667Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:59:02.667Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:59:02.667Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:59:02.667Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:59:02.667Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:59:02.667Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f43a4115-c591 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-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:59:02.668Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar
2023-04-01T07:59:02.668Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-01T07:59:02.668Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:02.668Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:59:02.668Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T07:59:02.669Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-01T07:59:02.669Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:59:02.669Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:02.669Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:59:02.669Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Node template pNF f43a4115-c591 0 is matching search criteria
2023-04-01T07:59:02.670Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-01T07:59:02.670Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF f43a4115-c591 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:59:02.670Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:02.671Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:59:02.671Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:02.671Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:59:02.671Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:02.671Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:59:02.671Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:02.671Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:59:02.671Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:02.672Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDj2klmsTgemcMC0paUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:59:02.672Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDj2klmsTgemcMC0paUz
Description:catalog service description
Model UUID:917f6a68-70c6-4641-aac9-b7a766d06b6f
Model Version:NULL
Model InvariantUuid:c6c161c2-e057-4d55-9fd5-042206537135
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:59:02.726Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||ERROR|500||Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists
2023-04-01T07:59:02.727Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T07:59:02.727Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists)
2023-04-01T07:59:02.727Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:59:02.727Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:59:02.727Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:59:02.727Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335942726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:59:03.728Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar ASDC sendASDCNotification
2023-04-01T07:59:03.728Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar(Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists)
2023-04-01T07:59:03.728Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:59:03.729Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:59:03.729Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:59:03.729Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335943728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:59:04.729Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:59:04.754Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:59:04.759Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:59:04.759Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:59:04.759Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:59:04.759Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:59:04.759Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:59:04.759Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:59:04.759Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:59:04.759Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:59:04.760Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:59:04.773Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T07:59:34.773Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T07:59:34.783Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and serviceModelVersionId: 917f6a68-70c6-4641-aac9-b7a766d06b6f
2023-04-01T07:59:34.784Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c161c2-e057-4d55-9fd5-042206537135
2023-04-01T07:59:34.784Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0
2023-04-01T07:59:34.792Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T07:59:34.811Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||Invoke
2023-04-01T07:59:34.811Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6b5a6792-2d61-4e2f-8686-5627df4c6215], X-ECOMP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], X-TransactionId=[], X-ONAP-RequestID=[8767f2d9-832e-4fe8-b8f7-eb382b6b89fa], Content-Type=[application/merge-patch+json]}
2023-04-01T07:59:34.817Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T07:59:34.969Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 07:59:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[221344], x-aai-txid=[0-aai-resources-230401-07:59:33:960-17383], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T07:59:34.969Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T07:59:34.970Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c6c161c2-e057-4d55-9fd5-042206537135/model-vers/model-ver/917f6a68-70c6-4641-aac9-b7a766d06b6f?depth=0|INFO|500||InvokeReturn
2023-04-01T07:59:34.970Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T07:59:34.970Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T07:59:34.980Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T07:59:34.981Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8767f2d9-832e-4fe8-b8f7-eb382b6b89fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T07:59:34.981Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T07:59:34.981Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:59:34.981Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:59:34.981Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335974981,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:59:36.006Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T07:59:36.007Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"20e8d861-cf6c-4fd8-8398-19e419f5f821","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9581a9f5-13e5-44ec-8e2e-239553f69d7f","serviceDescription":"service","serviceInvariantUUID":"9e882fa0-9d18-45bb-9469-d1314a95ba06","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05bb0e65-434d-43f4-add7-00178a1ee8b6","resourceInvariantUUID":"8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac","resourceCustomizationUUID":"d24fab5b-3ab3-43df-8484-e27b9ce7e6fa","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":"ODQ5MDMxY2NhMTMxMTI3OWMzZmMzNzRmMzQwMzRlN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4901487-7dcc-4801-9314-5b8dd9915006","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":"NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"995cc52f-f91d-4535-8e03-df8e3a30ed8a","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":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4","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":"d3e6da11-e4be-4057-b7b3-ef80e92ba014","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":"e9e4b73b-848b-4fcc-b58d-efe81f452583","artifactVersion":"2","generatedFromUUID":"7bea4b0f-732c-4aa1-b043-bd962b63b9d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGE1NTE3YTYzMDcxOGIxNGViOGM1Y2EzMGQwYzNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2641ae08-6ad7-4dc3-adaa-d5388f24d175","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"212db988-042c-44aa-bd31-d59ec4f278d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T07:59:36.007Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:59:36.007Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:59:36.007Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:59:36.007Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:59:37.008Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:59:37.008Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:59:37.008Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:59:37.009Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:59:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:59:37.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:59:37.271Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "4af93655-578d-40d4-b9ee-3fc86773e97d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335931639,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:59:37.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:59:37.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:59:37.272Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:59:37.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:59:37.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:59:37.272Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:59:37.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:59:37.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:59:37.272Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:59:37.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:59:37.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:59:37.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:59:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:59:37.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:59:37.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:59:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:59:37.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:59:37.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/resourceInstances/pnff43a4115c5910/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:59:37.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:59:37.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:59:37.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:59:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:59:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:59:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T07:59:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:59:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:59:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335941058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T07:59:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:59:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:59:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335942726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0769ed06-d239-47eb-ab70-5a85543ea95b already exists"
}
2023-04-01T07:59:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:59:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:59:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335943728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdj2klmstgemcmc0pauz/1.0/artifacts/service-DemoPnfJdj2klmstgemcmc0pauz-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9ce5881f-fc36-480c-a0ad-9308a9daf23a already exists"
}
2023-04-01T07:59:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:59:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:59:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8767f2d9-832e-4fe8-b8f7-eb382b6b89fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335974981,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T07:59:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:59:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:59:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T07:59:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:59:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T07:59:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T07:59:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T07:59:38.009Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:59:38.010Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:59:38.010Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:59:38.010Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:59:39.010Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:59:39.011Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:59:39.011Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:59:39.011Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:59:40.011Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:59:40.012Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:59:40.012Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:59:40.012Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:59:41.013Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:59:41.013Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:59:41.013Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:59:41.014Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:59:42.014Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T07:59:42.014Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:59:42.014Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:59:42.014Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:59:43.015Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9581a9f5-13e5-44ec-8e2e-239553f69d7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e882fa0-9d18-45bb-9469-d1314a95ba06",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d24fab5b-3ab3-43df-8484-e27b9ce7e6fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05bb0e65-434d-43f4-add7-00178a1ee8b6",
      "resourceInvariantUUID": "8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac",
      "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": "NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "995cc52f-f91d-4535-8e03-df8e3a30ed8a",
          "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": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4",
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
            "generatedFromUUID": "7bea4b0f-732c-4aa1-b043-bd962b63b9d4"
          },
          "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": "e9e4b73b-848b-4fcc-b58d-efe81f452583",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "212db988-042c-44aa-bd31-d59ec4f278d0"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T07:59:43.016Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T07:59:43.016Z|8767f2d9-832e-4fe8-b8f7-eb382b6b89fa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC
2023-04-01T07:59:43.016Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:20e8d861-cf6c-4fd8-8398-19e419f5f821
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
ServiceInvariantUUID:9e882fa0-9d18-45bb-9469-d1314a95ba06
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:212db988-042c-44aa-bd31-d59ec4f278d0
ArtifactChecksum:Mjk0NTZhOGEwNDY5NzkxNzBkODIxMTAzNjdlOTVmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
ResourceInvariantUUID:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05bb0e65-434d-43f4-add7-00178a1ee8b6
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:995cc52f-f91d-4535-8e03-df8e3a30ed8a
ArtifactChecksum:NjczOTY0NjM4NGZlYzM3YWYxNTU4M2Y2MjQyMGJkYTM=
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:7bea4b0f-732c-4aa1-b043-bd962b63b9d4
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
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:e9e4b73b-848b-4fcc-b58d-efe81f452583
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T07:59:43.016Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9581a9f5-13e5-44ec-8e2e-239553f69d7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T07:59:43.058Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:59:43.058Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T07:59:43.059Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T07:59:43.059Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T07:59:43.059Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-01T07:59:43.059Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T07:59:43.359Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-01T07:59:43.361Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 212db988-042c-44aa-bd31-d59ec4f278d0 75156
2023-04-01T07:59:43.362Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T07:59:43.362Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-01T07:59:43.362Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T07:59:43.362Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:59:43.362Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:59:43.362Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335983362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:59:44.363Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T07:59:44.363Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T07:59:44.364Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 212db988-042c-44aa-bd31-d59ec4f278d0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:59:44.364Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-01T07:59:44.364Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:59:44.365Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:59:44.474Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10841857383858193227/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T07:59:45.302Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T07:59:45.302Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-01T07:59:45.302Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:59:45.302Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T07:59:45.303Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:59:45.303Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:59:45.303Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:59:45.303Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:59:45.303Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:59:45.303Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:59:45.303Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-01T07:59:45.303Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-01T07:59:45.303Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:45.303Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:59:45.303Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:59:45.303Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-01T07:59:45.304Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:59:45.304Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:45.304Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:59:45.304Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:59:45.304Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-01T07:59:45.304Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T07:59:45.304Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:45.304Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:59:45.304Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:45.304Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T07:59:45.304Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T07:59:45.304Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T07:59:45.305Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T07:59:45.305Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T07:59:45.305Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T07:59:45.305Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:45.305Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T07:59:45.305Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:45.305Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:59:45.305Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:59:45.305Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:45.305Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:59:45.305Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:59:45.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:45.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-01T07:59:45.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T07:59:45.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:45.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-01T07:59:45.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T07:59:45.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T07:59:45.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dc06e73-f48a-4e15-bd61-191f62c10d55
2023-04-01T07:59:45.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:45.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:59:45.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:45.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:59:45.306Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:45.307Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:59:45.307Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T07:59:45.307Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T07:59:45.307Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9581a9f5-13e5-44ec-8e2e-239553f69d7f
Model Version:NULL
Model InvariantUuid:9e882fa0-9d18-45bb-9469-d1314a95ba06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df0b13db-e548-4d72-bd7a-65d6f175a9a3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a109ce7-5ea8-4aa1-967e-5f4855d1f4ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d24fab5b-3ab3-43df-8484-e27b9ce7e6fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d56403b4-2b41-491c-8bf6-5bd2670d6ef4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c93b6-c66f-404e-85bd-014993f1f280
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dc06e73-f48a-4e15-bd61-191f62c10d55
ModelInvariantUuid:8e155411-f7a6-4470-b88a-ae99cb07c8b3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0a1bc58d-6d90-433e-a015-601dad7eb6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d238aef-d219-4cbe-9d8a-5345400cd2b5
ModelInvariantUuid:16ebbc0c-a39c-446a-b4e7-2d47a4a02db3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38c636e0-2d81-4533-8e89-4020439efb46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T07:59:45.357Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||ERROR|500||Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists
2023-04-01T07:59:45.358Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T07:59:45.358Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists)
2023-04-01T07:59:45.358Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:59:45.359Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:59:45.359Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:59:45.359Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335985358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:59:46.360Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-01T07:59:46.360Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists)
2023-04-01T07:59:46.360Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T07:59:46.360Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T07:59:46.360Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T07:59:46.361Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335986360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T07:59:47.361Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:59:47.387Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T07:59:47.392Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T07:59:47.392Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T07:59:47.392Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T07:59:47.392Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T07:59:47.392Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:59:47.392Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:59:47.392Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:59:47.392Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T07:59:47.392Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T07:59:47.408Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T08:00:17.408Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T08:00:17.416Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20e8d861-cf6c-4fd8-8398-19e419f5f821 and serviceModelVersionId: 9581a9f5-13e5-44ec-8e2e-239553f69d7f
2023-04-01T08:00:17.416Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e882fa0-9d18-45bb-9469-d1314a95ba06
2023-04-01T08:00:17.417Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0
2023-04-01T08:00:17.425Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T08:00:17.446Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T08:00:17.447Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||Invoke
2023-04-01T08:00:17.454Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T08:00:17.602Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0|INFO|500||InvokeReturn
2023-04-01T08:00:17.602Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e882fa0-9d18-45bb-9469-d1314a95ba06/model-vers/model-ver/9581a9f5-13e5-44ec-8e2e-239553f69d7f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 08:00:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[200848], x-aai-txid=[2-aai-resources-230401-08:00:16:597-65674], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T08:00:17.602Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T08:00:17.602Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T08:00:17.602Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T08:00:17.613Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T08:00:17.613Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20e8d861-cf6c-4fd8-8398-19e419f5f821 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T08:00:17.613Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T08:00:17.613Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:00:17.613Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:00:17.613Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336017613,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T08:00:18.645Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T08:00:18.645Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"efccc4c5-7bb8-41cf-a6f1-9349eb35981a","serviceName":"Demo_pNF_Ic9dwGek3O8urfndll23","serviceVersion":"1.0","serviceUUID":"508389d7-38f7-47fd-bd41-20662b25b49f","serviceDescription":"catalog service description","serviceInvariantUUID":"0c7ab211-5fee-4b5a-bec9-64020478b0d6","resources":[{"resourceInstanceName":"pNF 714be145-f272 0","resourceName":"pNF 714be145-f272","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a88b7f5-eb0f-4834-8b28-b493ad94df97","resourceInvariantUUID":"d433ff3f-bd27-4f50-9a82-92c827585226","resourceCustomizationUUID":"1e941aea-4b3a-4cce-abb2-10cfdf34307e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml","artifactChecksum":"NjU5MzlhODFlOGE1N2EwYTMxYzIwYTMwNmU1YWE3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e040a26-adca-4b38-9d2e-fdfcfef6d9e1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1d3a0bb-10d9-439a-ae6b-df81971675e9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6015e29b-2f4a-410f-82e3-806118e18502","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml","artifactChecksum":"MTYwNGM5OGNmMmVlNGI4Yjg5ZGNmZTY2OGUyOTJiZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32dc7eae-06c0-4612-a8d9-3dfbfd0d28bf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60dd7381-89ba-45dd-a9da-027a43838703","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8f86f18-4d48-4f98-b9a5-9d23ac6f4ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml","artifactChecksum":"NjVhNGRmZmExYzg1ZDZkZjljNDYzNDkzZDQ2MTYxMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da026c00-e8ae-4986-a794-33fb54386015","artifactVersion":"1"},{"artifactName":"service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar","artifactChecksum":"NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48e8d3b4-539a-49e9-b8f3-1c68661898e1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T08:00:18.646Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:00:18.646Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:00:18.646Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:00:18.646Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:00:19.647Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:00:19.647Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:00:19.647Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:00:19.647Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:00:20.648Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:00:20.648Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:00:20.648Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:00:20.648Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:00:21.649Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:00:21.649Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:00:21.649Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:00:21.649Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:00:22.650Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:00:22.650Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:00:22.650Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:00:22.650Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:00:23.651Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:00:23.651Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:00:23.651Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:00:23.651Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:00:24.652Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:00:24.652Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:00:24.652Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:00:24.652Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:00:25.653Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:00:25.653Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:00:25.654Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:00:25.654Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:00:26.655Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "serviceName": "Demo_pNF_Ic9dwGek3O8urfndll23",
  "serviceVersion": "1.0",
  "serviceUUID": "508389d7-38f7-47fd-bd41-20662b25b49f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c7ab211-5fee-4b5a-bec9-64020478b0d6",
  "resources": [
    {
      "resourceInstanceName": "pNF 714be145-f272 0",
      "resourceCustomizationUUID": "1e941aea-4b3a-4cce-abb2-10cfdf34307e",
      "resourceName": "pNF 714be145-f272",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2a88b7f5-eb0f-4834-8b28-b493ad94df97",
      "resourceInvariantUUID": "d433ff3f-bd27-4f50-9a82-92c827585226",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
      "artifactChecksum": "NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48e8d3b4-539a-49e9-b8f3-1c68661898e1"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T08:00:26.655Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T08:00:26.655Z|20e8d861-cf6c-4fd8-8398-19e419f5f821|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 508389d7-38f7-47fd-bd41-20662b25b49f ASDC
2023-04-01T08:00:26.655Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:efccc4c5-7bb8-41cf-a6f1-9349eb35981a
ServiceName:Demo_pNF_Ic9dwGek3O8urfndll23
ServiceVersion:1.0
ServiceUUID:508389d7-38f7-47fd-bd41-20662b25b49f
ServiceInvariantUUID:0c7ab211-5fee-4b5a-bec9-64020478b0d6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
ArtifactUUID:48e8d3b4-539a-49e9-b8f3-1c68661898e1
ArtifactChecksum:NzVjNDMxOTk5ZDc1YjIzMTRmY2Y4NDNjNDM0MDZkZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 714be145-f272 0
ResourceCustomizationUUID:1e941aea-4b3a-4cce-abb2-10cfdf34307e
ResourceInvariantUUID:d433ff3f-bd27-4f50-9a82-92c827585226
ResourceName:pNF 714be145-f272
ResourceType:PNF
ResourceUUID:2a88b7f5-eb0f-4834-8b28-b493ad94df97
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T08:00:26.655Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 508389d7-38f7-47fd-bd41-20662b25b49f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T08:00:26.703Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T08:00:26.704Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T08:00:26.704Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T08:00:26.704Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 from URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T08:00:26.704Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-01T08:00:26.704Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T08:00:27.044Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-01T08:00:27.046Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar 48e8d3b4-539a-49e9-b8f3-1c68661898e1 87995
2023-04-01T08:00:27.046Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T08:00:27.046Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T08:00:27.046Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T08:00:27.046Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:00:27.047Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:00:27.047Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336027046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:00:28.048Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T08:00:28.049Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T08:00:28.049Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1, URL: /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar to file: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T08:00:28.049Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T08:00:28.050Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T08:00:28.050Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T08:00:28.140Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6412332883818204638/Definitions/service-DemoPnfIc9dwgek3o8urfndll23-template.yml
2023-04-01T08:00:28.821Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T08:00:28.822Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-01T08:00:28.822Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T08:00:28.822Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T08:00:28.822Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T08:00:28.822Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 714be145-f272 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-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T08:00:28.822Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T08:00:28.822Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T08:00:28.822Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T08:00:28.822Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T08:00:28.822Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar
2023-04-01T08:00:28.822Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-01T08:00:28.822Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:00:28.822Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:00:28.822Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T08:00:28.822Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-01T08:00:28.823Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T08:00:28.823Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:00:28.823Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:00:28.823Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Node template pNF 714be145-f272 0 is matching search criteria
2023-04-01T08:00:28.823Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-01T08:00:28.823Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 714be145-f272 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T08:00:28.823Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:00:28.823Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:00:28.823Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:00:28.823Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:00:28.823Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:00:28.823Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:00:28.823Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:00:28.823Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:00:28.823Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:00:28.824Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ic9dwGek3O8urfndll23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:00:28.824Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Ic9dwGek3O8urfndll23
Description:catalog service description
Model UUID:508389d7-38f7-47fd-bd41-20662b25b49f
Model Version:NULL
Model InvariantUuid:0c7ab211-5fee-4b5a-bec9-64020478b0d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T08:00:28.881Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||ERROR|500||Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists
2023-04-01T08:00:28.881Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T08:00:28.882Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists)
2023-04-01T08:00:28.882Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T08:00:28.882Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:00:28.882Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:00:28.882Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336028881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:00:29.883Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar ASDC sendASDCNotification
2023-04-01T08:00:29.883Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar(Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists)
2023-04-01T08:00:29.883Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T08:00:29.883Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:00:29.884Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:00:29.884Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336029883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:00:30.885Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T08:00:30.913Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T08:00:30.918Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T08:00:30.918Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T08:00:30.918Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T08:00:30.919Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T08:00:30.919Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:00:30.919Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:00:30.919Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:00:30.919Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:00:30.919Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T08:00:30.934Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T08:00:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:00:37.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.273Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T08:00:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:00:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T08:00:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:00:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T08:00:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335983362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T08:00:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335985358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 212db988-042c-44aa-bd31-d59ec4f278d0 already exists"
}
2023-04-01T08:00:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335986360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 05bb0e65-434d-43f4-add7-00178a1ee8b6 already exists"
}
2023-04-01T08:00:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "20e8d861-cf6c-4fd8-8398-19e419f5f821",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336017613,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T08:00:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:00:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:00:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:00:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:00:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:00:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/resourceInstances/pnf714be145f2720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:00:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:00:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T08:00:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.278Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336027046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T08:00:37.278Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.278Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336028881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 48e8d3b4-539a-49e9-b8f3-1c68661898e1 already exists"
}
2023-04-01T08:00:37.278Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:00:37.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:00:37.278Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336029883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIc9dwgek3o8urfndll23/1.0/artifacts/service-DemoPnfIc9dwgek3o8urfndll23-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2a88b7f5-eb0f-4834-8b28-b493ad94df97 already exists"
}
2023-04-01T08:00:37.278Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:01:00.935Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T08:01:00.943Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efccc4c5-7bb8-41cf-a6f1-9349eb35981a and serviceModelVersionId: 508389d7-38f7-47fd-bd41-20662b25b49f
2023-04-01T08:01:00.943Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c7ab211-5fee-4b5a-bec9-64020478b0d6
2023-04-01T08:01:00.943Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0
2023-04-01T08:01:00.949Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T08:01:00.971Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||Invoke
2023-04-01T08:01:00.971Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[efccc4c5-7bb8-41cf-a6f1-9349eb35981a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7f43f1bc-8933-44f3-a907-0a767c4590db], X-ECOMP-RequestID=[efccc4c5-7bb8-41cf-a6f1-9349eb35981a], X-TransactionId=[], X-ONAP-RequestID=[efccc4c5-7bb8-41cf-a6f1-9349eb35981a], Content-Type=[application/merge-patch+json]}
2023-04-01T08:01:00.980Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T08:01:01.141Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 08:01:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[262192], x-aai-txid=[2-aai-resources-230401-08:01:00:123-34569], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T08:01:01.142Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T08:01:01.142Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0c7ab211-5fee-4b5a-bec9-64020478b0d6/model-vers/model-ver/508389d7-38f7-47fd-bd41-20662b25b49f?depth=0|INFO|500||InvokeReturn
2023-04-01T08:01:01.142Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T08:01:01.143Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T08:01:01.154Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T08:01:01.154Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efccc4c5-7bb8-41cf-a6f1-9349eb35981a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T08:01:01.155Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T08:01:01.155Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:01.155Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:01.155Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336061154,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T08:01:02.183Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T08:01:02.183Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"5b45de55-3695-452f-9983-9028c5d19e44","serviceName":"Demo_pNF_T3B6zbSGi2YaADhQk31n","serviceVersion":"1.0","serviceUUID":"0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce","serviceDescription":"catalog service description","serviceInvariantUUID":"53a72de3-783e-4b47-b1de-0a636a89ab5c","resources":[{"resourceInstanceName":"pNF 16fd43e8-271b 0","resourceName":"pNF 16fd43e8-271b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d508e38c-c0fa-4a4d-9625-eb3b8160f955","resourceInvariantUUID":"e0c45bf9-a664-4da1-a4af-6cca8f95a224","resourceCustomizationUUID":"88fa0cd3-4226-4714-8744-fb73ed71935e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml","artifactChecksum":"YjUyMjQ2MzM0ZTYzMWY2ZTQ3OGU0N2FiMDM5MzQ1MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"657b817d-7d0e-44c2-94ac-231ba194e947","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar","artifactChecksum":"OWM1NWEwNThiN2I2YzBmZDkxOTYyZWI0MzE0NTA2Zjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c8d24aa5-0656-462d-8ed0-090aa89b712f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28f516db-5f2e-4b3d-9fa5-c4e51a8f54e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml","artifactChecksum":"YzhmZWViYWMwMjhlY2VkZDFiZDZjNGVkYWU0OGFmYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14cb3a33-a56a-47db-afe8-dc6502ca836c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2138386-4a06-4fbc-93b3-fe0b6f0a0bfc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"450a51c0-1ad1-432b-87c0-0ec0c73f9990","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml","artifactChecksum":"NDQ4ZWFlYmQ3OGQ0N2M5OWE2ZGFlYTQ4YzM2MzM5ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f5e828e-6ec8-4cc1-b187-c0bd8c97a387","artifactVersion":"1"},{"artifactName":"service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar","artifactChecksum":"ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7094e1e0-36ad-4848-a315-00b0c9b42a72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T08:01:02.183Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:01:02.184Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:02.184Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:02.184Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:03.184Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:01:03.185Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:03.185Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:03.185Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:04.185Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:01:04.186Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:04.186Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:04.186Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:05.187Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:01:05.187Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:05.187Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:05.188Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:06.188Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:01:06.189Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:06.189Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:06.189Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:07.190Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:01:07.190Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:07.190Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:07.190Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:08.191Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:01:08.192Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:08.192Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:08.192Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:09.193Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:01:09.193Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:09.193Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:09.193Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:10.194Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "serviceName": "Demo_pNF_T3B6zbSGi2YaADhQk31n",
  "serviceVersion": "1.0",
  "serviceUUID": "0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "53a72de3-783e-4b47-b1de-0a636a89ab5c",
  "resources": [
    {
      "resourceInstanceName": "pNF 16fd43e8-271b 0",
      "resourceCustomizationUUID": "88fa0cd3-4226-4714-8744-fb73ed71935e",
      "resourceName": "pNF 16fd43e8-271b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d508e38c-c0fa-4a4d-9625-eb3b8160f955",
      "resourceInvariantUUID": "e0c45bf9-a664-4da1-a4af-6cca8f95a224",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
      "artifactChecksum": "ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7094e1e0-36ad-4848-a315-00b0c9b42a72"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T08:01:10.194Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T08:01:10.195Z|efccc4c5-7bb8-41cf-a6f1-9349eb35981a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC
2023-04-01T08:01:10.195Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5b45de55-3695-452f-9983-9028c5d19e44
ServiceName:Demo_pNF_T3B6zbSGi2YaADhQk31n
ServiceVersion:1.0
ServiceUUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
ServiceInvariantUUID:53a72de3-783e-4b47-b1de-0a636a89ab5c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
ArtifactUUID:7094e1e0-36ad-4848-a315-00b0c9b42a72
ArtifactChecksum:ZGI5ZDRhNmUzNDc0N2UwODU1ZjRjOGYzNTI5NDU2MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 16fd43e8-271b 0
ResourceCustomizationUUID:88fa0cd3-4226-4714-8744-fb73ed71935e
ResourceInvariantUUID:e0c45bf9-a664-4da1-a4af-6cca8f95a224
ResourceName:pNF 16fd43e8-271b
ResourceType:PNF
ResourceUUID:d508e38c-c0fa-4a4d-9625-eb3b8160f955
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T08:01:10.195Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T08:01:10.236Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T08:01:10.237Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T08:01:10.237Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T08:01:10.237Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 from URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T08:01:10.237Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-01T08:01:10.238Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T08:01:10.521Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-01T08:01:10.524Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar 7094e1e0-36ad-4848-a315-00b0c9b42a72 88007
2023-04-01T08:01:10.524Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T08:01:10.525Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T08:01:10.525Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T08:01:10.525Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:10.525Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:10.526Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336070524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:11.526Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T08:01:11.527Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T08:01:11.527Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72, URL: /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar to file: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T08:01:11.528Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T08:01:11.528Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T08:01:11.528Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T08:01:11.638Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9335423943793484443/Definitions/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml
2023-04-01T08:01:12.167Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T08:01:12.168Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-01T08:01:12.168Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T08:01:12.168Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T08:01:12.168Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T08:01:12.168Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T08:01:12.168Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T08:01:12.168Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T08:01:12.168Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 16fd43e8-271b 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-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T08:01:12.168Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T08:01:12.168Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar
2023-04-01T08:01:12.168Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-01T08:01:12.168Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:12.169Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:01:12.169Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T08:01:12.169Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-01T08:01:12.169Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T08:01:12.169Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:12.169Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:01:12.169Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Node template pNF 16fd43e8-271b 0 is matching search criteria
2023-04-01T08:01:12.169Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-01T08:01:12.169Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 16fd43e8-271b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T08:01:12.169Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:12.169Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:01:12.169Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:12.169Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:01:12.169Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:12.170Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:01:12.170Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:12.170Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:01:12.170Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:12.170Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T3B6zbSGi2YaADhQk31n is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:01:12.170Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_T3B6zbSGi2YaADhQk31n
Description:catalog service description
Model UUID:0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
Model Version:NULL
Model InvariantUuid:53a72de3-783e-4b47-b1de-0a636a89ab5c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T08:01:12.216Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||ERROR|500||Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists
2023-04-01T08:01:12.216Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T08:01:12.216Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists)
2023-04-01T08:01:12.216Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T08:01:12.217Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:12.217Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:12.217Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336072216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:13.217Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar ASDC sendASDCNotification
2023-04-01T08:01:13.218Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar(Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists)
2023-04-01T08:01:13.218Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T08:01:13.218Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:13.218Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:13.218Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336073217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:14.219Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T08:01:14.240Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T08:01:14.243Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T08:01:14.244Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T08:01:14.244Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T08:01:14.244Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T08:01:14.244Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:01:14.244Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:01:14.244Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:01:14.245Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:01:14.245Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T08:01:14.256Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T08:01:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:01:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "efccc4c5-7bb8-41cf-a6f1-9349eb35981a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336061154,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T08:01:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:01:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:01:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:01:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:01:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:01:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:01:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:01:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:01:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:01:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:01:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:01:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:01:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:01:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:01:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:01:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:01:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:01:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/resourceInstances/pnf16fd43e8271b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:01:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:01:37.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:01:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:01:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:01:37.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:01:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T08:01:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:01:37.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:01:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336070524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T08:01:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:01:37.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:01:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336072216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 7094e1e0-36ad-4848-a315-00b0c9b42a72 already exists"
}
2023-04-01T08:01:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:01:37.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:01:37.278Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336073217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT3b6zbsgi2yaadhqk31n/1.0/artifacts/service-DemoPnfT3b6zbsgi2yaadhqk31n-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: d508e38c-c0fa-4a4d-9625-eb3b8160f955 already exists"
}
2023-04-01T08:01:37.278Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:01:44.257Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b45de55-3695-452f-9983-9028c5d19e44 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T08:01:44.268Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b45de55-3695-452f-9983-9028c5d19e44 and serviceModelVersionId: 0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce
2023-04-01T08:01:44.269Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53a72de3-783e-4b47-b1de-0a636a89ab5c
2023-04-01T08:01:44.269Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0
2023-04-01T08:01:44.272Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T08:01:44.282Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T08:01:44.282Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||Invoke
2023-04-01T08:01:44.289Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T08:01:44.426Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0|INFO|500||InvokeReturn
2023-04-01T08:01:44.427Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53a72de3-783e-4b47-b1de-0a636a89ab5c/model-vers/model-ver/0f8faeb5-bf92-4fad-8619-99d2bd6cf3ce?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 08:01:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[250016], x-aai-txid=[0-aai-resources-230401-08:01:43:433-8767], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T08:01:44.427Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T08:01:44.427Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T08:01:44.427Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T08:01:44.437Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T08:01:44.437Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b45de55-3695-452f-9983-9028c5d19e44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T08:01:44.437Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T08:01:44.438Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:44.438Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:44.438Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336104437,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T08:01:45.468Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T08:01:45.468Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1314236a-cd6a-41a1-8281-e09a18d9fe21","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f26e5059-2fa3-46e4-bb31-bb140b69081a","serviceDescription":"service","serviceInvariantUUID":"ee0afdf1-fed7-44ee-a6b7-83cdbd151b97","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1818899-835f-4d40-a5ee-e02a1724ab39","resourceInvariantUUID":"1af08c65-dff4-49fc-afa2-5e2c421c946b","resourceCustomizationUUID":"93353038-149d-4ead-bcfe-2faf7b1527c6","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":"Mzc0MmM3Y2QwZmUwMjljZWFlZmVjMzJiOWY0NWNiYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0399e894-f11b-48ab-ab07-684422fc26a1","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":"NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f6611bc-f2b0-4d20-947d-90858cc60f6a","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":"a29c38d8-dd9d-4ae1-910b-1426b62e2777","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":"e31356fa-e238-4fec-8b1a-a20f57a73f84","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":"43f30c31-5224-4085-b5f9-b1d8a11fee3b","artifactVersion":"2","generatedFromUUID":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9"},{"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":"d61625a5-f2ed-4814-8a3c-2ffd8497b076","artifactVersion":"2","generatedFromUUID":"a29c38d8-dd9d-4ae1-910b-1426b62e2777"},{"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":"d7b3ac90-ed11-4955-8c35-9548ba9a0ec9","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":"7b627770-368d-414e-91cf-3778905e2fb8","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":"NjY3ZDM4NmQ3MzExYTNiMWE4YTQ0NWM3NmVhYmY1NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79a0639f-3caf-4dba-adbe-5eec58d704c5","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1898e78b-af65-4926-9400-00b38f3e5f77","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T08:01:45.469Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:01:45.469Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:45.469Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:45.469Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:46.470Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:01:46.470Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:46.471Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:46.471Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:47.472Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:01:47.472Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:47.473Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:47.473Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:48.473Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:01:48.474Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:48.474Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:48.474Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:49.475Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:01:49.475Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:49.475Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:49.475Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:50.477Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:01:50.477Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:50.478Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:50.478Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:51.479Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:01:51.479Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:51.480Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:51.480Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:52.481Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:01:52.482Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:52.482Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:52.482Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:53.483Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:01:53.484Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:53.484Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:53.484Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:54.486Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:01:54.486Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:54.487Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:54.487Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:55.488Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f26e5059-2fa3-46e4-bb31-bb140b69081a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ee0afdf1-fed7-44ee-a6b7-83cdbd151b97",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "93353038-149d-4ead-bcfe-2faf7b1527c6",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a1818899-835f-4d40-a5ee-e02a1724ab39",
      "resourceInvariantUUID": "1af08c65-dff4-49fc-afa2-5e2c421c946b",
      "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": "NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1f6611bc-f2b0-4d20-947d-90858cc60f6a",
          "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": "a29c38d8-dd9d-4ae1-910b-1426b62e2777",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
            "generatedFromUUID": "a29c38d8-dd9d-4ae1-910b-1426b62e2777"
          },
          "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": "43f30c31-5224-4085-b5f9-b1d8a11fee3b",
          "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": "d61625a5-f2ed-4814-8a3c-2ffd8497b076",
          "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": "d7b3ac90-ed11-4955-8c35-9548ba9a0ec9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1898e78b-af65-4926-9400-00b38f3e5f77"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T08:01:55.489Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T08:01:55.489Z|5b45de55-3695-452f-9983-9028c5d19e44|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC
2023-04-01T08:01:55.490Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1314236a-cd6a-41a1-8281-e09a18d9fe21
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
ServiceInvariantUUID:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
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:1898e78b-af65-4926-9400-00b38f3e5f77
ArtifactChecksum:ZGNkYTdkYjIxOWQ2YjQyMDA3ODcxZTBmZTgyYWNiZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:93353038-149d-4ead-bcfe-2faf7b1527c6
ResourceInvariantUUID:1af08c65-dff4-49fc-afa2-5e2c421c946b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:a1818899-835f-4d40-a5ee-e02a1724ab39
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:1f6611bc-f2b0-4d20-947d-90858cc60f6a
ArtifactChecksum:NDQ1MDAwYzI2ZjUyMzlkYTM0NjcyODk5YTJjNTFmNGI=
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:a29c38d8-dd9d-4ae1-910b-1426b62e2777
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:43f30c31-5224-4085-b5f9-b1d8a11fee3b
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:d61625a5-f2ed-4814-8a3c-2ffd8497b076
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:d7b3ac90-ed11-4955-8c35-9548ba9a0ec9
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T08:01:55.490Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f26e5059-2fa3-46e4-bb31-bb140b69081a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T08:01:55.532Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T08:01:55.532Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T08:01:55.534Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T08:01:55.534Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-01T08:01:55.534Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-01T08:01:55.534Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-01T08:01:55.878Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-01T08:01:55.884Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 1898e78b-af65-4926-9400-00b38f3e5f77 163251
2023-04-01T08:01:55.884Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-01T08:01:55.884Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-01T08:01:55.885Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T08:01:55.885Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:55.885Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:55.885Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336115884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:56.886Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T08:01:56.886Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T08:01:56.886Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1898e78b-af65-4926-9400-00b38f3e5f77, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T08:01:56.887Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-01T08:01:56.888Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T08:01:56.888Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T08:01:56.977Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17241026880286212516/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-01T08:01:57.812Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T08:01:57.812Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-01T08:01:57.812Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T08:01:57.813Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-01T08:01:57.813Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T08:01:57.813Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T08:01:57.813Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T08:01:57.813Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-01T08:01:57.813Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-01T08:01:57.813Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:57.813Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:01:57.813Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T08:01:57.813Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-01T08:01:57.813Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T08:01:57.813Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:57.813Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:01:57.813Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T08:01:57.813Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-01T08:01:57.813Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T08:01:57.813Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:57.814Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:01:57.814Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:57.814Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T08:01:57.814Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-01T08:01:57.814Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-01T08:01:57.814Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T08:01:57.814Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:57.814Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T08:01:57.814Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:57.814Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T08:01:57.814Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T08:01:57.814Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:57.814Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T08:01:57.814Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T08:01:57.814Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:57.814Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T08:01:57.814Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T08:01:57.814Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:57.815Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-01T08:01:57.815Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T08:01:57.815Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:57.815Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-01T08:01:57.815Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-01T08:01:57.815Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=afe00e20-951f-4d2d-bb1a-0a9c40fed98e
2023-04-01T08:01:57.815Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:57.815Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:01:57.815Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:57.815Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:01:57.815Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:57.815Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:01:57.815Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:01:57.815Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:01:57.815Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f26e5059-2fa3-46e4-bb31-bb140b69081a
Model Version:NULL
Model InvariantUuid:ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:4dfdcd0c-b0e2-4c2f-b132-eab399cc6814
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1af08c65-dff4-49fc-afa2-5e2c421c946b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:93353038-149d-4ead-bcfe-2faf7b1527c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cbbb0e3f-c936-4bd0-b425-d2a5d86e13e5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a87649e1-f718-416f-ac14-50b6a992f7d7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:cb4a155e-2310-4c2d-b442-5fab53892d7f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:5c04c4b8-e0e7-4035-8a4a-775d920238dd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:afe00e20-951f-4d2d-bb1a-0a9c40fed98e
ModelInvariantUuid:0fdbd085-9e81-4290-96e9-e5a66d7f02ad
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5759c48b-db2f-42a8-badb-44ed3f09e6b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:172b0c5b-be2b-4dc1-a8d9-b9b632b41495
ModelInvariantUuid:46e6967c-3564-4ee0-af40-3fd5d763862a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:efd8cd30-564a-4085-8745-3369bf468c27
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T08:01:57.862Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||ERROR|500||Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists
2023-04-01T08:01:57.862Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-01T08:01:57.863Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists)
2023-04-01T08:01:57.863Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T08:01:57.863Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:57.863Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:57.863Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336117862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:58.864Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-01T08:01:58.864Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists)
2023-04-01T08:01:58.864Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T08:01:58.865Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:01:58.865Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:01:58.865Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336118864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:01:59.865Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T08:01:59.892Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T08:01:59.897Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T08:01:59.897Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T08:01:59.897Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T08:01:59.897Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T08:01:59.897Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:01:59.897Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:01:59.897Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:01:59.898Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:01:59.898Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T08:01:59.912Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T08:02:29.913Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T08:02:29.927Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1314236a-cd6a-41a1-8281-e09a18d9fe21 and serviceModelVersionId: f26e5059-2fa3-46e4-bb31-bb140b69081a
2023-04-01T08:02:29.927Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee0afdf1-fed7-44ee-a6b7-83cdbd151b97
2023-04-01T08:02:29.928Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0
2023-04-01T08:02:29.934Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T08:02:29.952Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||Invoke
2023-04-01T08:02:29.953Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1314236a-cd6a-41a1-8281-e09a18d9fe21], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb9fa2a2-0dcb-4697-8dd8-d17a26852a5d], X-ECOMP-RequestID=[1314236a-cd6a-41a1-8281-e09a18d9fe21], X-TransactionId=[], X-ONAP-RequestID=[1314236a-cd6a-41a1-8281-e09a18d9fe21], Content-Type=[application/merge-patch+json]}
2023-04-01T08:02:29.961Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T08:02:30.091Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 08:02:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[262320], x-aai-txid=[0-aai-resources-230401-08:02:29:105-25580], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T08:02:30.092Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T08:02:30.093Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee0afdf1-fed7-44ee-a6b7-83cdbd151b97/model-vers/model-ver/f26e5059-2fa3-46e4-bb31-bb140b69081a?depth=0|INFO|500||InvokeReturn
2023-04-01T08:02:30.093Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T08:02:30.094Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T08:02:30.104Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T08:02:30.105Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1314236a-cd6a-41a1-8281-e09a18d9fe21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T08:02:30.105Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T08:02:30.105Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:02:30.106Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:02:30.106Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336150105,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T08:02:31.140Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T08:02:31.140Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"f4a0b667-7242-474d-a1f8-09bba9315ce1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa","serviceDescription":"service","serviceInvariantUUID":"0b7464e9-6d23-4f1a-a639-f0a0ad3efc47","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2761a12a-a271-4116-bad3-d9a7086f4e0c","resourceInvariantUUID":"777a4fd2-6905-45c6-a15e-00e0b884aa61","resourceCustomizationUUID":"1ae5d246-d79a-4f01-80d0-0207f7887709","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":"OGJiNzY5ZTVlMjZiNzZjNDJmOTk3ZTM2NDUzM2YyNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7622934-bce1-4aef-9638-289fc9394c9c","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":"ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3a90a98d-9f57-445f-832b-3a47c8682ab0","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":"96bc3435-51b4-43f2-ae7a-892c4b031e50","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":"41c23afd-cfc1-49b5-ac54-e951770da212","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":"1cced3a2-a150-48ad-a0f7-7e5b812065e7","artifactVersion":"2","generatedFromUUID":"96bc3435-51b4-43f2-ae7a-892c4b031e50"},{"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":"MzY4YzhkZjUyNzlmOTY4ZDAyNzdiMTYwNTJjZmFhNDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"64790e8e-52ea-4f46-b10f-9d1faa571d27","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":"ZDhlZjA4NDdmMTI0OGMxZmVkZTc2ZTcwMDU2MDAyOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97ac84a0-d744-4d88-acc4-690082a09899","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90a0e0f4-5eb8-4db0-83a3-3607267b08ef","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T08:02:31.141Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:02:31.141Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:02:31.141Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:02:31.141Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:02:32.142Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:02:32.142Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:02:32.143Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:02:32.143Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:02:33.143Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:02:33.143Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:02:33.144Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:02:33.144Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:02:34.144Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:02:34.145Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:02:34.145Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:02:34.145Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:02:35.146Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:02:35.147Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:02:35.147Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:02:35.147Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:02:36.147Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:02:36.148Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:02:36.148Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:02:36.149Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:02:37.149Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:02:37.150Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:02:37.150Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:02:37.150Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:02:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:02:37.265Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: cached metadata has changed from (version108: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version109: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-04-01T08:02:37.282Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T08:02:37.283Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T08:02:37.288Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=68, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T08:02:37.288Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 68: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-01T08:02:37.306Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=68, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T08:02:37.307Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T08:02:37.307Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T08:02:37.311Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T08:02:37.312Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T08:02:37.312Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T08:02:37.312Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2707, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T08:02:37.312Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T08:02:37.312Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T08:02:38.151Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:02:38.151Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:02:38.151Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:02:38.151Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:02:38.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.332Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "5b45de55-3695-452f-9983-9028c5d19e44",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336104437,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T08:02:38.332Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.332Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:02:38.332Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.333Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T08:02:38.333Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.333Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-01T08:02:38.333Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.333Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:02:38.333Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.334Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-01T08:02:38.334Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.334Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-01T08:02:38.334Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.334Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-01T08:02:38.334Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.334Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:02:38.334Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.335Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:02:38.335Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.335Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T08:02:38.335Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.336Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336115884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T08:02:38.336Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.336Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336117862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1898e78b-af65-4926-9400-00b38f3e5f77 already exists"
}
2023-04-01T08:02:38.336Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.336Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336118864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a1818899-835f-4d40-a5ee-e02a1724ab39 already exists"
}
2023-04-01T08:02:38.337Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.337Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1314236a-cd6a-41a1-8281-e09a18d9fe21",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336150105,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T08:02:38.337Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.337Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:02:38.337Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.338Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-01T08:02:38.338Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.338Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-01T08:02:38.338Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.339Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:02:38.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.339Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-01T08:02:38.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.339Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:02:38.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.339Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:02:38.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:38.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:02:38.340Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T08:02:38.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:02:39.152Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b7464e9-6d23-4f1a-a639-f0a0ad3efc47",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "1ae5d246-d79a-4f01-80d0-0207f7887709",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2761a12a-a271-4116-bad3-d9a7086f4e0c",
      "resourceInvariantUUID": "777a4fd2-6905-45c6-a15e-00e0b884aa61",
      "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": "ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3a90a98d-9f57-445f-832b-3a47c8682ab0",
          "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": "96bc3435-51b4-43f2-ae7a-892c4b031e50",
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
            "generatedFromUUID": "96bc3435-51b4-43f2-ae7a-892c4b031e50"
          },
          "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": "1cced3a2-a150-48ad-a0f7-7e5b812065e7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90a0e0f4-5eb8-4db0-83a3-3607267b08ef"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T08:02:39.152Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T08:02:39.153Z|1314236a-cd6a-41a1-8281-e09a18d9fe21|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC
2023-04-01T08:02:39.153Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f4a0b667-7242-474d-a1f8-09bba9315ce1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
ServiceInvariantUUID:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
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:90a0e0f4-5eb8-4db0-83a3-3607267b08ef
ArtifactChecksum:NmZiY2U3Mzk1NTFjN2M1ZDA1ZmQ2NzY4YWZmMzNjZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:1ae5d246-d79a-4f01-80d0-0207f7887709
ResourceInvariantUUID:777a4fd2-6905-45c6-a15e-00e0b884aa61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2761a12a-a271-4116-bad3-d9a7086f4e0c
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:3a90a98d-9f57-445f-832b-3a47c8682ab0
ArtifactChecksum:ODRmYzM1MGE1MmUxYjBmODcwODk2MWI0OTI3MDI4NzY=
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:96bc3435-51b4-43f2-ae7a-892c4b031e50
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
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:1cced3a2-a150-48ad-a0f7-7e5b812065e7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-01T08:02:39.154Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T08:02:39.202Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T08:02:39.203Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T08:02:39.203Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T08:02:39.203Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-01T08:02:39.203Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-01T08:02:39.203Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-01T08:02:39.543Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-01T08:02:39.546Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 90a0e0f4-5eb8-4db0-83a3-3607267b08ef 82964
2023-04-01T08:02:39.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-01T08:02:39.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-01T08:02:39.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-01T08:02:39.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:02:39.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:02:39.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336159547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:02:40.549Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T08:02:40.549Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T08:02:40.550Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T08:02:40.550Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-01T08:02:40.551Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T08:02:40.551Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T08:02:40.632Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4346903265787547367/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-01T08:02:41.545Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-01T08:02:41.545Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-01T08:02:41.545Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T08:02:41.546Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-01T08:02:41.546Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T08:02:41.546Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T08:02:41.546Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T08:02:41.546Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T08:02:41.546Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T08:02:41.546Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T08:02:41.546Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-01T08:02:41.546Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-01T08:02:41.546Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:02:41.546Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:02:41.546Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T08:02:41.546Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-01T08:02:41.546Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T08:02:41.546Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:02:41.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:02:41.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T08:02:41.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-01T08:02:41.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-01T08:02:41.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:02:41.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:02:41.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:02:41.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T08:02:41.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-01T08:02:41.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-01T08:02:41.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-01T08:02:41.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T08:02:41.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-01T08:02:41.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:02:41.547Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-01T08:02:41.548Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:02:41.548Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T08:02:41.548Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T08:02:41.548Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:02:41.548Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T08:02:41.548Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T08:02:41.548Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:02:41.548Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-01T08:02:41.548Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-01T08:02:41.548Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:02:41.548Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-01T08:02:41.548Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-01T08:02:41.548Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-01T08:02:41.548Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c145e713-24cd-4ba8-a6c1-379c251df156
2023-04-01T08:02:41.548Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:02:41.548Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:02:41.549Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:02:41.549Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:02:41.549Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:02:41.549Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:02:41.549Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-01T08:02:41.549Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-01T08:02:41.549Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
Model Version:NULL
Model InvariantUuid:0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c54629b9-eb6a-453f-8eb3-d6cf6f8348c9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:777a4fd2-6905-45c6-a15e-00e0b884aa61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1ae5d246-d79a-4f01-80d0-0207f7887709
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dfff1756-6614-47f2-9fa7-e61cbc49c457
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:dcb1002f-0e42-4966-938c-a4b617a68436
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c145e713-24cd-4ba8-a6c1-379c251df156
ModelInvariantUuid:04b23e99-bf5c-4475-b624-35bc118a60f4
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:daf8834e-b8ef-455b-aff7-624a4226c0c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5ea7b3b4-7cdb-46ff-b9eb-8764dcc6473f
ModelInvariantUuid:56fa5535-ffdf-4a3b-9100-37873a9a69d7
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d47dc4f4-4851-4c2e-b714-d306e76fe3f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T08:02:41.597Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||ERROR|500||Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists
2023-04-01T08:02:41.597Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-01T08:02:41.598Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists)
2023-04-01T08:02:41.598Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T08:02:41.598Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:02:41.599Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:02:41.599Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336161597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:02:42.600Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-01T08:02:42.600Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists)
2023-04-01T08:02:42.600Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T08:02:42.600Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:02:42.600Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:02:42.600Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336162600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:02:43.601Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T08:02:43.626Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T08:02:43.631Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T08:02:43.631Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T08:02:43.631Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T08:02:43.631Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T08:02:43.631Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:02:43.631Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:02:43.631Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:02:43.631Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:02:43.631Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T08:02:43.648Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T08:03:13.648Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T08:03:13.657Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4a0b667-7242-474d-a1f8-09bba9315ce1 and serviceModelVersionId: 3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa
2023-04-01T08:03:13.657Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b7464e9-6d23-4f1a-a639-f0a0ad3efc47
2023-04-01T08:03:13.657Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0
2023-04-01T08:03:13.663Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T08:03:13.683Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||Invoke
2023-04-01T08:03:13.683Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f4a0b667-7242-474d-a1f8-09bba9315ce1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[df68828d-90ab-44bc-833c-35b17bbb3c1f], X-ECOMP-RequestID=[f4a0b667-7242-474d-a1f8-09bba9315ce1], X-TransactionId=[], X-ONAP-RequestID=[f4a0b667-7242-474d-a1f8-09bba9315ce1], Content-Type=[application/merge-patch+json]}
2023-04-01T08:03:13.693Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T08:03:13.845Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 08:03:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[278688], x-aai-txid=[2-aai-resources-230401-08:03:12:837-12175], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T08:03:13.845Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-01T08:03:13.846Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0b7464e9-6d23-4f1a-a639-f0a0ad3efc47/model-vers/model-ver/3a017ad0-6ea4-4e26-b2d1-ce38f63c73fa?depth=0|INFO|500||InvokeReturn
2023-04-01T08:03:13.847Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T08:03:13.847Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T08:03:13.859Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T08:03:13.859Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4a0b667-7242-474d-a1f8-09bba9315ce1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T08:03:13.859Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T08:03:13.860Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:03:13.860Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:03:13.860Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336193859,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T08:03:14.883Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-01T08:03:14.883Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"501785e9-f1fd-4675-b2b8-533de86fc0eb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"41e29eb7-2992-4121-8ff3-983252f0e8f4","serviceDescription":"service","serviceInvariantUUID":"abadc27a-99ac-4198-888c-30a2573d6daf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c3d302d8-3273-4794-821a-a8d9ad08f1c4","resourceInvariantUUID":"9679e179-17a5-46ed-98c9-88b262e95ccb","resourceCustomizationUUID":"7a29e752-5e4d-4a57-a6b2-2c430710f011","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":"YzU4MjRkODI0ODQ3ZjhjMWQxN2JkZDQ3ZTMyM2Q3NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1270f5d2-ba55-4180-8d28-10f28a813a4c","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":"1bd27fb0-5c12-436f-be21-4fb3b7a0ff94","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":"0e4dbae7-c3df-417f-ab1c-19964d13e479","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":"NjUxYzVkNWZiZjZmOWE3ZjFiY2ZlMGRmOGM2YmMxNGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f9ffe5a0-fc60-4c48-8b36-3b61f746aa02","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":"d5f83ca6-9390-403a-8f14-e633ed114104","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":"b9b0eaf0-2cc2-4941-9b36-9cf4f4a8ce0b","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":"73d906b2-aa7f-47cc-a7f2-09d23acf1e03","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":"N2RkNTViY2ZjYmRlZDBmMjRjZTZiYjYxYTUxNjdjNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a7c193d-4650-432b-8c37-24d2e056dd34","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da488a63-d045-4e3b-9e46-0c19d314e5f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-01T08:03:14.883Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:03:14.883Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:03:14.883Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:03:14.884Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:03:15.884Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:03:15.885Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:03:15.885Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:03:15.885Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:03:16.886Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:03:16.886Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:03:16.886Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:03:16.886Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:03:17.887Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:03:17.888Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:03:17.888Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:03:17.888Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:03:18.889Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:03:18.889Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:03:18.889Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:03:18.889Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:03:19.890Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:03:19.891Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:03:19.891Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:03:19.891Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:03:20.892Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:03:20.892Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:03:20.892Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:03:20.892Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:03:21.893Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:03:21.894Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:03:21.894Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:03:21.894Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:03:22.895Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-01T08:03:22.895Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:03:22.895Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:03:22.895Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:03:23.896Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "41e29eb7-2992-4121-8ff3-983252f0e8f4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "abadc27a-99ac-4198-888c-30a2573d6daf",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7a29e752-5e4d-4a57-a6b2-2c430710f011",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c3d302d8-3273-4794-821a-a8d9ad08f1c4",
      "resourceInvariantUUID": "9679e179-17a5-46ed-98c9-88b262e95ccb",
      "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": "ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da488a63-d045-4e3b-9e46-0c19d314e5f4"
    }
  ],
  "workloadContext": "Production"
}
2023-04-01T08:03:23.897Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-01T08:03:23.897Z|f4a0b667-7242-474d-a1f8-09bba9315ce1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC
2023-04-01T08:03:23.897Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:501785e9-f1fd-4675-b2b8-533de86fc0eb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:41e29eb7-2992-4121-8ff3-983252f0e8f4
ServiceInvariantUUID:abadc27a-99ac-4198-888c-30a2573d6daf
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:da488a63-d045-4e3b-9e46-0c19d314e5f4
ArtifactChecksum:ZjRjYzZkN2QyZTAwMTNkNjZmM2I0Njk1NzMzNTVjNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7a29e752-5e4d-4a57-a6b2-2c430710f011
ResourceInvariantUUID:9679e179-17a5-46ed-98c9-88b262e95ccb
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c3d302d8-3273-4794-821a-a8d9ad08f1c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-01T08:03:23.897Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41e29eb7-2992-4121-8ff3-983252f0e8f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T08:03:23.937Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-01T08:03:23.938Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T08:03:23.938Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-01T08:03:23.938Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-01T08:03:23.938Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-01T08:03:23.938Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-01T08:03:23.962Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-01T08:03:23.962Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5b825174
2023-04-01T08:03:23.962Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-01T08:03:23.962Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-04-01T08:03:23.963Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar da488a63-d045-4e3b-9e46-0c19d314e5f4 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-01T08:03:23.963Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-04-01T08:03:23.963Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-04-01T08:03:23.963Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-01T08:03:23.963Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:03:23.963Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:03:23.963Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336203963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:03:24.964Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:da488a63-d045-4e3b-9e46-0c19d314e5f4)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-01T08:03:25.016Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||ERROR|500||Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists
2023-04-01T08:03:25.017Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-04-01T08:03:25.017Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists)
2023-04-01T08:03:25.017Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T08:03:25.017Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:03:25.017Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:03:25.017Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336205017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:03:26.018Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-04-01T08:03:26.018Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists)
2023-04-01T08:03:26.018Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-01T08:03:26.018Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:03:26.018Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:03:26.018Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336206018,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:03:27.019Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T08:03:27.042Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-01T08:03:27.047Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-01T08:03:27.047Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-01T08:03:27.048Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-01T08:03:27.048Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-01T08:03:27.048Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:03:27.048Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:03:27.048Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:03:27.048Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-01T08:03:27.048Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-01T08:03:27.061Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-01T08:03:37.265Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:03:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:03:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336159547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-01T08:03:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:03:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:03:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336161597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90a0e0f4-5eb8-4db0-83a3-3607267b08ef already exists"
}
2023-04-01T08:03:37.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:03:37.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:03:37.274Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336162600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2761a12a-a271-4116-bad3-d9a7086f4e0c already exists"
}
2023-04-01T08:03:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:03:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:03:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f4a0b667-7242-474d-a1f8-09bba9315ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336193859,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T08:03:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:03:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:03:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:03:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:03:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:03:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:03:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:03:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:03:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:03:37.275Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:03:37.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:03:37.275Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:03:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:03:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:03:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:03:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:03:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:03:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:03:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:03:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:03:37.276Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:03:37.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:03:37.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:03:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-01T08:03:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:03:37.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:03:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680335458552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-01T08:03:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:03:37.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:03:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336203963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-01T08:03:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:03:37.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:03:37.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336205017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: da488a63-d045-4e3b-9e46-0c19d314e5f4 already exists"
}
2023-04-01T08:03:37.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:03:37.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-01T08:03:37.278Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336206018,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c3d302d8-3273-4794-821a-a8d9ad08f1c4 already exists"
}
2023-04-01T08:03:37.278Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:03:57.062Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-01T08:03:57.073Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 501785e9-f1fd-4675-b2b8-533de86fc0eb and serviceModelVersionId: 41e29eb7-2992-4121-8ff3-983252f0e8f4
2023-04-01T08:03:57.074Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abadc27a-99ac-4198-888c-30a2573d6daf
2023-04-01T08:03:57.075Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0
2023-04-01T08:03:57.085Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-01T08:03:57.108Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-01T08:03:57.108Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||Invoke
2023-04-01T08:03:57.116Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-01T08:03:57.263Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0|INFO|500||InvokeReturn
2023-04-01T08:03:57.263Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abadc27a-99ac-4198-888c-30a2573d6daf/model-vers/model-ver/41e29eb7-2992-4121-8ff3-983252f0e8f4?depth=0 has http status code:200 and response headers:{date=[Sat, 01 Apr 2023 08:03:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[262208], x-aai-txid=[2-aai-resources-230401-08:03:56:259-4366], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-01T08:03:57.263Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-01T08:03:57.263Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-01T08:03:57.263Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-01T08:03:57.278Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-01T08:03:57.278Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 501785e9-f1fd-4675-b2b8-533de86fc0eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-01T08:03:57.278Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-01T08:03:57.279Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-01T08:03:57.279Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-01T08:03:57.279Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336237278,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-01T08:03:58.311Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:03:58.311Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-01T08:03:58.312Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 0 disconnected.
2023-04-01T08:03:58.313Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Node 1 disconnected.
2023-04-01T08:03:58.313Z||pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.. Will continue to join group.
2023-04-01T08:03:58.313Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Giving away all assigned partitions as lost since generation/memberID has been reset,indicating that consumer is in old state or no longer part of the group
2023-04-01T08:03:58.313Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Lost previously assigned partitions SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T08:03:58.314Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T08:03:58.317Z||pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-01T08:03:58.318Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-1d8c764b-fdff-45ca-9922-67d0e4b63781
2023-04-01T08:03:58.318Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-01T08:03:58.318Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] (Re-)joining group
2023-04-01T08:03:58.664Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T08:04:01.673Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T08:04:04.684Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T08:04:07.694Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T08:04:10.704Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T08:04:13.713Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T08:04:16.722Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T08:04:19.734Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T08:04:22.745Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T08:04:25.754Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T08:04:28.763Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T08:04:31.773Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T08:04:34.782Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Request joining group due to: group is already rebalancing
2023-04-01T08:04:37.265Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:04:37.281Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T08:04:37.281Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] (Re-)joining group
2023-04-01T08:04:37.287Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully joined group with generation Generation{generationId=69, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T08:04:37.287Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully joined group with generation Generation{generationId=69, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-1d8c764b-fdff-45ca-9922-67d0e4b63781', protocol='range'}
2023-04-01T08:04:37.291Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T08:04:37.291Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T08:04:37.292Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T08:04:37.292Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T08:04:37.292Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T08:04:37.292Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, 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 lBQ4TVM0RjCa5NnH40T3kw
2023-04-01T08:04:37.293Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Finished assignment for group at generation 69: {SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-7994e060-9d0c-45d8-9315-c4304ed62db3-1d8c764b-fdff-45ca-9922-67d0e4b63781=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-01T08:04:37.309Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Successfully synced group in generation Generation{generationId=69, memberId='SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66-a84d9457-8ca4-4329-afa8-c742f94e0844', protocol='range'}
2023-04-01T08:04:37.309Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Successfully synced group in generation Generation{generationId=69, memberId='SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3-1d8c764b-fdff-45ca-9922-67d0e4b63781', protocol='range'}
2023-04-01T08:04:37.309Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-01T08:04:37.309Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-01T08:04:37.309Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-01T08:04:37.309Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-01T08:04:37.315Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T08:04:37.315Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T08:04:37.315Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T08:04:37.315Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T08:04:37.315Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T08:04:37.315Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T08:04:37.315Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2746, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T08:04:37.315Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T08:04:37.316Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-01T08:04:37.316Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-670b139a-46c5-46b0-902e-6bb3c481ac66, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T08:04:37.316Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-01T08:04:37.316Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-01T08:04:37.379Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Fetch 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}} is out of range for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0, resetting offset
2023-04-01T08:04:37.386Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7994e060-9d0c-45d8-9315-c4304ed62db3, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=11, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-01T08:04:38.337Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-01T08:04:38.338Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "501785e9-f1fd-4675-b2b8-533de86fc0eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680336237278,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-01T08:04:38.338Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-01T08:04:58.311Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:05:37.265Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:05:58.311Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:06:37.266Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:06:58.312Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:07:37.266Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:07:58.314Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:08:37.268Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:08:58.314Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:09:37.269Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:09:58.316Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:10:37.269Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:10:58.316Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:11:37.270Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:11:58.317Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:12:37.271Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:12:58.318Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:13:37.271Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:13:58.319Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:14:37.273Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:14:58.319Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:15:37.274Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:15:58.321Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:16:37.275Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:16:58.322Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:17:37.276Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:17:58.322Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:18:37.277Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:18:58.323Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:19:37.277Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:19:58.324Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:20:37.279Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:20:58.324Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:21:37.280Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:21:58.324Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:22:37.281Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:22:58.325Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:23:37.281Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:23:58.327Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:24:37.282Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:24:58.327Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:25:37.283Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:25:58.329Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:26:37.283Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:26:58.329Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:27:37.285Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:27:58.331Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:28:37.287Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:28:58.332Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:29:37.288Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:29:58.333Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:30:37.289Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:30:58.333Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:31:37.290Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:31:58.335Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:32:37.290Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:32:58.335Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:33:37.291Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:33:58.336Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:34:37.292Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:34:58.337Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:35:37.293Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:35:58.338Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:36:37.295Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:36:58.338Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:37:37.296Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:37:58.340Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:38:37.296Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:38:58.341Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:39:37.297Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:39:58.342Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:40:37.297Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:40:58.342Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:41:37.298Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:41:58.343Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:42:37.299Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:42:58.345Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:43:37.300Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:43:58.345Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:44:37.301Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:44:58.346Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:45:37.302Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:45:58.347Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:46:37.304Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:46:58.349Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:47:37.305Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:47:58.350Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:48:37.306Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:48:58.350Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:49:37.307Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:49:58.351Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:50:37.308Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:50:58.352Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:51:37.309Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:51:58.353Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:52:37.309Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:52:58.354Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:53:37.310Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:53:58.355Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:54:37.311Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:54:58.356Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:55:37.313Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:55:58.356Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:56:37.313Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:56:58.356Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:57:37.314Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:57:58.357Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:58:37.315Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:58:58.359Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T08:59:37.315Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T08:59:58.360Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:00:37.316Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:00:58.361Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:01:37.318Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:01:58.366Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:02:37.319Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:02:58.367Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:03:37.319Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:03:58.367Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:04:37.321Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:04:58.368Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:05:37.322Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:05:58.370Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:06:37.322Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:06:58.371Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:07:37.323Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:07:58.371Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:08:37.324Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:08:58.372Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:09:37.325Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:09:58.373Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:10:37.326Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:10:58.374Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:11:37.328Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:11:58.374Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:12:37.328Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:12:58.376Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:13:37.329Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:13:58.377Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:14:37.330Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:14:58.378Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:15:37.332Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:15:58.381Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:16:37.332Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:16:58.382Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:17:37.333Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:17:58.383Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:18:37.334Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:18:58.383Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:19:37.335Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:19:58.385Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:20:37.336Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:20:58.386Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:21:37.337Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:21:58.387Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:22:37.338Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:22:58.387Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:23:37.340Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:23:58.388Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:24:37.341Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:24:58.390Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:25:37.342Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:25:58.390Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:26:37.343Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:26:58.392Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:27:37.344Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:27:58.393Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:28:37.345Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:28:58.394Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:29:37.346Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:29:58.395Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:30:37.347Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:30:58.396Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:31:37.348Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:31:58.397Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:32:37.349Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:32:58.397Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:33:37.349Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:33:58.398Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:34:37.349Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:34:58.398Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:35:37.349Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:35:58.400Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:36:37.351Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:36:58.401Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:37:37.351Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:37:58.402Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:38:37.353Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:38:58.404Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:39:37.353Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:39:58.405Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:40:37.354Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:40:58.405Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:41:37.356Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:41:58.407Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:42:37.357Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:42:58.408Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:43:37.358Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:43:58.409Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:44:37.359Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:44:58.410Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:45:37.360Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:45:58.411Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:46:37.361Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:46:58.411Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:47:37.362Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:47:58.411Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:48:37.363Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:48:58.413Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:49:37.364Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:49:58.414Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:50:37.365Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:50:58.415Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:51:37.366Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:51:58.416Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:52:37.368Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:52:58.417Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:53:37.369Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:53:58.417Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:54:37.370Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:54:58.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:55:37.371Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:55:58.420Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:56:37.372Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:56:58.421Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:57:37.372Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:57:58.422Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:58:37.373Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:58:58.422Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T09:59:37.374Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T09:59:58.423Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-01T10:00:37.374Z|501785e9-f1fd-4675-b2b8-533de86fc0eb|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-01T10:00:58.424Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO